django/tests/regressiontests
..
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
datatypes Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `FormField`s and db model `Field`s. This is fully backwards compatible at the moment since the legacy `maxlength` argument is still supported. Using `maxlength` will, however, issue a `PendingDeprecationWarning` when used. 2007-08-05 05:14:46 +00:00
dateformat Fixed #6023 -- Fixed daylight savings determination for years beyond 2038 on 2007-11-29 19:39:46 +00:00
db_typecasts
defaultfilters
dispatch
fixtures_regress
forms Fixed #6291 -- Fixed error in CASocialInsuranceNumberField documentation and error message. Thanks, jeff+django@ivany.org and arien 2008-01-02 05:23:21 +00:00
httpwrappers
humanize
i18n
initial_sql_regress
invalid_admin_options
many_to_one_regress
max_lengths Fixed #231: all fields that should take max_length now do. Thanks, Don Spaulding. 2007-09-19 23:33:57 +00:00
maxlength
middleware
model_fields
model_regress
null_queries Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `FormField`s and db model `Field`s. This is fully backwards compatible at the moment since the legacy `maxlength` argument is still supported. Using `maxlength` will, however, issue a `PendingDeprecationWarning` when used. 2007-08-05 05:14:46 +00:00
one_to_one_regress
serializers_regress
string_lookup Fixed a use of `maxlength`, refs #2101. 2007-12-02 01:45:59 +00:00
templates Fixed #5567 -- Added a "last" filter. Based on a patch from darkpixel. 2008-01-06 03:53:33 +00:00
test_client_regress
text
urlpatterns_reverse
utils
views
__init__.py