.. |
bin
|
Fixed #28769 -- Replaced 'x if x else y' with 'x or y'.
|
2017-11-07 09:08:46 -05:00 |
locale
|
Updated contrib translations from Transifex
|
2018-08-01 09:24:06 -04:00 |
migrations
|
Fixed #29370 -- Added choices to LogEntry.action_flag field.
|
2018-05-07 10:07:45 -04:00 |
static/admin
|
Fixed #29690 -- Fixed aligned <ul> positioning for RTL languages in admin.
|
2018-08-20 10:20:30 -04:00 |
templates
|
Fixed #28529 -- Fixed VariableDoesNotExist warnings in admin templates.
|
2018-08-06 17:03:06 -04:00 |
templatetags
|
Fixed #28529 -- Fixed VariableDoesNotExist warnings in admin templates.
|
2018-08-06 17:03:06 -04:00 |
views
|
Fixed #28529 -- Fixed VariableDoesNotExist warnings in admin templates.
|
2018-08-06 17:03:06 -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
|
Removed redundant 'model' argument in admin checks.
|
2018-08-20 09:11:42 -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 #29682 -- Fixed admin change form crash if a view-only model's form has an extra field.
|
2018-08-20 11:14:20 -04:00 |
models.py
|
Fixed #29370 -- Added choices to LogEntry.action_flag field.
|
2018-05-07 10:07:45 -04:00 |
options.py
|
Fixed #29426 -- Made UUID inputs in the admin match the width of a UUID.
|
2018-08-18 10:16:22 -04:00 |
sites.py
|
Fixed #28529 -- Fixed VariableDoesNotExist warnings in admin templates.
|
2018-08-06 17:03:06 -04:00 |
tests.py
|
Fixed #28860 -- Removed unnecessary len() calls.
|
2017-12-04 10:35:23 -05:00 |
utils.py
|
Fixed #29682 -- Fixed admin change form crash if a view-only model's form has an extra field.
|
2018-08-20 11:14:20 -04:00 |
widgets.py
|
Fixed #29426 -- Made UUID inputs in the admin match the width of a UUID.
|
2018-08-18 10:16:22 -04:00 |