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
2011-12-23
Fixed #17450 -- Added missing import to auth models module forgotten in r1725...
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-22
Updated English base translation files in preparation of the alpha release so...
Jannis Leidel
2011-12-17
Explained why UserCreationForm performs custom validation of usernames. Refs ...
Aymeric Augustin
2011-12-15
Fixed #17194 -- Made sure the auth form tests work if a language other than E...
Jannis Leidel
2011-12-09
Fixed #16845 -- Admin 'Change user' page no longer shows the password hash. T...
Adrian Holovaty
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-10-20
Removed a small useless piece of code from `contrib.auth`.
Julien Phalip
2011-10-18
Remove comments referencing encryption. Django doesn't do encryption.
Paul McMillan
2011-10-16
Fixed a test that was broken at r16978. Refs #17055.
Aymeric Augustin
2011-10-14
Remove the usage of deprecated function in Django. Also simplify the fallback...
Alex Gaynor
2011-10-13
Fixed #16906 -- Format datetimes with str/unicode instead of strftime where p...
Aymeric Augustin
2011-10-12
Introduce `ContentType.objects.get_for_models(*models)` and use it in the the...
Alex Gaynor
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-09
Fixed #7596. Added Model.objects.bulk_create, and make use of it in several ...
Alex Gaynor
2011-09-03
Fixed #16412 -- Prevented a `contrib.auth` test from failing in the potential...
Julien Phalip
2011-08-17
Removing the old url resolution method in contrib.auth.admin.UserAdmin which ...
Chris Beaven
2011-08-15
Fixed #15206 -- Added select_related call to the permissions field of the Gro...
Jannis Leidel
2011-08-12
Fixed #4617 -- Added `raise_exception` option to `permission_required` decora...
Jannis Leidel
2011-07-31
Added yet another import from the future.
Jannis Leidel
2011-07-30
Removed deprecated admin contrib app AdminSite root_path attribute. Refs #152...
Ramiro Morales
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-26
Fixed #13969 -- Extended length of salt used when setting the password. Thank...
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-06-08
Fixed #14614 - filtering of sensitive information in 500 error reports.
Luke Plant
2011-06-06
Removed an unnecessary import
Luke Plant
2011-05-31
Cleaned up how ``request.user`` is set, this is a follow up to [16297]. Thank...
Alex Gaynor
2011-05-31
Fixed auth context processor tests, which were not running at all previously.
Luke Plant
2011-05-30
Fixed #15929 - test.client.RequestFactory keeps state/AuthMiddleware does mon...
Luke Plant
2011-05-09
Fixes #15778 -- createsuperuser fails on international characters in system u...
Chris Beaven
2011-05-04
Tiny grammar fix in createsuperuser command.
Chris Beaven
2011-04-22
Fixed #15008 -- Replaced all calls in the admin to render_to_response with Te...
Jannis Leidel
2011-04-07
Fixed #15757 - removed remaining instances of get_and_delete_messages
Luke Plant
2011-04-02
Updates to the test suite to allow for newly deprecated and removed features
Russell Keith-Magee
2011-04-02
Removed deprecated 'no' translation
Russell Keith-Magee
2011-04-02
Advanced deprecation of user-based messages and the LegacyFallbackStorage in ...
Russell Keith-Magee
[prev]
[next]