Jeremy Stretch
|
7a0ab3aa15
|
Fixes #2895: Fix filtering of nullable character fields
|
2019-02-14 09:43:56 -05:00 |
|
John Anderson
|
613e8f05c2
|
fixes #2835 - certain model filters did not support the q query param
|
2019-01-31 13:36:30 -05:00 |
|
Jeremy Stretch
|
bd7aee7c1f
|
Closes #2614: Simplify calls of super() for Python 3
|
2018-11-27 10:52:24 -05:00 |
|
Jeremy Stretch
|
bc8dbfde7c
|
Merge branch 'develop' into develop-2.5
|
2018-11-12 16:03:52 -05:00 |
|
Jeremy Stretch
|
0c33af2140
|
Fixes #2558: Filter on all tags when multiple are passed
|
2018-11-12 15:48:58 -05:00 |
|
Jeremy Stretch
|
f41f141130
|
Removed unused class NullableModelMultipleChoiceField
|
2018-11-06 15:32:59 -05:00 |
|
Jeremy Stretch
|
980d62d579
|
Removed Python 2 string compatibility
|
2018-08-14 11:58:42 -04:00 |
|
Jeremy Stretch
|
f7aa259995
|
Misc cleanup
|
2018-07-30 14:00:37 -04:00 |
|
Jeremy Stretch
|
78ed85943b
|
Fixes #1765: Improved rendering of null options for model choice fields in filter forms
|
2017-12-26 12:08:22 -05:00 |
|
Jeremy Stretch
|
00986fd7bf
|
Closes #1691: Cleaned up and reorganized import statements
|
2017-11-07 11:08:23 -05:00 |
|
Jeremy Stretch
|
4668149943
|
Fixes #1649: Correct fitlering on null values (e.g. ?tenant_id=0) for django-filters v1.1.0+
|
2017-10-30 17:20:22 -04:00 |
|
Jeremy Stretch
|
f2c16fbf3c
|
Closes #893: Allow filtering by null values for NullCharacterFields (e.g. return only unnamed devices)
|
2017-07-27 09:53:41 -04:00 |
|
Jeremy Stretch
|
f21c6bca00
|
Import unicode_literals
|
2017-05-24 11:33:11 -04:00 |
|
Jeremy Stretch
|
05b71564d8
|
Closes #981: Allow filtering primary objects by a given set of IDs
|
2017-03-22 09:39:30 -04:00 |
|
Jeremy Stretch
|
0444ac7db9
|
Introduced NullableModelMultipleChoiceField to allow null filtering without causing introspection issues during database migrations
|
2016-09-20 15:48:58 -04:00 |
|
Jeremy Stretch
|
9dea5656ad
|
Added 'none' options to filters for optional fields
|
2016-09-15 17:12:53 -04:00 |
|