django1/django/contrib/admin
Claude Paroz a5f139236f Fixed #29536 -- Fixed SelectFilter2.js resizing to make boxes have equal height.
Thanks Tim Graham for the review.
2018-06-29 17:21:27 +02:00
..
bin Fixed #28769 -- Replaced 'x if x else y' with 'x or y'. 2017-11-07 09:08:46 -05:00
locale Fixed #29417 -- Corrected two admin page titles for view-only users. 2018-05-23 11:02:37 -04:00
migrations Fixed #29370 -- Added choices to LogEntry.action_flag field. 2018-05-07 10:07:45 -04:00
static/admin Fixed #29536 -- Fixed SelectFilter2.js resizing to make boxes have equal height. 2018-06-29 17:21:27 +02:00
templates Fixed #8936 -- Added a view permission and a read-only admin. 2018-05-16 06:44:55 -04:00
templatetags Fixed #8936 -- Added a view permission and a read-only admin. 2018-05-16 06:44:55 -04:00
views Fixed #29502 -- Allowed users with the view permission to use autocomplete_fields. 2018-06-18 15:36:20 -04:00
__init__.py Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
actions.py Fixed #29419 -- Allowed permissioning of admin actions. 2018-06-18 15:07:29 -04:00
apps.py Fixed #8500 -- Allowed overriding the default admin site instance. 2018-02-03 18:51:10 -05:00
checks.py Fixed #29419 -- Allowed permissioning of admin actions. 2018-06-18 15:07:29 -04:00
decorators.py Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257. 2017-02-04 16:39:28 -05:00
exceptions.py Prevented data leakage in contrib.admin via query string manipulation. 2014-08-20 14:39:40 -04:00
filters.py Refs #29227 -- Simplified NullBooleanField by making it subclass BooleanField. 2018-03-20 12:10:10 -04:00
forms.py Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking. 2017-12-11 07:08:45 -05:00
helpers.py Fixed #29414 -- Restored form inputs on admin inlines when the user doesn't have the change permission. 2018-05-18 19:50:58 -04:00
models.py Fixed #29370 -- Added choices to LogEntry.action_flag field. 2018-05-07 10:07:45 -04:00
options.py Fixed #29419 -- Allowed permissioning of admin actions. 2018-06-18 15:07:29 -04:00
sites.py Fixed #8936 -- Added a view permission and a read-only admin. 2018-05-16 06:44:55 -04:00
tests.py Fixed #28860 -- Removed unnecessary len() calls. 2017-12-04 10:35:23 -05:00
utils.py Fixed #23869 -- Made ModelAdmin.get_deleted_objects() use has_delete_permission() for permissions checking. 2018-06-15 10:31:08 -04:00
widgets.py Fixed #8936 -- Added a view permission and a read-only admin. 2018-05-16 06:44:55 -04:00