On Sun, Oct 12, 2008 at 5:45 AM, Fabio Natali <[EMAIL PROTECTED]>wrote:
> > ... > As you can see, a new person can be added with no license at all: > "blank=True,null=True" options. That's what I want. > > In my admin panel I get the list of all the persons I have added. I > wish I could filter or order this list so that I get all the persons > that have no license. > > The point is, if I use "blank=True,null=True" I'm not allowed to have > this filtering/ordering in my admin panel. (The table I get in the > admin panel can't be ordered by the column "license".) > The inability to sort blank=True,null=True ForeignKey columns has been fixed (post 1.0): http://code.djangoproject.com/ticket/7582 So if you run with the current trunk or 1.0.X branch code you can sort these columns in Admin. Karen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---