django/tests/regressiontests
Jacob Kaplan-Moss 750f5c8d46 Fixed #8187: made PIL imports consistant. Thanks, bastih.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8257 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-09 14:18:09 +00:00
..
admin_ordering
admin_registration
admin_scripts
admin_views Added a few force_unicode() calls around objects in the admin. Required for 2008-08-08 18:07:33 +00:00
admin_widgets
auth_backends
backends
bug639
cache Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashlib module when available. Patch from Karen Tracey. 2008-08-02 05:56:57 +00:00
context_processors
datastructures
datatypes
dateformat
datetime_safe
db_typecasts
decorators
defaultfilters
dispatch
extra_regress
file_storage Fixed #8187: made PIL imports consistant. Thanks, bastih. 2008-08-09 14:18:09 +00:00
file_uploads
fixtures_regress
forms Fixed #7920 -- Made tests compatible with Python 2.6's Decimal repr change, patch from Karen Tracey. 2008-08-02 04:48:14 +00:00
httpwrappers Fixed a Python 2.3 problem from [6927]. 2007-12-17 08:50:19 +00:00
humanize
i18n
initial_sql_regress
inline_formsets
m2m_through_regress
mail
many_to_one_regress
max_lengths
middleware
model_fields
model_inheritance_regress
model_inheritance_select_related
model_regress
modeladmin
null_fk
null_queries
one_to_one_regress
pagination_regress
queries Fixed #7872 -- Fixed a missed case of promoting table joins when using 2008-07-27 18:16:17 +00:00
requests
reverse_single_related
select_related_regress
serializers_regress
string_lookup
syndication Forgot to commit a new file from [7328]. 2008-03-20 06:56:46 +00:00
templates
test_client_regress
test_utils
text
urlpatterns_reverse
utils
views
__init__.py