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
/
util.py
Age
Commit message (
Expand
)
Author
2015-01-17
Removed backwards compatibility shims for "util" modules per deprecation time...
Tim Graham
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2013-10-22
Removed import * in tests.
Tim Graham
2013-09-16
Added backwards compatability shims for util modules.
Tim Graham
2013-09-16
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham
2013-09-03
Fixed "indentation is not a multiple of four" pep8 issues.
Tim Graham
2013-08-29
Fixed #16433 -- Fixed a help_text/read only field interaction that caused an ...
Tim Graham
2013-08-19
Fixed #20640 -- Avoided NoReverseMatch in get_deleted_objects
Rainer Koirikivi
2013-08-19
Fixed #20777 -- Admin proxy model deletion regression
Anssi Kääriäinen
2013-07-01
Updated tests for deprecation of Option.get_(add|change|delete)_permission.
Tim Graham
2013-05-27
Fixed #20182 - admin lookup should treat 0 as False for __isnull
Tim Graham
2013-05-21
Fixed #17308 -- Enabled the use of short_description on properties in the admin.
Wiktor Kolodziej
2013-02-23
Fixed #18491 -- deleting a proxy doesn't show warning about cascade deletes
Honza Kral
2013-02-05
Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.
Simon Charette
2013-01-21
Fixed #18051 -- Allowed admin fieldsets to contain lists
Claude Paroz
2012-09-28
Fixed #18676 -- Allow fast-path deletion of objects
Anssi Kääriäinen
2012-09-24
Fixed #18072 -- Made more admin links use reverse() instead of hard-coded rel...
Ramiro Morales
2012-09-08
Internal refactoring; moving LOOKUP_SEP up one level.
Malcolm Tredinnick
2012-08-29
Replaced many smart_bytes by force_bytes
Claude Paroz
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-07-22
[py3] Removed longs.
Aymeric Augustin
2012-07-03
Changed a lot of internal code to use 'format_html' where appropriate/possible
Luke Plant
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-29
Fixed #17992 -- Added a public API for localtime.
Aymeric Augustin
2012-04-29
Fixed #13196 -- Formatting in admin changelists.
Aymeric Augustin
2011-11-22
Disentangled some parts of the admin ChangeList and ListFilter's internals. W...
Julien Phalip
2011-11-18
Fixed #17255 -- Removed "as" prefix from new timezone template filter names f...
Jannis Leidel
2011-11-18
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
Aymeric Augustin
2011-06-01
Fixed bug with `__str__` headers in admin changelist have a non-functioning s...
Luke Plant
2011-03-03
Fixed #15512 -- Cleanup of imports in contrib.admin. Thanks to Julien Phalip ...
Russell Keith-Magee
2011-02-26
Fixed #15424 -- Corrected lookup of callables listed in admin inlines' `reado...
Ramiro Morales
2011-02-19
Fixed #14355 -- Ensure that help_text is displayed for readonly fields in the...
Russell Keith-Magee
2011-01-20
Fixed #14672 - Added admin handling for on_delete=PROTECT. Thanks to jtiai fo...
Carl Meyer
2010-11-21
Fixed #3400 -- Support for lookup separator with list_filter admin option. Th...
Honza Král
2010-11-09
Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc...
Carl Meyer
2010-11-01
Removed dead compatibility code for removed AdminSite.root() method for mount...
Carl Meyer
2010-10-17
Fixed #13963 -- Use the correct verbose name of a reverse relation field in t...
Jannis Leidel
2010-10-12
Fixed #14425 -- Unused imports in contrib.admin. Thanks robhudson.
Chris Beaven
2010-04-11
Fixed #13301 -- Corrected problem with capitalization of changelist row heade...
Russell Keith-Magee
2010-03-15
Fixed #12953 -- Ensure that deletion cascades through generic relations. Also...
Russell Keith-Magee
2010-03-10
Ensure that NullBooleanField displays the appropriate icon for null values in...
James Bennett
2010-02-26
Fixed #6191, #11296 -- Modified the admin deletion confirmation page to use t...
Russell Keith-Magee
2010-02-01
Fixed #12654 - Correctly display ForeignKey fields in read-only scenarios. Th...
Jannis Leidel
2010-01-10
Fixed #12455 -- corrected an oversight in result_headers not honoring admin_o...
Brian Rosner
2010-01-09
Fixed #12550 -- better handling with choices and null fields when displaying ...
Brian Rosner
2010-01-01
Fixed #12477 - Fields specified in ModelAdmin.readonly_fields now respect Fie...
Jannis Leidel
2009-12-22
Fixed #342 -- added readonly_fields to ModelAdmin. Thanks Alex Gaynor for boo...
Brian Rosner
[next]