#11576: FilterSpec and Null values ----------------------------------+----------------------------------------- Reporter: [email protected] | Owner: nobody Status: new | Milestone: Component: django.contrib.admin | Version: 1.0 Keywords: FilterSpec | Stage: Unreviewed Has_patch: 1 | ----------------------------------+----------------------------------------- FilterSpec don't do much at the moment concerning fields that accept Null values.
I patched DateFieldFilterSpec to fix this issue. I believe the same can be done for the rest of the FilterSpec. For the BooleanFieldFilterSpec, I wonder why not checking self.field.null instead of requiring the developers to define a NullBooleanField in their model. -- Ticket URL: <http://code.djangoproject.com/ticket/11576> 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 -~----------~----~----~----~------~----~------~--~---
