..
bin
Limited lines to 119 characters in django/
2014-09-05 09:22:16 -04:00
locale
Updated en translation catalogs
2015-01-17 11:19:37 +01:00
migrations
Fixed #23822 -- Added support for serializing model managers in migration
2014-12-15 08:34:15 -05:00
static /admin
Fixed #24053 -- Removed admin CSS & images for IE6 & 7.
2015-01-27 07:48:11 -05:00
templates
Fixed #24053 -- Removed admin CSS & images for IE6 & 7.
2015-01-27 07:48:11 -05: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 InlineAdminForm.field_count()
2015-02-01 20:13:12 -05:00
models.py
Fixed #23822 -- Added support for serializing model managers in migration
2014-12-15 08:34:15 -05:00
options.py
Removed support for admin validators per deprecation timeline; refs #16905 .
2015-01-18 14:43:21 -05:00
sites.py
Caught all exceptions raised by Engine.get_default().
2015-02-05 20:06:18 +01:00
tests.py
Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCase
2014-08-28 08:44:26 +02:00
utils.py
Fixed #14497 -- Improved admin widget for "read only" FileFields
2015-02-04 09:05:23 -05:00
widgets.py
Fixed #13165 -- Added edit and delete links to admin foreign key widgets.
2015-01-10 12:24:52 -05:00