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
2012-03-22
Fixed #17944 -- Prevented an error in the user change page of the admin when ...
Aymeric Augustin
2012-03-20
Fixed a typo in my previous commit. Apologies.
Aymeric Augustin
2012-03-20
Fixed #17940 -- Enforced USE_TZ = False in contrib apps tests that use fixtur...
Aymeric Augustin
2012-03-14
Reset template context processors cache after tests. Refs #17848.
Claude Paroz
2012-03-10
Fixed #17327 (again) -- Moved createsuperuser tests added in r17665.
Ramiro Morales
2012-03-05
Fixes #17327 -- Add --database option to createsuperuser and change password ...
Chris Beaven
2012-03-02
Fixed #17046 -- Added a check if the username passed to User.objects.create_u...
Jannis Leidel
2012-02-29
Fixes #17777 and makes tests run again.
Paul McMillan
2012-02-27
Fixed #16366 -- Prevented some failures of the django.contrib.auth tests when...
Aymeric Augustin
2012-02-16
Fix broken test introduced by r17526.
Paul McMillan
2012-02-09
Fixed #17504 -- Fixed normalization of email addresses that have '@' in the n...
Jannis Leidel
2012-02-04
Fixed #13914 -- Added natural keys to User and Group models in auth contrib a...
Jannis Leidel
2011-12-23
Renovated password hashing, including the forgotten files in r17253.
Paul McMillan
2011-12-23
Renovated password hashing. Many thanks to Justine Tunney for help with the i...
Paul McMillan
2011-12-15
Fixed #17194 -- Made sure the auth form tests work if a language other than E...
Jannis Leidel
2011-11-22
Removed redundant definition of urls in the auth tests.
Aymeric Augustin
2011-11-20
Upgraded django.contrib.auth to be compatible with time zone support.
Aymeric Augustin
2011-11-12
Fix #16813: Restore checking whether a backend supports inctive users before ...
Karen Tracey
2011-09-24
Fixed #16789 -- Added names to URLs in convenience contrib.auth urls.py.
Ramiro Morales
2011-09-11
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
2011-09-10
Removed the deprecated-since-1.2 "supports_object_permissions" and "supports_...
Alex Gaynor
2011-09-03
Fixed #16412 -- Prevented a `contrib.auth` test from failing in the potential...
Julien Phalip
2011-07-31
Added yet another import from the future.
Jannis Leidel
2011-07-26
Fixed #16413 -- Stopped an auth test from failing if LOGIN_URL is set to a no...
Jannis Leidel
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-06-28
Removed stale import from auth tests. Thanks, Ramiro.
Jannis Leidel
2011-06-28
Reverted parts of r14891 and r16400 due to inherent brokenness of tests.
Jannis Leidel
2011-06-28
Fixed #16363 -- Fixed tests introduced in r16472. Thanks, EnTeQuAk.
Jannis Leidel
2011-06-28
Make the email parameter of User.objects.create_user optional.
Chris Beaven
2011-06-26
Fixed #14390 and #16262 -- Moved password related functions from auth models ...
Jannis Leidel
2011-06-26
Fixed #14674 -- Prevent user accounts with an unusable password from resettin...
Jannis Leidel
2011-06-26
Fixed #15266 -- Applied login_required decorator to password_change_done view...
Jannis Leidel
2011-06-19
Fixed #12202 -- Removed hardcoded password reset subject and added a subject_...
Jannis Leidel
2011-06-14
Fixed #16183 -- Fixed an ignored auth test. Thanks, desh.
Jannis Leidel
2011-05-31
Fixed auth context processor tests, which were not running at all previously.
Luke Plant
2011-05-09
Fixes #15778 -- createsuperuser fails on international characters in system u...
Chris Beaven
2011-04-02
Updates to the test suite to allow for newly deprecated and removed features
Russell Keith-Magee
2011-04-02
Advanced deprecations in contrib.auth.
Russell Keith-Magee
2011-04-01
Changed e-mail to email throughout documentation and codebase. The one except...
Adrian Holovaty
2011-03-30
Removed Django 1.2 compatibility fallback for password reset hash
Luke Plant
2011-03-28
Removed a bunch of Python 2.4 workarounds now that we don't support it. Refs ...
Adrian Holovaty
2011-03-17
Fixed #15142 -- Force test views to be non-cached so that projects with cachi...
Russell Keith-Magee
2011-03-14
Fixed #9213 - Added check to prevent inactive users from resetting their pass...
Carl Meyer
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2011-03-02
Fixed #11223 -- Fixed logout view to use the 'next' GET parameter correctly a...
Jannis Leidel
2011-03-01
Fixed #12534 -- Loosened the the security check for "next" redirects after lo...
Jannis Leidel
2011-02-22
Fixed #15371 -- Ensure that a superuser created with the createsuperuser mana...
Russell Keith-Magee
2011-02-05
Fixed #15111 -- Ensured that the auth, contenttypes and sitemaps tests will r...
Russell Keith-Magee
2011-01-24
Fixed #15067 -- Modified the range checks on base36_to_int so you are guarant...
Russell Keith-Magee
2011-01-13
Fixed #14975, #14925 -- Added some cache flushing to avoid some cross-test ef...
Russell Keith-Magee
[next]