This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-02-28 11:34:28 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
regressiontests
History
…
..
auth_backends
…
backends
…
bug639
…
cache
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
datastructures
Fixed
#6627
-- Made dict.clear() work for SortedDicts.
2008-02-21 21:27:44 +00:00
datatypes
…
dateformat
Fixed
#6023
-- Fixed daylight savings determination for years beyond 2038 on
2007-11-29 19:39:46 +00:00
db_typecasts
…
decorators
…
defaultfilters
…
dispatch
Fixed
#4040
-- Changed uses of has_key() to "in". Slight performance
2007-04-26 13:30:48 +00:00
fixtures_regress
…
forms
…
httpwrappers
Fixed a Python 2.3 problem from [6927].
2007-12-17 08:50:19 +00:00
humanize
…
i18n
Tweaked an i18n test that is a bit sensitive to Python versions. It returns
2008-03-17 16:03:46 +00:00
initial_sql_regress
…
invalid_admin_options
…
many_to_one_regress
…
max_lengths
…
maxlength
…
middleware
…
model_fields
…
model_regress
…
null_queries
…
one_to_one_regress
…
queries
…
requests
…
serializers_regress
…
string_lookup
Re-enable substring lookups for IP address fields in Postgres using HOST() Thanks for the suggestion, Thomas Adamcik.
Fixes
#708
.
2008-02-26 23:12:47 +00:00
syndication
…
templates
Fixed
#6279
,
#6514
-- Fixed some HTML escaping problems in the urlize filter.
2008-02-03 08:54:26 +00:00
test_client_regress
…
text
…
urlpatterns_reverse
Refs
#2333
- Modified runtests script to use new testing framework. Migrated existing tests to use Django testing framework. All the 'othertests' have been migrated into 'regressiontests', and converted into doctests/unittests, as appropriate.
2006-08-27 13:59:47 +00:00
utils
…
views
…
__init__.py
…