summaryrefslogtreecommitdiff
path: root/django/contrib/admin/utils.py
AgeCommit message (Expand)Author
2017-10-31[2.0.x] Refs #23919 -- Updated references to urllib.quote() to Python 3 locat...Ville Skyttä
2017-09-13Merged isinstance() calls.Mariusz Felisiak
2017-06-05Replaced Model._get_pk_val() with pk property.Tim Graham
2017-04-27Refs #27795 -- Replaced many force_text() with str()Claude Paroz
2017-03-15Fixed #27897 -- Fixed crash with 'pk' in ModelAdmin.search_filters.Josh Schneier
2017-03-04Refs #27795 -- Removed unneeded force_text callsClaude Paroz
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-01-26Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-20Refs #23919 -- Removed unneeded force_str callsClaude Paroz
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-10-11Replaced '__' with LOOKUP_SEP constant.Nick Pope
2016-10-10Removed unused contrib.admin.utils.remove_trailing_data_field().Tim Graham
2016-10-05Fixed #27273 -- Added a construct_change_message() admin utility function.Tim Graham
2016-09-12Fixed #26524 -- Fixed crash in admin change view when displaying many to many...Jon Dufresne
2016-09-03Replaced smart_* by force_* calls whenever possibleClaude Paroz
2016-06-08Fixing #26524 -- Made a foreign key id reference in ModelAdmin.list_display d...krishbharadwaj
2016-05-07Fixed #26582 -- Added prettier admin display for list values.Dan Watson
2016-01-21Fixed #26060 -- Fixed crash with reverse OneToOneField in ModelAdmin.readonly...Alexander Gaevsky
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-12-10Fixed #25883 -- Fixed admin deletion page summary counts for related objects.Sergey Fedoseev
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