index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
auth
Age
Commit message (
Expand
)
Author
2015-04-01
[1.8.x] Fetched updated contrib translations from Transifex
Claude Paroz
2015-03-18
[1.8.x] Updated translation catalogs
Claude Paroz
2015-02-20
[1.8.x] Fixed #24351, #24346 -- Changed the signature of allow_migrate().
Loic Bistuer
2015-02-16
[1.8.x] Fixed #24299 -- Added an auth migration to ensure contenttypes is mig...
Tim Graham
2015-02-13
[1.8.x] Fixed #24315 -- Fixed auth.views.password_reset_confirm() with a UUID...
Tim Graham
2015-02-13
[1.8.x] Fixed #24334 -- Allowed admin password reset to work with non-digit c...
Tim Graham
2015-02-12
[1.8.x] Fixed #24161 -- Stored the user primary key as a serialized value in ...
Tim Graham
2015-02-11
[1.8.x] Moved non-documented auth test models to the new test location.
Tim Graham
2015-02-11
[1.8.x] Moved contrib.auth tests out of contrib.
Tim Graham
2015-02-11
[1.8.x] Prevented some test commands from needlessly running system checks.
Tim Graham
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2015-02-08
[1.8.x] Replaced hardcoded URLs in admin_* tests
Claude Paroz
2015-02-07
[1.8.x] Revert "Fixed #24075 -- Prevented running post_migrate signals when u...
Markus Holtermann
2015-02-07
[1.8.x] Revert "Refs #24075 -- Silenced needless call_command output while ru...
Markus Holtermann
2015-02-02
[1.8.x] Removed contrib.auth.forms.mask_password()
Tim Graham
2015-01-20
[1.8.x] Fixed typos in code comments.
Adam Taylor
2015-01-17
[1.8.x] Updated en translation catalogs
Claude Paroz
2015-01-16
Fixed #24099 -- Removed contenttype.name deprecated field
Claude Paroz
2015-01-15
Refs #24075 -- Silenced needless call_command output while running tests
Markus Holtermann
2015-01-14
Fixed #24075 -- Prevented running post_migrate signals when unapplying initia...
Markus Holtermann
2015-01-12
Fixed #24124 (again) -- Updated tests with new default context_processors.
Aymeric Augustin
2015-01-10
Fixed #24097 -- Prevented AttributeError in redirect_to_login
Claude Paroz
2015-01-09
Fixed a typo in contrib/auth/tests/custom_user.py docstring.
Tim Graham
2015-01-01
Fixed #23891 -- Moved deprecation of IPAddressField to system check framework.
Tim Graham
2014-12-31
Fixed #22295 -- Replaced permission check for displaying admin user-tools
Thomas Tanner
2014-12-30
Applied ignore_warnings to Django tests
Claude Paroz
2014-12-28
Deprecated TEMPLATE_LOADERS.
Aymeric Augustin
2014-12-28
Deprecated current_app in TemplateResponse and render(_to_response).
Aymeric Augustin
2014-12-28
Deprecated some arguments of django.shortcuts.render(_to_response).
Aymeric Augustin
2014-12-26
Fixed #23948 -- Moved password help text from the template to the form.
Tim Graham
2014-12-24
Fixed #20349 -- Moved setting_changed signal to django.core.signals.
Collin Anderson
2014-12-15
Moved an import in an auth test; refs #23925.
Tim Graham
2014-12-15
Fixed #23822 -- Added support for serializing model managers in migration
Markus Holtermann
2014-12-03
Removed redundant numbered parameters from str.format().
Berker Peksag
2014-12-03
Fixed #23939 -- Moved session verification out of SessionAuthenticationMiddle...
Tim Graham
2014-11-28
Fixed #23925 -- Allowed settings.AUTHENTICATION_BACKENDS to reference import ...
sdeprez
2014-11-27
Fixed #23338 -- Added warning when unique=True on ForeigKey
Diego GuimarĂ£es
2014-11-27
Fixed #23641 -- Moved post_migrate signals for contrib apps to AppConfig.read...
wrwrwr
2014-11-22
Avoided rewrapping Contexts in render_to_response.
Aymeric Augustin
2014-11-19
Simplified caching of password hashers.
Aymeric Augustin
2014-11-15
Refs #23793 -- Fixed test failure after password reset messages clarification
Erik Romijn
2014-11-15
Fixed #23793 -- Clarified password reset messages.
Yigit Guler
2014-11-11
Fixed #23750 -- Allowed core.checks.register to be used as a function
averybigant
2014-11-03
Fixed typos using https://github.com/vlajos/misspell_fixer
Veres Lajos
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-10-20
Removed redundant skip_checks option for call_command
Claude Paroz
2014-09-30
Updated translations from Transifex
Claude Paroz
2014-09-29
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
Thomas Chaumeny
2014-09-18
Fixed #23488 -- Added AnonymousUser.get_username().
Damien Baty
2014-09-08
Use "catch" instead of "trap" for exceptions.
Aymeric Augustin
[next]