summaryrefslogtreecommitdiff
path: root/django/contrib/auth/tests/context_processors.py
AgeCommit message (Expand)Author
2012-12-08[1.5.x] Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz
2012-09-30Fixed #18991 -- Allowed permission lookup by "if in"Anssi Kääriäinen
2012-09-27Fixed #18979 -- Avoid endless loop caused by "val in PermLookupDict"Anssi Kääriäinen
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-04-30Ensured tests pass using custom PASSWORD_HASHERS.Anssi Kääriäinen
2012-04-09Fixed #17848 -- Added setting_changed signal for cases when TEMPLATE_CONTEXT_...Claude Paroz
2012-03-30Use the class decorator syntax available in Python >= 2.6. Refs #17965.Aymeric Augustin
2012-03-20Fixed #17940 -- Enforced USE_TZ = False in contrib apps tests that use fixtur...Aymeric Augustin
2012-03-14Reset template context processors cache after tests. Refs #17848.Claude Paroz
2012-02-27Fixed #16366 -- Prevented some failures of the django.contrib.auth tests when...Aymeric Augustin
2011-05-31Fixed auth context processor tests, which were not running at all previously.Luke Plant
2011-04-02Updates to the test suite to allow for newly deprecated and removed featuresRussell Keith-Magee