.. |
bin
|
Fixed #30229 -- Removed polyfill from inlines.min.js.
|
2019-03-01 13:00:30 -05:00 |
locale
|
Updated contrib translations from Transifex.
|
2019-04-01 12:22:15 +02:00 |
migrations
|
Fixed #29370 -- Added choices to LogEntry.action_flag field.
|
2018-05-07 10:07:45 -04:00 |
static/admin
|
Fixed #30459 -- Delegated hide/show JS toggle to parent div.
|
2019-05-17 07:46:45 +02:00 |
templates
|
Fixed #16027 -- Added app_label to ContentType.__str__().
|
2019-02-07 19:56:47 -05:00 |
templatetags
|
Fixed #30259 -- Fixed crash of admin views when properties don't have admin_order_field attribute.
|
2019-04-01 15:11:54 +02:00 |
views
|
Fixed #30259 -- Added support for admin_order_field attribute on properties in ModelAdmin.list_display.
|
2019-03-24 20:43:56 +01: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 #30312 -- Relaxed admin check from django.contrib.sessions to SessionMiddleware subclasses.
|
2019-04-26 11:31:06 +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
|
Fixed #29835 -- Made RelatedFieldListFilter respect ModelAdmin.ordering.
|
2018-11-14 14:29:39 -05:00 |
forms.py
|
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
|
2017-12-11 07:08:45 -05:00 |
helpers.py
|
Fixed #30221 -- Made label suffix of admin's read-only fields translatable.
|
2019-02-28 11:12:30 -05:00 |
models.py
|
Refs #29784 -- Normalized Python docs links to omit the version.
|
2018-09-25 10:19:42 +02:00 |
options.py
|
Removed unnecessary assignments in various code.
|
2019-04-24 13:09:29 +02:00 |
sites.py
|
Fixed #27360 -- Added app or ModelAdmin details for AreadyRegistered exceptions.
|
2019-03-25 17:34:53 -04:00 |
tests.py
|
Fixed #28860 -- Removed unnecessary len() calls.
|
2017-12-04 10:35:23 -05:00 |
utils.py
|
Simplified contrib.admin.utils.unquote().
|
2018-10-02 15:42:56 -04:00 |
widgets.py
|
Fixed #29961 -- Made RelatedFieldWidgetWrapper hide related item links if wrapping a hidden widget.
|
2018-11-19 15:12:52 -05:00 |