index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
admin_filters
Age
Commit message (
Expand
)
Author
2020-09-25
Fixed #32038 -- Fixed EmptyFieldListFilter crash with GenericRelation.
Mariusz Felisiak
2020-09-15
Fixed #31636 -- Made BooleanFieldListFilter respect Field.choices.
manav014
2020-08-31
Fixed #31952 -- Fixed EmptyFieldListFilter crash with reverse relationships.
Federico Jaramillo Martínez
2020-01-03
Fixed #28991 -- Added EmptyFieldListFilter class in admin.filters.
Federico Jaramillo Martínez
2019-11-06
Harmonized Windows checks in tests to a single style.
Jon Dufresne
2019-10-23
Fixed #29919 -- Fixed RelatedOnlyFieldListFilter crash with reverse relations...
Dan Moore
2019-08-15
Refs #30449 -- Made RelatedOnlyFieldListFilter respect ModelAdmin.ordering.
zeyneloz
2019-08-15
Fixed #30449 -- Fixed RelatedFieldListFilter/RelatedOnlyFieldListFilter to re...
zeyneloz
2019-01-02
Used 4 space hanging indent for dictionaries.
Tim Graham
2018-11-27
Made reused RequestFactory instances class attributes.
Simon Charette
2018-11-27
Switched setUp() to setUpTestData() where possible in Django's tests.
Simon Charette
2018-11-14
Fixed #29835 -- Made RelatedFieldListFilter respect ModelAdmin.ordering.
Hasan Ramezani
2018-05-16
Fixed #8936 -- Added a view permission and a read-only admin.
olivierdalang
2018-03-20
Fixed #29227 -- Allowed BooleanField to be null=True.
Tim Graham
2017-12-28
Removed unnecessary trailing commas and spaces in various code.
Mariusz Felisiak
2017-08-22
Fixed #28496 -- Added ModelAdmin.get_changelist_instance().
Simon Meers
2017-06-06
Fixed #28202 -- Fixed FieldListFilter.get_queryset() crash on invalid input.
Paulo
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-24
Removed unneeded force_text calls in the test suite
Claude Paroz
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-05-12
Fixed #26277 -- Added support for null values in ChoicesFieldListFilter.
Vincenzo Pandolfo
2016-02-03
Changed gypsy to manouche in docs and tests.
Blake Griffith
2016-02-02
Fixed #23971 -- Added "Has date"/"No date" choices for DateFieldListFilter.
rynomster
2016-01-29
Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...
Hasan
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-11-18
Fixed #22810 -- Corrected admin changelist count for list filters that filter...
Nick Sandford
2015-11-14
Cleaned up admin_filters' docstrings.
Tim Graham
2015-11-14
Fixed admin_filters test failures when run in reverse.
Tim Graham
2015-11-12
Fixed #25606 -- Added support for "__" lookup in RelatedOnlyFieldList
Andrey Kuzmin
2015-10-27
Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...
Tim Graham
2015-10-19
Fixed #25562 -- Skipped a time dependent admin_filters test on Windows.
Tim Graham
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-01
Fixed #25320 -- Reverted ManyToManyField.null to False for backwards compatib...
Tim Graham
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-10-10
Fixed #23616 - Fixed generic relations in ModelAdmin.list_filter.
Konrad Świat
2014-09-29
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
Thomas Chaumeny
2014-09-08
Added sorting to some admin_view tests to prevent transient failures; refs #2...
Tim Graham
2014-09-05
Fixed #23380 -- Fixed flaky test: admin_filters.tests.ListFiltersTests.test_r...
Baylee Feore
2014-08-30
Fixed #23055 -- Made generic admin filter obey ModelAdmin queryset.
Ramiro Morales
2014-08-04
Fixed test failures from 98e8da3709e400d549e87c7ff1450a2685c0adcf.
Florian Apolloner
2014-08-04
Fixed two tests in previous commit; refs #16311.
Tim Graham
2014-08-04
Fixed #16311 -- Added a RelatedOnlyFieldListFilter class in admin.filters.
Stanislas Guerra
2014-07-09
Fixed #19671 -- Added warnings that null and validators are ignored for ManyT...
Anubhav Joshi
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-11-19
Fixed #21361 -- allowed access self.value() from SimpleListFilter lookup
Vajrasky Kok
[next]