1
0
mirror of https://github.com/django/django.git synced 2025-02-09 08:55:32 +00:00
django/tests/admin_views
Christopher Adams eefc88feef Fixed #2445 -- Allowed limit_choices_to attribute to be a callable.
ForeignKey or ManyToManyField attribute ``limit_choices_to`` can now
be a callable that returns either a ``Q`` object or a dict.

Thanks michael at actrix.gen.nz for the original suggestion.
2014-02-11 14:05:12 -05:00
..
2013-11-02 23:50:33 -05:00
2013-11-02 23:50:49 -05:00