django1/django/contrib/admin
Russell Keith-Magee 3c5fc708f1 Edited contrib.admin check messages for grammar and consistency. 2014-03-03 13:27:17 +08:00
..
bin Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
locale Fixed #21388 -- Corrected language code for Frisian 2013-11-11 13:34:01 +01:00
static/admin Added tests and minified javascript missing in 83a3add4be. 2014-02-22 13:26:29 +01:00
templates Fixed #21371 -- Added the block.super to admin bodyclass blocks. 2014-02-10 09:13:29 -05:00
templatetags Removed some unnecessary __exact operators in filters. 2014-01-17 18:12:45 -05:00
views Fixed #21924 -- Added the ability to specify a reverse order for admin_order_field. 2014-02-14 19:53:44 -05:00
__init__.py Avoided importing models from django.contrib.admin. 2014-02-01 20:38:15 +01:00
actions.py Used application verbose names in the admin. 2013-12-22 16:53:57 +01:00
apps.py Fixed #21829 -- Added default AppConfigs. 2014-01-25 10:41:56 +01:00
checks.py Edited contrib.admin check messages for grammar and consistency. 2014-03-03 13:27:17 +08:00
decorators.py Fixed typo in exception message; refs #19414 2013-09-19 06:24:12 -04:00
exceptions.py Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation. 2013-05-25 16:27:34 -07:00
filters.py Fixed E127 pep8 warnings. 2013-12-14 11:59:15 -05:00
forms.py Removed two imports which are now unused 2014-02-04 15:45:18 -08:00
helpers.py Avoided importing models from django.contrib.admin. 2014-02-01 20:38:15 +01:00
models.py Fixed #17627 -- Renamed util.py files to utils.py 2013-09-16 12:52:05 -04:00
options.py Fixed #21064 -- Refactored common logic in ModelAdmin.add_view and change_view. 2014-02-13 07:31:18 -05:00
sites.py Removed two imports which are now unused 2014-02-04 15:45:18 -08:00
tests.py Fixed #21674 -- Deprecated the import_by_path() function in favor of import_string(). 2014-02-08 11:12:19 -05:00
util.py Removed import * in tests. 2013-10-22 08:32:01 -04:00
utils.py Split line and added indentation for better readability. 2014-02-15 14:25:23 -05:00
validation.py Stopped populating the app registry as a side effect. 2013-12-30 22:11:17 +01:00
widgets.py Fixed #22137 -- Made Widget.is_hidden a read-only property 2014-03-01 10:36:48 +01:00