Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/admin_filters
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #25550 -- Deprecated direct assignment to the ↵Tim Graham2015-10-271-2/+1
| | | | reverse side of a related set.
* Fixed #25562 -- Skipped a time dependent admin_filters ↵Tim Graham2015-10-201-0/+7
| | | | test on Windows.
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-122-12/+51
|
* Fixed #25320 -- Reverted ManyToManyField.null to False ↵Tim Graham2015-09-011-0/+10
| | | | | | for backwards compatibility. Thanks Tom Christie for the report and review.
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-3/+9
| | | | on_delete for ForeignKey/OneToOneField
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-6/+10
|
* Fixed #23616 - Fixed generic relations in ↵Konrad Świat2014-10-102-1/+45
| | | | | | | ModelAdmin.list_filter. Thanks ranjur for reporting bug, timgraham for review, and collinanderson for contributing tips.
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR ↵Thomas Chaumeny2014-09-281-2/+2
| | | | | | 3282. Thanks Collin Anderson for the review.
* Added sorting to some admin_view tests to prevent ↵Tim Graham2014-09-081-3/+3
| | | | transient failures; refs #23380.
* Fixed #23380 -- Fixed flaky test: ↵Baylee Feore2014-09-061-1/+1
| | | | admin_filters.tests.ListFiltersTests.test_relatedfield
* Fixed #23055 -- Made generic admin filter obey ↵Ramiro Morales2014-08-301-0/+28
| | | | | | | ModelAdmin queryset. Thanks to Trac user synasius and to Ola Sitarska for helping in identifying the issue and helping with the test case.
* Fixed test failures from ↵Florian Apolloner2014-08-041-4/+8
| | | | 98e8da3709e400d549e87c7ff1450a2685c0adcf.
* 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
| | | | in admin.filters.
* Fixed #19671 -- Added warnings that null and validators ↵Anubhav Joshi2014-07-091-1/+1
| | | | | | are ignored for ManyToManyField. Thanks Loic Bistuer and Tim Graham for help and review.
* 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 ↵Vajrasky Kok2013-11-191-0/+37
| | | | | | SimpleListFilter lookup Reviewed by Chris Medrela.
* Fixed all E226 violationsAlex Gaynor2013-11-031-1/+1
|
* PEP8 cleanupJason Myers2013-11-031-0/+1
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Fixed all E261 warningscoagulant2013-11-032-3/+3
|
* Fixed #19182 -- Fixed ModelAdmin.lookup_allowed to work ↵Anentropic2013-10-031-1/+71
| | | | | | with ('fieldname', SimpleListFilter) syntax. Thanks gauss for the report.
* Fixed #21186: Fixed regression when using date fields in ↵Baptiste Mispelon2013-09-281-4/+9
| | | | | | | the admin's list_filter. Thanks to onlygoldi2201 for the report and to ramiro and apollo13 for the reviews.
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
| | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
* Fixed #15363 -- Renamed and normalized to `get_queryset` ↵Loic Bistuer2013-03-081-25/+25
| | | | the methods that return a QuerySet.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+779