django1/django/contrib/admin
Claude Paroz 67eee5e4fa Fixed #27302 -- Fixed ModelAdmin.construct_change_message() changed field detection
Thanks Ramiro Morales for the report and Tim Graham for the review.
2016-10-01 20:14:27 +02:00
..
bin Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
locale Updated translations from Transifex 2016-09-30 22:12:41 +02:00
migrations Fixed #25353 -- Changed LogEntry.action_time to a "date created". 2015-09-04 12:33:11 -04:00
static/admin Fixed #27158 -- Fixed positioning of admin's many-to-many widgets in rtl.css. 2016-09-22 19:23:24 -04:00
templates Fixed #27207 -- Replaced <p> tag with <div> in admin help texts. 2016-09-10 16:54:10 -04:00
templatetags Fixed #27216 -- Corrected import location in admin deprecation messages. 2016-09-13 13:45:24 -04:00
views Fixing #26524 -- Made a foreign key id reference in ModelAdmin.list_display display the id. 2016-06-08 17:20:03 -04:00
__init__.py Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
actions.py Fixed #21734 -- Handled ProtectedError in a POST to admin's delete_selected action. 2016-03-29 07:42:23 -04:00
apps.py Fixed #24116 -- Moved AdminSite.check_dependencies() to system checks. 2016-01-22 18:29:56 -05:00
checks.py Fixed #26816 -- Corrected an admin check to require inlines to subclass InlineModelAdmin. 2016-08-24 17:34:32 -04:00
decorators.py Fixed #25688 -- Made admin.register() disallow an empty list of models. 2015-11-12 09:54:43 -05:00
exceptions.py Prevented data leakage in contrib.admin via query string manipulation. 2014-08-20 14:39:40 -04:00
filters.py Replaced smart_* by force_* calls whenever possible 2016-09-03 13:46:41 +02:00
forms.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
helpers.py Fixed #27266 -- Allowed using assertFormError()/assertFormsetError() in admin forms and formsets. 2016-09-27 09:56:19 -04:00
models.py Replaced smart_* by force_* calls whenever possible 2016-09-03 13:46:41 +02:00
options.py Fixed #27302 -- Fixed ModelAdmin.construct_change_message() changed field detection 2016-10-01 20:14:27 +02:00
sites.py Fixed #17209 -- Added password reset/change class-based views 2016-07-16 10:36:12 +02:00
tests.py Fixed #26601 -- Improved middleware per DEP 0005. 2016-05-17 07:22:22 -04:00
utils.py Fixed #26524 -- Fixed crash in admin change view when displaying many to many forward refs. 2016-09-12 19:20:35 -07:00
widgets.py Fixed #27199 -- Made AdminIntegerFieldWidget use NumberInput. 2016-09-09 09:42:39 -04:00