index
:
chango.git
devmain
fix-31295
initial-branch
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
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
2013-11-03
Fixed all E226 violations
Alex Gaynor
2013-11-02
PEP8 cleanup
Jason Myers
2013-11-02
Fixed all E261 warnings
coagulant
2013-10-03
Fixed #19182 -- Fixed ModelAdmin.lookup_allowed to work with ('fieldname', Si...
Anentropic
2013-09-28
Fixed #21186: Fixed regression when using date fields in the admin's list_fil...
Baptiste Mispelon
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-03-08
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...
Loic Bistuer
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
[prev]