summaryrefslogtreecommitdiff
path: root/tests/auth_tests/settings.py
AgeCommit message (Collapse)Author
2017-01-20Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham
These functions do nothing on Python 3.
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
Thanks Tim Graham for polishing the patch, updating the tests, and writing documentation. Thanks Carl Meyer for shepherding the DEP.
2015-02-11Moved contrib.auth tests out of contrib.Tim Graham