Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/admin/templatetags
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25135 -- Deprecated the contrib.admin allow_tags a...Ola Sitarska2015-09-091-4/+8
* Fixed #25348 -- Removed unused gif/png images from contri...elky2015-09-041-1/+1
* Fixed #20597 -- Replaced admin GIF/PNG icons by SVGelky2015-08-271-1/+1
* Fixed #24474 -- Allowed configuring the admin's empty cha...Loek van Gent2015-06-051-6/+8
* Fixed #24851 -- Fixed crash with reverse one-to-one relat...Tim Graham2015-05-281-1/+1
* Fixed #23387 -- Kept "Save as new" button after validatio...Adam Zapletal2015-05-031-2/+4
* Revert "Fixed #24474 -- Allowed configuring the admin's e...Tim Graham2015-04-091-8/+6
* Fixed #24474 -- Allowed configuring the admin's empty cha...Loek van Gent2015-04-091-6/+8
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-1/+1
* Fixed #24285 -- Made for_user argument optional for {% ge...Yair Chuchem2015-03-201-4/+3
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-9/+10
* Deprecated passing a Context to a generic Template.render.Aymeric Augustin2015-01-121-3/+3
* Fixed #12663 -- Formalized the Model._meta API for retrie...Daniel Pyrathon2015-01-071-1/+1
* Removed redundant numbered parameters from str.format().Berker Peksag2014-12-031-11/+11
* Limited lines to 119 characters in django/Tim Graham2014-09-053-4/+15
* Added a newline to appease flake8Alex Gaynor2014-07-131-0/+1
* Fixed #22939 -- Delayed admin_static backend detectionClaude Paroz2014-07-121-5/+10
* Replaced urllib/urlparse imports with from django.utils.s...Tim Graham2014-03-311-5/+1
* Fixed #21795 -- Made add_preserved_filters account for ur...Loic Bistuer2014-03-311-2/+3
* Removed some unnecessary __exact operators in filters.Tim Graham2014-01-181-1/+1
* Fixed #21718 -- Renamed has_app to is_installed.Aymeric Augustin2014-01-061-1/+1
* Removed a few gratuitous lambdas.Aymeric Augustin2013-12-261-1/+1
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-2/+2
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Stop testing for inclusion in INSTALLED_APPS.Aymeric Augustin2013-12-221-2/+2
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-2/+1
* Fixed E124 pep8 warnings.Loic Bistuer2013-12-101-1/+2
* Fixed all E226 violationsAlex Gaynor2013-11-031-3/+3
* Fixed flake8 E251 violationsMilton Mazzarri2013-11-031-2/+2
* Fixed all E261 warningscoagulant2013-11-022-5/+5
* Started attackign the next flake8 violationAlex Gaynor2013-10-313-0/+18
* Fixed all the E203 violationsAlex Gaynor2013-10-271-1/+1
* Start attacking E231 violationsAlex Gaynor2013-10-241-1/+1
* Fixed E221 pep8 warnings.Tim Graham2013-10-221-2/+2
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-212-7/+4
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-1/+0
* Fixed #15185 -- Allowed ModelAdmin.list_display_links=Non...Ramiro Morales2013-10-011-1/+9
* Fixed #17627 -- Renamed util.py files to utils.pyTim Graham2013-09-162-2/+2
* Fixed #20836 -- Ensure that the ForeignKey's to_field att...Julien Phalip2013-09-071-1/+4
* Fixed #20934 -- Avoided NoReverseMatch in ModelAdmin.chan...Rainer Koirikivi2013-08-221-15/+27
* Fixed #19082 -- Enabled admin field pre-population for ex...Julien Phalip2013-07-301-1/+1
* Fixed #11195 -- Added CSS classes to the changelist cells...Julien Phalip2013-07-281-4/+5
* Fixed #20767 -- Fixed ModelAdmin.preserve_filters for nam...Loic Bistuer2013-07-191-1/+1
* Fixed #20664 -- Fixed a bug with raw_id_fields on Python 3.Tim Graham2013-06-281-3/+3
* Fixed #20288 -- Fixed inconsistency in the naming of the ...Loic Bistuer2013-06-191-3/+3
* Fixed #6903 - Preserve admin changelist filters after sav...Loic Bistuer2013-06-183-1/+46
* Fixed #15653 - Error in admin pagination tag.Tim Graham2013-05-291-1/+1
* Replaced `and...or...` constructs with PEP 308 conditiona...Ramiro Morales2013-05-271-1/+1
* Fixed #20088 -- Changed get_admin_log not to depend on Us...Juan Catalano2013-03-191-2/+2
* Fixed #15363 -- Renamed and normalized to `get_queryset` ...Loic Bistuer2013-03-081-5/+5