Changes between Initial Version and Version 1 of Ticket #7771


Ignore:
Timestamp:
Jul 15, 2008, 7:30:30 PM (16 years ago)
Author:
Ramiro Morales
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7771 – Description

    initial v1  
    1 Revision 7929 adds a validator code that can't handle orderings like ('bar__name',):
     1Revision 7929 adds a validator code that can't handle orderings like {{{('bar__name',)}}}:
    22
     3{{{
    34  (...)
    45  File "django/contrib/admin/sites.py", line 81, in register
     
    1112    % (cls.__name__, label, field, model.__name__))
    1213django.core.exceptions.ImproperlyConfigured: `Foo_Options.ordering[0]` refers to field `bar__name` that is missing from model `Foo`.
     14}}}
Back to Top