Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/admin/filters.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25320 -- Reverted ManyToManyField.null to False fo...Tim Graham2015-09-011-2/+10
* Fixed #24474 -- Allowed configuring the admin's empty cha...Loek van Gent2015-06-051-4/+4
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-131-6/+5
* Revert "Fixed #24474 -- Allowed configuring the admin's e...Tim Graham2015-04-091-4/+4
* Fixed #24474 -- Allowed configuring the admin's empty cha...Loek van Gent2015-04-091-4/+4
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-24/+5
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-6/+8
* Fixed #21414 -- Removed RelatedObject and deprecated Fiel...Anssi Kääriäinen2014-12-231-4/+4
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-2/+2
* Fixed #23055 -- Made generic admin filter obey ModelAdmin...Ramiro Morales2014-08-301-1/+6
* Fixed #16311 -- Added a RelatedOnlyFieldListFilter class ...Stanislas Guerra2014-08-041-1/+10
* Fixed #19671 -- Added warnings that null and validators a...Anubhav Joshi2014-07-091-2/+3
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-6/+6
* Fixed #21361 -- allowed access self.value() from SimpleLi...Vajrasky Kok2013-11-191-3/+3
* Started attackign the next flake8 violationAlex Gaynor2013-10-311-0/+1
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-6/+6
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-2/+2
* Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol2013-10-181-3/+2
* Fixed #21186: Fixed regression when using date fields in ...Baptiste Mispelon2013-09-281-2/+7
* Fixed #17627 -- Renamed util.py files to utils.pyTim Graham2013-09-161-1/+1
* Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor2013-09-101-5/+7
* Fixed #20989 -- Removed useless explicit list comprehensi...Simon Charette2013-08-301-2/+2
* Fixed a number of minor misspellings.Julien Phalip2013-07-281-1/+1
* Replaced `and...or...` constructs with PEP 308 conditiona...Ramiro Morales2013-05-271-1/+1
* Fixed #19318 -- Ensured that the admin's SimpleListFilter...Sebastián Magrí2012-12-031-2/+2
* Fixed #18530 -- Fixed a small regression in the admin fil...Julien Phalip2012-09-161-3/+6
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-4/+4
* Fixed #17992 -- Added a public API for localtime.Aymeric Augustin2012-04-291-7/+3
* Fixed #17972 -- Ensured that admin filters on a foreign k...Julien Phalip2012-03-311-1/+4
* Fixed #17830 -- Modified list_filter on DateTimeFields to...Aymeric Augustin2012-03-051-22/+28
* Fixed #17515 -- Added ability to override the template of...Jannis Leidel2012-02-091-0/+1
* Disentangled some parts of the admin ChangeList and ListF...Julien Phalip2011-11-221-71/+68
* Fixed #15221 -- Made the admin filters on foreign key and...Julien Phalip2011-10-161-6/+3
* Fixed #16906 -- Format datetimes with str/unicode instead...Aymeric Augustin2011-10-131-4/+4
* Fixed #15971 -- Fixed regression introduced in r16144 tha...Jannis Leidel2011-05-071-1/+1
* Fixed #15960 -- Extended list filer API added in r16144 s...Jannis Leidel2011-05-051-3/+3
* Corrected the behavior of the SimpleFilter.lookups method...Jannis Leidel2011-05-031-1/+4
* Fixed #5833 -- Modified the admin list filters to be easi...Jannis Leidel2011-05-031-0/+398