This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
tests
History
Jacob Kaplan-Moss
acfff050ec
Fixed
#6099
: the filebased cache backend now uses md5 hashes of keys instead of sanitized filenames. For good measure, keys are partitioned into subdirectories using the first few bits of the hash. Thanks, sherbang.
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@6887
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-12-04 18:03:56 +00:00
..
modeltests
Fixed
#6042
-- ModelForms implementation from Joseph Kocherhans. Still might
2007-12-02 19:29:54 +00:00
regressiontests
Fixed
#6099
: the filebased cache backend now uses md5 hashes of keys instead of sanitized filenames. For good measure, keys are partitioned into subdirectories using the first few bits of the hash. Thanks, sherbang.
2007-12-04 18:03:56 +00:00
templates
Fixed
#5506
-- Added some basic tests for date-based generic views. Thanks to robh for the original patch.
2007-09-19 13:26:56 +00:00
runtests.py
Fixed
#5979
-- Always use SITE_ID=1 when running Django's core tests. This
2007-12-01 21:58:51 +00:00
urls.py
Fixed
#3228
-- Added new APPEND_SLASH handling behaviour in the common middleware. Makes customisation a bit easier. Thanks, Mihai Preda and Andy Gayton.
2007-12-02 23:25:55 +00:00