summaryrefslogtreecommitdiff
path: root/tests/admin_filters/models.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #32539 -- Added toggleable facet filters to ModelAdmin.sarahboyce2023-03-031-0/+7
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-21/+28
* Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.Mariusz Felisiak2021-01-141-1/+0
* Fixed #31636 -- Made BooleanFieldListFilter respect Field.choices.manav0142020-09-151-0/+5
* Fixed #31952 -- Fixed EmptyFieldListFilter crash with reverse relationships.Federico Jaramillo Martínez2020-08-311-0/+4
* Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham2018-03-201-1/+2
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-6/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #26277 -- Added support for null values in ChoicesFieldListFilter.Vincenzo Pandolfo2016-05-121-0/+7
* Fixed #25606 -- Added support for "__" lookup in RelatedOnlyFieldListAndrey Kuzmin2015-11-121-0/+6
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-2/+8
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-3/+9
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+3
* Fixed #23616 - Fixed generic relations in ModelAdmin.list_filter.Konrad Świat2014-10-101-0/+22
* Fixed #19671 -- Added warnings that null and validators are ignored for ManyT...Anubhav Joshi2014-07-091-1/+1
* PEP8 cleanupJason Myers2013-11-021-0/+1
* Fixed all E261 warningscoagulant2013-11-021-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+36