.. |
bin
|
Fixed E305 flake8 warnings.
|
2016-11-14 12:30:46 -05:00 |
locale
|
Updated translation catalogs
|
2017-01-19 17:09:37 +01:00 |
migrations
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
static/admin
|
Fixed #27743 -- Prevented admin's "+" button icon from overlapping its label.
|
2017-01-23 19:24:47 -05:00 |
templates
|
Fixed #27850 -- Made RelatedFieldWidgetWrapper call render() of the wrapped widget.
|
2017-02-20 08:48:03 -05:00 |
templatetags
|
Converted usage of ugettext* functions to their gettext* aliases
|
2017-02-07 09:04:04 +01:00 |
views
|
Converted usage of ugettext* functions to their gettext* aliases
|
2017-02-07 09:04:04 +01:00 |
__init__.py
|
Sorted imports in __init__.py files.
|
2015-06-27 11:53:33 -04:00 |
actions.py
|
Fixed typos in code comments.
|
2017-02-22 10:25:42 -05:00 |
apps.py
|
Converted usage of ugettext* functions to their gettext* aliases
|
2017-02-07 09:04:04 +01:00 |
checks.py
|
Refs #23919 -- Replaced super(ClassName, self) with super().
|
2017-01-25 12:23:46 -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
|
Converted usage of ugettext* functions to their gettext* aliases
|
2017-02-07 09:04:04 +01:00 |
forms.py
|
Converted usage of ugettext* functions to their gettext* aliases
|
2017-02-07 09:04:04 +01:00 |
helpers.py
|
Converted usage of ugettext* functions to their gettext* aliases
|
2017-02-07 09:04:04 +01:00 |
models.py
|
Converted usage of ugettext* functions to their gettext* aliases
|
2017-02-07 09:04:04 +01:00 |
options.py
|
Fixed #27356 -- Fixed ModelAdmin.lookup_allowed() for some nested relations.
|
2017-02-07 19:33:26 -05:00 |
sites.py
|
Converted usage of ugettext* functions to their gettext* aliases
|
2017-02-07 09:04:04 +01:00 |
tests.py
|
Converted usage of ugettext* functions to their gettext* aliases
|
2017-02-07 09:04:04 +01:00 |
utils.py
|
Converted usage of ugettext* functions to their gettext* aliases
|
2017-02-07 09:04:04 +01:00 |
widgets.py
|
Fixed #27850 -- Made RelatedFieldWidgetWrapper call render() of the wrapped widget.
|
2017-02-20 08:48:03 -05:00 |