summaryrefslogtreecommitdiff
path: root/tests/admin_filters
Commit message (Expand)AuthorAgeFilesLines
...
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.Thomas Chaumeny2014-09-291-2/+2
* Added sorting to some admin_view tests to prevent transient failures; refs #2...Tim Graham2014-09-081-3/+3
* Fixed #23380 -- Fixed flaky test: admin_filters.tests.ListFiltersTests.test_r...Baylee Feore2014-09-051-1/+1
* Fixed #23055 -- Made generic admin filter obey ModelAdmin queryset.Ramiro Morales2014-08-301-0/+28
* Fixed test failures from 98e8da3709e400d549e87c7ff1450a2685c0adcf.Florian Apolloner2014-08-041-4/+8
* Fixed two tests in previous commit; refs #16311.Tim Graham2014-08-041-2/+2
* Fixed #16311 -- Added a RelatedOnlyFieldListFilter class in admin.filters.Stanislas Guerra2014-08-041-1/+44
* Fixed #19671 -- Added warnings that null and validators are ignored for ManyT...Anubhav Joshi2014-07-091-1/+1
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+2
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-14/+32
* Fixed #21361 -- allowed access self.value() from SimpleListFilter lookupVajrasky Kok2013-11-191-0/+37
* Fixed all E226 violationsAlex Gaynor2013-11-031-1/+1
* PEP8 cleanupJason Myers2013-11-021-0/+1
* Fixed all E261 warningscoagulant2013-11-022-3/+3
* Fixed #19182 -- Fixed ModelAdmin.lookup_allowed to work with ('fieldname', Si...Anentropic2013-10-031-1/+71
* Fixed #21186: Fixed regression when using date fields in the admin's list_fil...Baptiste Mispelon2013-09-281-4/+9
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer2013-03-081-25/+25
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+779