summaryrefslogtreecommitdiff
path: root/django/contrib/auth
AgeCommit message (Expand)Author
2011-12-23Fixed #17450 -- Added missing import to auth models module forgotten in r1725...Jannis Leidel
2011-12-23Renovated password hashing, including the forgotten files in r17253.Paul McMillan
2011-12-23Renovated password hashing. Many thanks to Justine Tunney for help with the i...Paul McMillan
2011-12-22Updated English base translation files in preparation of the alpha release so...Jannis Leidel
2011-12-17Explained why UserCreationForm performs custom validation of usernames. Refs ...Aymeric Augustin
2011-12-15Fixed #17194 -- Made sure the auth form tests work if a language other than E...Jannis Leidel
2011-12-09Fixed #16845 -- Admin 'Change user' page no longer shows the password hash. T...Adrian Holovaty
2011-11-22Removed redundant definition of urls in the auth tests.Aymeric Augustin
2011-11-20Upgraded django.contrib.auth to be compatible with time zone support.Aymeric Augustin
2011-11-12Fix #16813: Restore checking whether a backend supports inctive users before ...Karen Tracey
2011-10-20Removed a small useless piece of code from `contrib.auth`.Julien Phalip
2011-10-18Remove comments referencing encryption. Django doesn't do encryption.Paul McMillan
2011-10-16Fixed a test that was broken at r16978. Refs #17055.Aymeric Augustin
2011-10-14Remove the usage of deprecated function in Django. Also simplify the fallback...Alex Gaynor
2011-10-13Fixed #16906 -- Format datetimes with str/unicode instead of strftime where p...Aymeric Augustin
2011-10-12Introduce `ContentType.objects.get_for_models(*models)` and use it in the the...Alex Gaynor
2011-09-24Fixed #16789 -- Added names to URLs in convenience contrib.auth urls.py.Ramiro Morales
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-09-10Removed the deprecated-since-1.2 "supports_object_permissions" and "supports_...Alex Gaynor
2011-09-09Fixed #7596. Added Model.objects.bulk_create, and make use of it in several ...Alex Gaynor
2011-09-03Fixed #16412 -- Prevented a `contrib.auth` test from failing in the potential...Julien Phalip
2011-08-17Removing the old url resolution method in contrib.auth.admin.UserAdmin which ...Chris Beaven
2011-08-15Fixed #15206 -- Added select_related call to the permissions field of the Gro...Jannis Leidel
2011-08-12Fixed #4617 -- Added `raise_exception` option to `permission_required` decora...Jannis Leidel
2011-07-31Added yet another import from the future.Jannis Leidel
2011-07-30Removed deprecated admin contrib app AdminSite root_path attribute. Refs #152...Ramiro Morales
2011-07-26Fixed #16413 -- Stopped an auth test from failing if LOGIN_URL is set to a no...Jannis Leidel
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-06-28Removed stale import from auth tests. Thanks, Ramiro.Jannis Leidel
2011-06-28Reverted parts of r14891 and r16400 due to inherent brokenness of tests.Jannis Leidel
2011-06-28Fixed #16363 -- Fixed tests introduced in r16472. Thanks, EnTeQuAk.Jannis Leidel
2011-06-28Make the email parameter of User.objects.create_user optional.Chris Beaven
2011-06-26Fixed #14390 and #16262 -- Moved password related functions from auth models ...Jannis Leidel
2011-06-26Fixed #14674 -- Prevent user accounts with an unusable password from resettin...Jannis Leidel
2011-06-26Fixed #15266 -- Applied login_required decorator to password_change_done view...Jannis Leidel
2011-06-26Fixed #13969 -- Extended length of salt used when setting the password. Thank...Jannis Leidel
2011-06-19Fixed #12202 -- Removed hardcoded password reset subject and added a subject_...Jannis Leidel
2011-06-14Fixed #16183 -- Fixed an ignored auth test. Thanks, desh.Jannis Leidel
2011-06-08Fixed #14614 - filtering of sensitive information in 500 error reports.Luke Plant
2011-06-06Removed an unnecessary importLuke Plant
2011-05-31Cleaned up how ``request.user`` is set, this is a follow up to [16297]. Thank...Alex Gaynor
2011-05-31Fixed auth context processor tests, which were not running at all previously.Luke Plant
2011-05-30Fixed #15929 - test.client.RequestFactory keeps state/AuthMiddleware does mon...Luke Plant
2011-05-09Fixes #15778 -- createsuperuser fails on international characters in system u...Chris Beaven
2011-05-04Tiny grammar fix in createsuperuser command.Chris Beaven
2011-04-22Fixed #15008 -- Replaced all calls in the admin to render_to_response with Te...Jannis Leidel
2011-04-07Fixed #15757 - removed remaining instances of get_and_delete_messagesLuke Plant
2011-04-02Updates to the test suite to allow for newly deprecated and removed featuresRussell Keith-Magee
2011-04-02Removed deprecated 'no' translationRussell Keith-Magee
2011-04-02Advanced deprecation of user-based messages and the LegacyFallbackStorage in ...Russell Keith-Magee