.. |
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
|
[1.7.x] Updated translations from Transifex
|
2014-09-30 20:51:54 +02:00 |
management
|
[1.7.x] Fixed #24075 -- Prevented running post_migrate signals when unapplying initial migrations of contenttypes and auth
|
2015-01-14 20:37:56 +01:00 |
migrations
|
[1.7.x] Fixed #23294 -- Add related_name to existing migrations.
|
2014-08-15 13:51:32 -04: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
|
[1.7.x] Refs #24075 -- Silenced needless call_command output while running tests
|
2015-01-15 21:13:27 +01:00 |
__init__.py
|
[1.7.x] Fixed #23939 -- Moved session verification out of SessionAuthenticationMiddleware.
|
2014-12-03 13:42:02 -05:00 |
admin.py
|
[1.7.x] Fixed #22515 -- Fixed the object_id of the LogEntry that's created after a user password change in the admin.
|
2014-04-25 08:36:20 -04: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 |
backends.py
|
[1.7.x] Fixed #22652 -- Replaced UserModel.objects with UserModel._default_manager.
|
2014-05-19 08:37:00 -04: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
|
[1.7.x] Fixed #24097 -- Prevented AttributeError in redirect_to_login
|
2015-01-10 10:13:50 +01:00 |
forms.py
|
[1.7.x] Replaced instances of 'his/her' with 'their'.
|
2014-07-21 19:54:22 +00:00 |
hashers.py
|
[1.7.x] Increased the default PBKDF2 iterations.
|
2015-01-03 13:36:13 -05:00 |
middleware.py
|
[1.7.x] Fixed #23939 -- Moved session verification out of SessionAuthenticationMiddleware.
|
2014-12-03 13:42:02 -05:00 |
models.py
|
[1.7.x] Replaced instances of 'his/her' with 'their'.
|
2014-07-21 19:54:22 +00: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
|
[1.7.x] Fixed #21649 -- Added optional invalidation of sessions when user password changes.
|
2014-04-05 13:01:03 -04:00 |