django1/django/contrib/auth
Ramiro Morales 1d42a86ec7 Tweak password admin change form view context. Refs #21293. 2014-03-11 09:52:43 -03:00
..
fixtures Whitespace cleanup. 2013-10-10 16:49:20 -04:00
handlers 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
management Removed BaseCommand.stdin introduced in 116d39842d. 2014-02-18 11:36:06 +01:00
templates/registration Fixed #12202 -- Removed hardcoded password reset subject and added a subject_template_name parameter to the password_reset view. Thanks, Ramiro Morales, Claude Paroz and agabel. 2011-06-19 11:24:39 +00:00
tests Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
__init__.py Fixed #22120 -- Documented persistent activation of languages and cleaned up language session key use 2014-02-22 18:29:06 +01:00
admin.py Tweak password admin change form view context. Refs #21293. 2014-03-11 09:52:43 -03:00
apps.py Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title case 2014-03-06 18:43:04 -05:00
backends.py Propagate get_user_model exception from get_user 2013-11-14 12:02:26 -08:00
checks.py Edited contrib.auth check messages for grammar and consistency. 2014-03-03 13:39:58 +08:00
context_processors.py Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
create_superuser.py Fixed #7392 -- Corrected a typo in the backwards-compatibility layer to the new createsuperuser command. 2008-06-08 08:45:14 +00:00
decorators.py Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
forms.py Moved RequestSite and get_current_site. 2014-01-26 08:50:47 +01:00
hashers.py Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
middleware.py Fixed #21674 -- Deprecated the import_by_path() function in favor of import_string(). 2014-02-08 11:12:19 -05:00
models.py Fixed #21387 -- Merge two very similar help texts. 2013-11-06 00:35:20 -03:00
signals.py Fixed #18616 -- added user_login_fail signal to contrib.auth 2012-09-30 22:34:50 -07:00
tokens.py Fixed #19354 -- Do not assume usermodel.pk == usermodel.id 2012-11-29 21:45:43 +01:00
urls.py Removed django.contrib.auth.views.password_reset_confirm_uidb36() view to finish its accelerated deprecation schedule. 2013-06-29 12:22:15 -03:00
views.py Moved RequestSite and get_current_site. 2014-01-26 08:50:47 +01:00