django1/django/contrib/admin
Uriel Corfa 68b89f4d13 [1.7.x] Removed 'to_field' from ForeignKey(settings.AUTH_USER_MODEL) in admin's initial migration.
This enables using a custom user model with a primary key with a name
different than 'id'; refs #22889.

Backport of bcd2e6c697 from master
2014-06-23 13:23:09 -04:00
..
bin Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
locale [1.7.x] Updated translation catalogs 2014-05-19 15:14:09 +02:00
migrations [1.7.x] Removed 'to_field' from ForeignKey(settings.AUTH_USER_MODEL) in admin's initial migration. 2014-06-23 13:23:09 -04:00
static/admin Fixed #21293 -- Adjusted admin header CSS to fix admin password reset template. 2014-03-11 06:56:27 -04:00
templates [1.7.x] Restored site header text in password reset view. 2014-05-07 23:32:36 -03:00
templatetags [1.7.x] Replaced urllib/urlparse imports with from django.utils.six.moves. 2014-03-31 07:55:25 -04:00
views Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01: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 [1.7.x] Fixed #22195 -- Used constants to define built-in tags for check framework. 2014-04-10 08:54:32 -04:00
checks.py [1.7.x] Fixed #22792 -- Updated checks for list_display_links in model admin 2014-06-10 09:43:24 -04: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 [1.7.x] Fixed #22087 -- Made AdminReadonlyField respect ModelForm Meta overrides. 2014-03-25 09:34:12 -04:00
models.py Fixed #17627 -- Renamed util.py files to utils.py 2013-09-16 12:52:05 -04:00
options.py [1.7.x] Revert "Fixed #19303 -- Fixed ModelAdmin.formfield_overrides on fields with choices" 2014-06-02 07:13:03 -04:00
sites.py Prevented admin from importing auth.User. 2014-03-09 20:29:00 +01:00
tests.py Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
util.py Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
utils.py Fixed #22207 -- Added support for GenericRelation reverse lookups 2014-03-05 22:37:53 +02:00
validation.py [1.7.x] Corrected many style guide violations that the newest version of flake8 catches 2014-04-21 07:50:43 -04:00
widgets.py Fixed #22137 -- Made Widget.is_hidden a read-only property 2014-03-01 10:36:48 +01:00