Commit Graph

8 Commits

Author SHA1 Message Date
Ryan P Kilby 69d90c0498 Resolve #450 2016-08-07 15:36:21 -04:00
Mihas b2a95b1165 support of callable as limit_choices_to
Test copied from @mihasK and updated
2016-05-06 19:28:47 -04:00
Jocelyn Delalande 9f5283efff Consistency between filtering and ordering names
Precedence is given to the names declared as attributes on the FilterSet.
2015-09-02 18:46:22 +02:00
Axel Haustant bdf93080f0 Added exclusion filters support 2013-10-19 21:24:30 +02:00
Nicholas Serra 1c2119800c User friendly descending label for order_by
and added test.
2013-08-09 13:01:19 -04:00
Nicholas Serra 60cbfa4e54 User friendly descending labels
and switched from list comprehension to regular loop for readability.
2013-08-09 13:01:18 -04:00
Nicholas Serra c39f61221f Add descending field options to order_by when using order_by=True
Fixes #91
2013-08-09 13:01:18 -04:00
Florian Apolloner b6fdb0904b Don't use discover runner on Django 1.6 2013-06-12 18:31:21 +02:00