django1/django/contrib/admin
Ramiro Morales 5ea34f3f86 Restored site header text in password reset view.
It's the one shown when the optional integration described in
https://docs.djangoproject.com/en/dev/ref/contrib/admin/#adding-a-password-reset-feature
is used.

Follow-up to commits 6f470650d0 and 1d42a86ec7, together they fix
different small UI regressions after a962286b74.

Refs #21293.
2014-05-07 23:12:58 -03:00
..
bin
locale
static/admin Fixed #21293 -- Adjusted admin header CSS to fix admin password reset template. 2014-03-11 06:56:27 -04:00
templates Restored site header text in password reset view. 2014-05-07 23:12:58 -03:00
templatetags Replaced urllib/urlparse imports with from django.utils.six.moves. 2014-03-31 07:54:22 -04:00
views Removed reading of legacy admin popup GET parameter. 2014-03-21 11:35:33 -04: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 #22195 -- Used constants to define built-in tags for check framework. 2014-04-10 08:45:48 -04:00
checks.py Fixed #22034 -- Added a specific set of relation checks for GenericInlineModelAdmin. 2014-03-08 11:25:23 +08:00
decorators.py
exceptions.py
filters.py
forms.py Fixed #22329 -- Used label_tag() in some admin auth templates. 2014-03-29 08:54:56 -04:00
helpers.py Fixed #22087 -- Made AdminReadonlyField respect ModelForm Meta overrides. 2014-03-25 09:33:13 -04:00
models.py
options.py Fix many many typos in comments throughout the codebase 2014-04-26 10:18:45 -07:00
sites.py Fixed #22218 -- Deprecated django.conf.urls.patterns. 2014-04-03 07:28:10 -04: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 Corrected many style guide violations that the newest version of flake8 catches 2014-03-30 12:11:05 -07:00
widgets.py Fixed #22137 -- Made Widget.is_hidden a read-only property 2014-03-01 10:36:48 +01:00