1
0
mirror of https://github.com/django/django.git synced 2025-02-24 09:04:48 +00:00
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-10-10 16:49:20 -04:00
2013-10-10 16:49:20 -04:00
2013-10-10 16:49:20 -04:00
2012-08-31 20:35:50 +02:00
2013-09-10 21:07:22 -04:00
2013-03-28 15:03:19 -05:00