summaryrefslogtreecommitdiff
path: root/django/contrib/admin/utils.py
AgeCommit message (Expand)Author
2015-09-16Refs #25294 -- Moved BoundField to django.forms.boundfield.Moritz Sichert
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-08-28Fixed #25299 -- Fixed crash with ModelAdmin.list_display value that clashes w...Tim Graham
2015-06-18Fixed #24962 -- Added newline to characters escaped by contrib.admin.utils.qu...Tim Graham
2015-06-04Fixed #24474 -- Allowed configuring the admin's empty change list value.Loek van Gent
2015-05-06Fixed #16609 -- Fixed duplicate admin results when searching nested M2M relat...Samuel Paccoud
2015-04-14Fixed #24593 -- Fixed number formatting of readonly IntegerFields in the admin.Eric Rouleau
2015-04-08Revert "Fixed #24474 -- Allowed configuring the admin's empty change list val...Tim Graham
2015-04-08Fixed #24474 -- Allowed configuring the admin's empty change list value.Loek van Gent
2015-03-25Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen
2015-03-04Used format_html() in contrib.admin.utils for consistency.Tim Graham
2015-02-23Fixed #24381 -- removed ForeignObjectRel opts and to_optsAnssi Kääriäinen
2015-02-14Fixed #24289 -- Reversed usage of Field.many_to_one and one_to_many.Loic Bistuer
2015-02-11Refs #14497 -- Handled empty readonly admin FileFieldsCollin Anderson
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-04Fixed #14497 -- Improved admin widget for "read only" FileFieldsRiccardo Magliocchetti
2015-01-06Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon
2015-01-02Fixed #9104 -- Moved FieldDoesNotExist to core.exceptionsDaniel Pyrathon
2014-12-23Fixed #21414 -- Removed RelatedObject and deprecated Field.related.Anssi Kääriäinen
2014-12-03Removed redundant numbered parameters from str.format().Berker Peksag
2014-08-14Fixed #20133 -- Added summary to admin deletion confirmation pages.areski
2014-07-09Fixed #22223 -- Prevented over-escaping URLs in reverse()Claude Paroz
2014-03-05Fixed #22207 -- Added support for GenericRelation reverse lookupsGabe Jackson
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-02-15Split line and added indentation for better readability.Aleksander Budzinski
2014-02-15Fixed #22018 -- Fixed checks for ModelAdmin.fields not handling sub-lists.Aaron France
2014-02-11Fixed #2445 -- Allowed limit_choices_to attribute to be a callable.Christopher Adams
2014-01-22Fixed #21846 -- Made NestedObjects handle related_name with %(app_label)s or ...Loic Bistuer
2013-11-21Removed isinstance(RelatedObject) checks from admin.utilsAnssi Kääriäinen
2013-11-21Fixed #21431 -- GenRel->FK list_filter regression in adminAnssi Kääriäinen
2013-11-03Fixed all E226 violationsAlex Gaynor
2013-11-02Fixed all E261 warningscoagulant
2013-10-31Started attackign the next flake8 violationAlex Gaynor
2013-09-16Fixed #17627 -- Renamed util.py files to utils.pyTim Graham
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner
2007-11-14Implemented auto-escaping of variable output in templates. Fully controllable...Malcolm Tredinnick
2006-07-21Fixed a bunch of spurious imports, typos, and other small errors turned up by...Jacob Kaplan-Moss
2006-06-03Eliminated lots of mutable default arguments (since they are bugsLuke Plant
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2005-12-07Fixed #985 -- Fixed admin docs behavior if docutils isn't installed. Thanks, ...Adrian Holovaty
2005-11-27Moved parts/admin/doc.py to contrib/admin/utils.py, where it belongs. Also ca...Adrian Holovaty