summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_checksums.py
AgeCommit message (Collapse)Author
2015-09-23Refs #23613 -- Removed django.utils.checksums per deprecation timeline.Tim Graham
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
Forwardport of ae1d663b7913f6da233c55409c4973248372d302 from stable/1.8.x plus more.
2014-12-30Applied ignore_warnings to Django testsClaude Paroz
2014-10-10Fixed #23613 -- Deprecated django.utils.checksumsJaap Roes
2013-11-02Fixing E302 ErrorsJason Myers
Signed-off-by: Jason Myers <jason@jasonamyers.com>
2013-04-12Modified utils_tests for unittest2 discovery.Preston Timmons