index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
admin
/
utils.py
Age
Commit message (
Expand
)
Author
2017-03-04
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-04
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-10-11
Replaced '__' with LOOKUP_SEP constant.
Nick Pope
2016-10-10
Removed unused contrib.admin.utils.remove_trailing_data_field().
Tim Graham
2016-10-05
Fixed #27273 -- Added a construct_change_message() admin utility function.
Tim Graham
2016-09-12
Fixed #26524 -- Fixed crash in admin change view when displaying many to many...
Jon Dufresne
2016-09-03
Replaced smart_* by force_* calls whenever possible
Claude Paroz
2016-06-08
Fixing #26524 -- Made a foreign key id reference in ModelAdmin.list_display d...
krishbharadwaj
2016-05-07
Fixed #26582 -- Added prettier admin display for list values.
Dan Watson
2016-01-21
Fixed #26060 -- Fixed crash with reverse OneToOneField in ModelAdmin.readonly...
Alexander Gaevsky
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-10
Fixed #25883 -- Fixed admin deletion page summary counts for related objects.
Sergey Fedoseev
2015-09-16
Refs #25294 -- Moved BoundField to django.forms.boundfield.
Moritz Sichert
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-08-28
Fixed #25299 -- Fixed crash with ModelAdmin.list_display value that clashes w...
Tim Graham
2015-06-18
Fixed #24962 -- Added newline to characters escaped by contrib.admin.utils.qu...
Tim Graham
2015-06-04
Fixed #24474 -- Allowed configuring the admin's empty change list value.
Loek van Gent
2015-05-06
Fixed #16609 -- Fixed duplicate admin results when searching nested M2M relat...
Samuel Paccoud
2015-04-14
Fixed #24593 -- Fixed number formatting of readonly IntegerFields in the admin.
Eric Rouleau
2015-04-08
Revert "Fixed #24474 -- Allowed configuring the admin's empty change list val...
Tim Graham
2015-04-08
Fixed #24474 -- Allowed configuring the admin's empty change list value.
Loek van Gent
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-03-04
Used format_html() in contrib.admin.utils for consistency.
Tim Graham
2015-02-23
Fixed #24381 -- removed ForeignObjectRel opts and to_opts
Anssi Kääriäinen
2015-02-14
Fixed #24289 -- Reversed usage of Field.many_to_one and one_to_many.
Loic Bistuer
2015-02-11
Refs #14497 -- Handled empty readonly admin FileFields
Collin Anderson
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-04
Fixed #14497 -- Improved admin widget for "read only" FileFields
Riccardo Magliocchetti
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2015-01-02
Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions
Daniel Pyrathon
2014-12-23
Fixed #21414 -- Removed RelatedObject and deprecated Field.related.
Anssi Kääriäinen
2014-12-03
Removed redundant numbered parameters from str.format().
Berker Peksag
2014-08-14
Fixed #20133 -- Added summary to admin deletion confirmation pages.
areski
2014-07-09
Fixed #22223 -- Prevented over-escaping URLs in reverse()
Claude Paroz
2014-03-05
Fixed #22207 -- Added support for GenericRelation reverse lookups
Gabe Jackson
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-02-15
Split line and added indentation for better readability.
Aleksander Budzinski
2014-02-15
Fixed #22018 -- Fixed checks for ModelAdmin.fields not handling sub-lists.
Aaron France
2014-02-11
Fixed #2445 -- Allowed limit_choices_to attribute to be a callable.
Christopher Adams
2014-01-22
Fixed #21846 -- Made NestedObjects handle related_name with %(app_label)s or ...
Loic Bistuer
2013-11-21
Removed isinstance(RelatedObject) checks from admin.utils
Anssi Kääriäinen
2013-11-21
Fixed #21431 -- GenRel->FK list_filter regression in admin
Anssi Kääriäinen
2013-11-03
Fixed all E226 violations
Alex Gaynor
2013-11-02
Fixed all E261 warnings
coagulant
[prev]
[next]