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
2015-03-04
[1.8.x] Used format_html() in contrib.admin.utils for consistency.
Tim Graham
2015-02-23
[1.8.x] Fixed #24381 -- removed ForeignObjectRel opts and to_opts
Anssi Kääriäinen
2015-02-14
[1.8.x] Fixed #24289 -- Reversed usage of Field.many_to_one and one_to_many.
Loic Bistuer
2015-02-11
[1.8.x] Refs #14497 -- Handled empty readonly admin FileFields
Collin Anderson
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2015-02-04
[1.8.x] 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
2013-10-31
Started attackign the next flake8 violation
Alex Gaynor
2013-09-16
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner
2007-11-14
Implemented auto-escaping of variable output in templates. Fully controllable...
Malcolm Tredinnick
2006-07-21
Fixed a bunch of spurious imports, typos, and other small errors turned up by...
Jacob Kaplan-Moss
2006-06-03
Eliminated lots of mutable default arguments (since they are bugs
Luke Plant
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2005-12-07
Fixed #985 -- Fixed admin docs behavior if docutils isn't installed. Thanks, ...
Adrian Holovaty
2005-11-27
Moved parts/admin/doc.py to contrib/admin/utils.py, where it belongs. Also ca...
Adrian Holovaty