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
/
tests
Age
Commit message (
Expand
)
Author
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-30
Applied ignore_warnings to Django tests
Claude Paroz
2014-12-28
Deprecated TEMPLATE_LOADERS.
Aymeric Augustin
2014-12-28
Deprecated some arguments of django.shortcuts.render(_to_response).
Aymeric Augustin
2014-12-15
Moved an import in an auth test; refs #23925.
Tim Graham
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-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-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-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-05
Limited lines to 119 characters in django/
Tim Graham
2014-08-23
Fixed #21648 -- Deprecated is_admin_site option to auth.views.password_reset().
Tim Graham
2014-08-20
Fixed #23066 -- Modified RemoteUserMiddleware to logout on REMOTE_USER change.
Preston Holmes
2014-08-15
Fixed #23162 -- Renamed forms.Field._has_changed() to has_changed().
Gabriel Muñumel
2014-08-12
Added newlines to the ends of CSS, HTML, and JavaScript files missing them.
Trey Hunner
2014-08-12
Fixed #23276 -- Deprecated passing views as strings to url().
Tim Graham
2014-08-01
Fixed #7220 -- Allowed AbstractBaseUser.last_login to be null.
Tim Graham
2014-07-31
Fixed #22956 -- Made PermissionManager.get_by_natural_key() use the correct d...
Jürno Ader
2014-07-11
Bump the default iterations for PBKDF2.
Alex Gaynor
2014-07-10
Fixed #13147 -- Moved User validation logic from form to model.
Yin Jifeng
2014-07-08
Fixed #21832 -- Updated prompt, tests, and docs to show that USERNAME_FIELD s...
Anubhav Joshi
2014-07-03
Fixed #21755 -- Added ForeignKey support to REQUIRED_FIELDS.
Anubhav Joshi
2014-06-30
Fixed #8162 -- Increased Permission.name max_length to 255 characters.
Tim Graham
2014-06-24
Restored is_anonymous() check in ModelBackend permission checking removed in ...
Tim Graham
2014-06-23
Fixed #17903 -- Modified ModelBackend to eliminate permissions on inactive us...
Jorge C. Leitão
2014-06-23
Simplified test of contrib.auth.tests.
Jorge C. Leitão
2014-06-14
Converted remaining management commands to argparse
Claude Paroz
2014-06-13
Fixed #22477 -- Removed contrib middleware from the global settings defaults.
mlavin
2014-06-10
Fixed #17431 -- Added send_mail() method to PasswordResetForm.
Jorge C. Leitão
2014-05-28
Fixed several typos in Django
Alex Gaynor
2014-05-20
Removed unused translations in auth tests
Claude Paroz
2014-05-16
Fixed #15716 - Authentication backends can short-circuit authorization.
Jorge C. Leitão
2014-05-14
Added additional checks in is_safe_url to account for flexible parsing.
Erik Romijn
2014-04-26
Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-04-25
Fixed #22515 -- Fixed the object_id of the LogEntry that's created after a us...
Tim Graham
2014-04-17
Fixed a KeyError on login with legacy sessions; refs #21649.
Tim Graham
2014-04-09
Used more specific test assertions.
Aymeric Augustin
2014-04-06
Fixed #21977 -- Deprecated SimpleTestCase.urls
Anubhav Joshi
[next]