.. |
bin
|
Simplified consecutive calls to pathlib.Path.parent.
|
2019-11-04 09:59:34 +01:00 |
locale
|
Updated translations from Transifex.
|
2020-01-31 20:59:10 +01: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 #31307 -- Fixed filter_horizontal add/remove SVG :hover positioning.
|
2020-02-27 15:39:13 +01:00 |
templates
|
Refs #27888 -- Removed redundant {% if %} in admin changelist filters.
|
2020-01-24 20:31:09 +01:00 |
templatetags
|
Fixed #29376 -- Allowed hiding "Save and Add Another" button in admin.
|
2019-09-16 11:37:09 +02:00 |
views
|
Fixed #31187 -- Fixed detecting of existing total ordering in admin changelist when using Meta.constraints.
|
2020-02-19 09:36:23 +01:00 |
__init__.py
|
Fixed #28991 -- Added EmptyFieldListFilter class in admin.filters.
|
2020-01-03 07:58:04 +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
|
Simplified imports from django.db and django.contrib.gis.db.
|
2020-02-04 13:20:06 +01: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 #28991 -- Added EmptyFieldListFilter class in admin.filters.
|
2020-01-03 07:58:04 +01:00 |
forms.py
|
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
|
2017-12-11 07:08:45 -05:00 |
helpers.py
|
Simplified imports from django.db and django.contrib.gis.db.
|
2020-02-04 13:20:06 +01: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
|
Simplified imports from django.db and django.contrib.gis.db.
|
2020-02-04 13:20:06 +01:00 |
sites.py
|
Fixed #27360 -- Added app or ModelAdmin details for AreadyRegistered exceptions.
|
2019-03-25 17:34:53 -04:00 |
tests.py
|
Refs #29892 -- Made Selenium tests wait for popups to be ready.
|
2019-12-02 15:06:36 +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
|
Simplified imports from django.db and django.contrib.gis.db.
|
2020-02-04 13:20:06 +01:00 |