#9255: Documentation on queryset __exact=Null vs __isnull=True is contradictory. -----------------------------------+---------------------------------------- Reporter: jcd | Owner: nobody Status: new | Milestone: post-1.0 Component: Documentation | Version: 1.0 Keywords: queryset exact isnull | Stage: Unreviewed Has_patch: 0 | -----------------------------------+---------------------------------------- The documentation for queryset field lookups in 1.0 ([http://docs.djangoproject.com/en/dev//ref/models/querysets/#id7]) is self-contradictory. Under EXACT, it says that the semantics of id__exact=Null has been changed in 1.0 to mimic the behavior of id__isnull=True. Under ISNULL, it says that id__exact=Null never returns anything (the old behavior).
-- Ticket URL: <http://code.djangoproject.com/ticket/9255> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
