django1/django/contrib/admin
Adonys Alea Boffill a0d29a9abe Fixed #27942 -- Prevented admin from adding "add" buttons to all tables in inlines. 2017-03-30 10:39:59 -04:00
..
bin Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs." 2017-03-07 10:10:32 -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 #27942 -- Prevented admin from adding "add" buttons to all tables in inlines. 2017-03-30 10:39:59 -04:00
templates Fixed #27850 -- Made RelatedFieldWidgetWrapper call render() of the wrapped widget. 2017-02-20 08:48:03 -05:00
templatetags Fixed #27475 -- Fixed NonExistentTimeError crash in ModelAdmin.date_hierarchy. 2017-03-06 12:01:31 -05:00
views Refs #27795 -- Removed unneeded force_text calls 2017-03-04 18:18:21 +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 -- Removed some Python 2 compatibility code and comments. 2017-03-27 13:12:27 -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 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 Refs #27795 -- Removed unneeded force_text calls 2017-03-04 18:18:21 +01:00
models.py Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
options.py Refs #27795 -- Removed unneeded force_text calls 2017-03-04 18:18:21 +01: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 Fixed #27897 -- Fixed crash with 'pk' in ModelAdmin.search_filters. 2017-03-15 13:45:18 -04:00
widgets.py Refs #27919 -- Changed contrib widget's get_context() attrs kwarg to an arg. 2017-03-21 10:15:34 -04:00