summaryrefslogtreecommitdiff
path: root/django/contrib/auth
AgeCommit message (Expand)Author
2012-03-23Pulled auth translations updates from Transifex. Refs #17822.Jannis Leidel
2012-03-23Reverted the introduction of a translation string in r17775 as it happened af...Jannis Leidel
2012-03-22Reverted parts of r16963 to fix a regression on the creation of permissions o...Aymeric Augustin
2012-03-22Fixed #17944 -- Prevented an error in the user change page of the admin when ...Aymeric Augustin
2012-03-20Fixed a typo in my previous commit. Apologies.Aymeric Augustin
2012-03-20Fixed #17940 -- Enforced USE_TZ = False in contrib apps tests that use fixtur...Aymeric Augustin
2012-03-14Fixed #17898: Ensure create_superuser honors the 'db' argument from post_sync...James Bennett
2012-03-14Reset template context processors cache after tests. Refs #17848.Claude Paroz
2012-03-14Added Tatar translation. Refs #17822.Jannis Leidel
2012-03-14Added Swahili translation. Refs #17822.Jannis Leidel
2012-03-14Added Nepali translation. Refs #17822.Jannis Leidel
2012-03-14Added Kazakh translation. Refs #17822.Jannis Leidel
2012-03-14Added Esperanto to the list of languages. Refs #17822.Jannis Leidel
2012-03-14Pulled the auth translations updates from Transifex. Refs #17822.Jannis Leidel
2012-03-13Fixed #17236 -- Clarified that anonymous session data are retained after logi...Claude Paroz
2012-03-12Edited some docs and docstrings until [17685]Adrian Holovaty
2012-03-12Fixed #17777. Unsalted MD5 display widget correction.Paul McMillan
2012-03-10Fixed #17327 (again) -- Moved createsuperuser tests added in r17665.Ramiro Morales
2012-03-05Fixes #17327 -- Add --database option to createsuperuser and change password ...Chris Beaven
2012-03-05Updated auth base translation files with new strings. Refs #17822.Jannis Leidel
2012-03-02Fixed #17046 -- Added a check if the username passed to User.objects.create_u...Jannis Leidel
2012-02-29Fixes #17777 and makes tests run again.Paul McMillan
2012-02-27Fixed #16366 -- Prevented some failures of the django.contrib.auth tests when...Aymeric Augustin
2012-02-16Fix broken test introduced by r17526.Paul McMillan
2012-02-09Fixed #17504 -- Fixed normalization of email addresses that have '@' in the n...Jannis Leidel
2012-02-09Fixed #16958 -- Correctly use the queryset method in the auth app's UserAdmin...Jannis Leidel
2012-02-09Fixed #7758 and #17189 -- Allowed to override the `form_url` context var in t...Jannis Leidel
2012-02-04Fixed #13914 -- Added natural keys to User and Group models in auth contrib a...Jannis Leidel
2012-01-02Slightly improved the help text for the "Password" field in the `auth.User` a...Julien Phalip
2012-01-02Fixed #11410 -- Moved the "Groups" field to the "Permissions" module in the `...Julien Phalip
2011-12-24Fixed #17457 -- Marked strings used in hash descriptions for translation.Aymeric Augustin
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