Changes between Initial Version and Version 1 of Ticket #7771
- Timestamp:
- Jul 15, 2008, 7:30:30 PM (16 years ago)
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',):1 Revision 7929 adds a validator code that can't handle orderings like {{{('bar__name',)}}}: 2 2 3 {{{ 3 4 (...) 4 5 File "django/contrib/admin/sites.py", line 81, in register … … 11 12 % (cls.__name__, label, field, model.__name__)) 12 13 django.core.exceptions.ImproperlyConfigured: `Foo_Options.ordering[0]` refers to field `bar__name` that is missing from model `Foo`. 14 }}}