Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/admin/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #25294 -- Moved BoundField to django.forms.boundfield.Moritz Sichert2015-09-161-1/+1
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-5/+0
* Fixed #25299 -- Fixed crash with ModelAdmin.list_display ...Tim Graham2015-08-281-1/+6
* Fixed #24962 -- Added newline to characters escaped by co...Tim Graham2015-06-181-1/+1
* Fixed #24474 -- Allowed configuring the admin's empty cha...Loek van Gent2015-06-051-7/+5
* Fixed #16609 -- Fixed duplicate admin results when search...Samuel Paccoud2015-05-061-4/+15
* Fixed #24593 -- Fixed number formatting of readonly Integ...Eric Rouleau2015-04-141-1/+1
* Revert "Fixed #24474 -- Allowed configuring the admin's e...Tim Graham2015-04-091-5/+7
* Fixed #24474 -- Allowed configuring the admin's empty cha...Loek van Gent2015-04-091-7/+5
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-21/+1
* Used format_html() in contrib.admin.utils for consistency.Tim Graham2015-03-041-6/+2
* Fixed #24381 -- removed ForeignObjectRel opts and to_optsAnssi Kääriäinen2015-02-231-1/+1
* Fixed #24289 -- Reversed usage of Field.many_to_one and o...Loic Bistuer2015-02-131-1/+1
* Refs #14497 -- Handled empty readonly admin FileFieldsCollin Anderson2015-02-111-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #14497 -- Improved admin widget for "read only" Fil...Riccardo Magliocchetti2015-02-041-7/+11
* Fixed #12663 -- Formalized the Model._meta API for retrie...Daniel Pyrathon2015-01-071-9/+21
* Fixed #9104 -- Moved FieldDoesNotExist to core.exceptionsDaniel Pyrathon2015-01-021-3/+4
* Fixed #21414 -- Removed RelatedObject and deprecated Fiel...Anssi Kääriäinen2014-12-231-1/+1
* Removed redundant numbered parameters from str.format().Berker Peksag2014-12-031-1/+1
* Fixed #20133 -- Added summary to admin deletion confirmat...areski2014-08-141-1/+4
* Fixed #22223 -- Prevented over-escaping URLs in reverse()Claude Paroz2014-07-091-1/+1
* Fixed #22207 -- Added support for GenericRelation reverse...Gabe Jackson2014-03-051-1/+1
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Split line and added indentation for better readability.Aleksander Budzinski2014-02-151-2/+4
* Fixed #22018 -- Fixed checks for ModelAdmin.fields not ha...Aaron France2014-02-151-5/+15
* Fixed #2445 -- Allowed limit_choices_to attribute to be a...Christopher Adams2014-02-111-6/+6
* Fixed #21846 -- Made NestedObjects handle related_name wi...Loic Bistuer2014-01-221-2/+6
* Removed isinstance(RelatedObject) checks from admin.utilsAnssi Kääriäinen2013-11-211-9/+6
* Fixed #21431 -- GenRel->FK list_filter regression in adminAnssi Kääriäinen2013-11-211-4/+2
* Fixed all E226 violationsAlex Gaynor2013-11-031-1/+1
* Fixed all E261 warningscoagulant2013-11-021-6/+6
* Started attackign the next flake8 violationAlex Gaynor2013-10-311-0/+3
* Fixed #17627 -- Renamed util.py files to utils.pyTim Graham2013-09-161-0/+473
* Merged the newforms-admin branch into trunk.Brian Rosner2008-07-191-103/+0
* Implemented auto-escaping of variable output in templates...Malcolm Tredinnick2007-11-141-1/+2
* Fixed a bunch of spurious imports, typos, and other small...Jacob Kaplan-Moss2006-07-211-1/+0
* Eliminated lots of mutable default arguments (since they ...Luke Plant2006-06-031-2/+6
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is high...Adrian Holovaty2006-05-021-3/+3
* Fixed #985 -- Fixed admin docs behavior if docutils isn't...Adrian Holovaty2005-12-071-4/+6
* Moved parts/admin/doc.py to contrib/admin/utils.py, where...Adrian Holovaty2005-11-271-0/+97