.. |
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
|
2017-05-31 21:43:40 +02:00 |
migrations
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
static/admin
|
Fixed #28768 -- Added Slovak char map for Javascript slug generation.
|
2017-11-03 09:22:59 -04:00 |
templates
|
Fixed #26818 -- Added responsive CSS for the admin.
|
2017-09-16 19:11:19 -04:00 |
templatetags
|
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
|
2017-06-01 19:08:59 -04:00 |
views
|
Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ManyToManyField in the admin.
|
2017-09-18 13:48:02 -04:00 |
__init__.py
|
Sorted imports in __init__.py files.
|
2015-06-27 11:53:33 -04:00 |
actions.py
|
Fixed docstring typo in django/contrib/admin/actions.py.
|
2017-05-25 05:54:51 -04:00 |
apps.py
|
Converted usage of ugettext* functions to their gettext* aliases
|
2017-02-07 09:04:04 +01:00 |
checks.py
|
Fixed #28490 -- Removed unused code in admin.E108 check.
|
2017-10-02 13:04: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
|
Fixed #28202 -- Fixed FieldListFilter.get_queryset() crash on invalid input.
|
2017-06-06 07:54:31 -04:00 |
forms.py
|
Fixed #28751 -- Corrected the error message for inactive users in AdminAuthenticationForm.
|
2017-11-08 09:39:12 -05:00 |
helpers.py
|
Fixed #28377 -- Made combining form Media retain relative asset order.
|
2017-07-20 11:06:30 -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 #28585 -- Calculated admin's change form multipart context variable from forms and formsets
|
2017-11-07 19:06:32 -05:00 |
sites.py
|
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
|
2017-09-20 18:04:42 -04:00 |
tests.py
|
Converted usage of ugettext* functions to their gettext* aliases
|
2017-02-07 09:04:04 +01:00 |
utils.py
|
Refs #23919 -- Updated references to urllib.quote() to Python 3 location.
|
2017-10-31 12:05:54 -04:00 |
widgets.py
|
Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ManyToManyField in the admin.
|
2017-09-18 13:48:02 -04:00 |