django1/django/contrib/admin
Carlton Gibson 11c5e0609b Fixed CVE-2019-19118 -- Required edit permissions on parent model for editable inlines in admin.
Thank you to Shen Ying for reporting this issue.
2019-12-02 08:56:08 +01:00
..
bin Simplified consecutive calls to pathlib.Path.parent. 2019-11-04 09:59:34 +01:00
locale Updated translation catalogs 2019-09-08 17:35:32 +02:00
migrations Fixed #30947 -- Changed tuples to lists in model Meta options in django.contrib modules. 2019-11-05 08:16:31 +01:00
static/admin Fixed #31028 -- Used classList API to check, add and remove DOM classes. 2019-11-28 15:21:37 +01:00
templates Fixed CVE-2019-19118 -- Required edit permissions on parent model for editable inlines in admin. 2019-12-02 08:56:08 +01:00
templatetags Fixed #29376 -- Allowed hiding "Save and Add Another" button in admin. 2019-09-16 11:37:09 +02:00
views Fixed #30981 -- Fixed admin changelist crash when using F() or OrderBy() expressions in admin_order_field. 2019-11-19 15:40:04 +01:00
__init__.py Removed unused import of ACTION_CHECKBOX_NAME in django.contrib.admin. 2019-11-06 12:49:42 +01: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 #30543 -- Fixed checks of ModelAdmin.list_display for fields accessible only via instance. 2019-07-10 10:37:34 +02: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 #30449 -- Made RelatedOnlyFieldListFilter respect ModelAdmin.ordering. 2019-08-15 10:29:10 +02:00
forms.py Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking. 2017-12-11 07:08:45 -05:00
helpers.py Fixed #30520 -- Fixed crash of admin model inlines on custom fields without labels. 2019-06-04 10:27:12 +02:00
models.py Fixed #30947 -- Changed tuples to lists in model Meta options in django.contrib modules. 2019-11-05 08:16:31 +01:00
options.py Fixed CVE-2019-19118 -- Required edit permissions on parent model for editable inlines in admin. 2019-12-02 08:56:08 +01:00
sites.py Fixed #27360 -- Added app or ModelAdmin details for AreadyRegistered exceptions. 2019-03-25 17:34:53 -04:00
tests.py Fixed #31042 -- Removed AdminSeleniumTestCase.get_css_value() in favor of Selenium .is_displayed(). 2019-11-28 15:10:13 +01:00
utils.py Fixed #27272 -- Added an on_delete RESTRICT handler to allow cascading deletions while protecting direct ones. 2019-11-19 10:55:05 +01:00
widgets.py Fixed #30722 -- Added default rate-limiting requests to admin's Select2 widget. 2019-08-27 13:47:36 +02:00