django1/django/contrib/admin
Claude Paroz b4ac232907 Fixed #24099 -- Removed contenttype.name deprecated field
This finsishes the work started on #16803.
Thanks Simon Charette, Tim Graham and Collin Anderson for the
reviews.
2015-01-16 20:21:34 +01:00
..
bin Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00
locale Updated translations from Transifex 2014-09-30 20:55:50 +02:00
migrations Fixed #23822 -- Added support for serializing model managers in migration 2014-12-15 08:34:15 -05:00
static/admin Fixed #13165 -- Added edit and delete links to admin foreign key widgets. 2015-01-10 12:24:52 -05:00
templates Fixed #24099 -- Removed contenttype.name deprecated field 2015-01-16 20:21:34 +01:00
templatetags Deprecated passing a Context to a generic Template.render. 2015-01-12 21:01:34 +01:00
views Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions 2015-01-02 10:46:04 -05:00
__init__.py Fixed #16311 -- Added a RelatedOnlyFieldListFilter class in admin.filters. 2014-08-04 09:39:02 -04:00
actions.py Fixed #22295 -- Replaced permission check for displaying admin user-tools 2014-12-31 16:31:59 -05:00
apps.py Fixed #23750 -- Allowed core.checks.register to be used as a function 2014-11-11 16:29:32 +01:00
checks.py Fixed #24089 -- Added check for when ModelAdmin.fieldsets[1]['fields'] isn't a list/tuple. 2015-01-12 13:47:58 -05:00
decorators.py Fixed typo in exception message; refs #19414 2013-09-19 06:24:12 -04:00
exceptions.py Prevented data leakage in contrib.admin via query string manipulation. 2014-08-20 14:39:40 -04:00
filters.py Fixed #21414 -- Removed RelatedObject and deprecated Field.related. 2014-12-23 10:54:25 -05:00
forms.py Fixed #22329 -- Used label_tag() in some admin auth templates. 2014-03-29 08:54:56 -04:00
helpers.py Removed redundant numbered parameters from str.format(). 2014-12-03 14:27:38 -05:00
models.py Fixed #23822 -- Added support for serializing model managers in migration 2014-12-15 08:34:15 -05:00
options.py Fixed #13165 -- Added edit and delete links to admin foreign key widgets. 2015-01-10 12:24:52 -05:00
sites.py Avoided exceptions in a non-critical check in the admin. 2015-01-12 21:01:34 +01:00
tests.py Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCase 2014-08-28 08:44:26 +02:00
util.py Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
utils.py Fixed #12663 -- Formalized the Model._meta API for retrieving fields. 2015-01-06 19:25:12 -05:00
validation.py Fixed #12663 -- Formalized the Model._meta API for retrieving fields. 2015-01-06 19:25:12 -05:00
widgets.py Fixed #13165 -- Added edit and delete links to admin foreign key widgets. 2015-01-10 12:24:52 -05:00