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
/
context_processors.py
Age
Commit message (
Expand
)
Author
2012-12-08
[1.5.x] Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-09-30
Fixed #18991 -- Allowed permission lookup by "if in"
Anssi Kääriäinen
2012-09-27
Fixed #18979 -- Avoid endless loop caused by "val in PermLookupDict"
Anssi Kääriäinen
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-04-30
Ensured tests pass using custom PASSWORD_HASHERS.
Anssi Kääriäinen
2012-04-09
Fixed #17848 -- Added setting_changed signal for cases when TEMPLATE_CONTEXT_...
Claude Paroz
2012-03-30
Use the class decorator syntax available in Python >= 2.6. Refs #17965.
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-02-27
Fixed #16366 -- Prevented some failures of the django.contrib.auth tests when...
Aymeric Augustin
2011-05-31
Fixed auth context processor tests, which were not running at all previously.
Luke Plant
2011-04-02
Updates to the test suite to allow for newly deprecated and removed features
Russell Keith-Magee