.. |
bin
|
Fixed #28769 -- Replaced 'x if x else y' with 'x or y'.
|
2017-11-07 09:08:46 -05:00 |
locale
|
Updated translations from Transifex
|
2018-02-28 20:06:52 +01:00 |
migrations
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
static/admin
|
Fixed #28959 -- Fixed 'No, take me back' button on admin's inline popup.
|
2018-03-15 20:47:18 -04:00 |
templates
|
Fixed #27728 -- Allowed overriding admin templatetags templates.
|
2018-02-28 08:49:40 +01:00 |
templatetags
|
Refs #27728 -- Fixed thread safety of admin template tags.
|
2018-03-01 11:45:08 -05:00 |
views
|
Fixed #27810 -- Allowed query expressions in admin_order_field.
|
2018-02-15 21:00:31 -05:00 |
__init__.py
|
Sorted imports in __init__.py files.
|
2015-06-27 11:53:33 -04:00 |
actions.py
|
Fixed #17962 -- Added ModelAdmin.get_deleted_objects().
|
2018-02-24 20:41:43 -05:00 |
apps.py
|
Fixed #8500 -- Allowed overriding the default admin site instance.
|
2018-02-03 18:51:10 -05:00 |
checks.py
|
Fixed #28898 -- Corrected admin check to allow a OneToOneField in ModelAdmin.autocomplete_fields.
|
2017-12-13 02:39:27 -05: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 #29184 -- Made TabularInline respect model form's Meta.labels and help_texts.
|
2018-03-17 20:51:24 -04:00 |
models.py
|
Refs #27857 -- Replaced json.loads() ValueError exception catching with JSONDecodeError.
|
2017-09-25 17:11:06 -04:00 |
options.py
|
Fixed #17962 -- Added ModelAdmin.get_deleted_objects().
|
2018-02-24 20:41:43 -05:00 |
sites.py
|
Fixed #8500 -- Allowed overriding the default admin site instance.
|
2018-02-03 18:51:10 -05:00 |
tests.py
|
Fixed #28860 -- Removed unnecessary len() calls.
|
2017-12-04 10:35:23 -05:00 |
utils.py
|
Refs #29227 -- Simplified NullBooleanField by making it subclass BooleanField.
|
2018-03-20 12:10:10 -04:00 |
widgets.py
|
Fixed #29221 -- Corrected admin's autocomplete widget to add a space after custom classes.
|
2018-03-15 10:55:34 -04:00 |