Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/admin_filters
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25550 -- Deprecated direct assignment to the rever...Tim Graham2015-10-271-2/+1
* Fixed #25562 -- Skipped a time dependent admin_filters te...Tim Graham2015-10-201-0/+7
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-122-12/+51
* Fixed #25320 -- Reverted ManyToManyField.null to False fo...Tim Graham2015-09-011-0/+10
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-3/+9
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-6/+10
* Fixed #23616 - Fixed generic relations in ModelAdmin.list...Konrad Świat2014-10-102-1/+45
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR ...Thomas Chaumeny2014-09-281-2/+2
* Added sorting to some admin_view tests to prevent transie...Tim Graham2014-09-081-3/+3
* Fixed #23380 -- Fixed flaky test: admin_filters.tests.Lis...Baylee Feore2014-09-061-1/+1
* Fixed #23055 -- Made generic admin filter obey ModelAdmin...Ramiro Morales2014-08-301-0/+28
* Fixed test failures from 98e8da3709e400d549e87c7ff1450a26...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 ...Stanislas Guerra2014-08-041-1/+44
* Fixed #19671 -- Added warnings that null and validators a...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 SimpleLi...Vajrasky Kok2013-11-191-0/+37
* Fixed all E226 violationsAlex Gaynor2013-11-031-1/+1
* PEP8 cleanupJason Myers2013-11-031-0/+1
* Fixed all E261 warningscoagulant2013-11-032-3/+3
* Fixed #19182 -- Fixed ModelAdmin.lookup_allowed to work w...Anentropic2013-10-031-1/+71
* Fixed #21186: Fixed regression when using date fields in ...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` ...Loic Bistuer2013-03-081-25/+25
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+779