django/tests/regressiontests
Malcolm Tredinnick 8fb1459b52 Added some better error reporting and path handling when creating template paths.
We now raise UnicodeDecodeError for non-UTF-8 bytestrings (thanks to Daniel
Pope for diagnosing this was being swallowed by ValueError) and allow UTF-8
bytestrings as template directories.

Refs #8965.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@9161 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-06 06:34:54 +00:00
..
admin_ordering
admin_registration
admin_scripts
admin_validation
admin_views
admin_widgets
auth_backends
backends
bug639
cache
comment_tests
context_processors
datastructures
datatypes
dateformat
datetime_safe
db_typecasts 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
decorators
defaultfilters
dispatch
extra_regress
file_storage
file_uploads
fixtures_regress
forms Fixed #9259 -- Fixed a validation error for Spanish identity card numbers. 2008-10-05 05:59:04 +00:00
get_or_create_regress
httpwrappers
humanize
i18n
initial_sql_regress
inline_formsets Fixed #9171 -- Fixed a few places where we were assuming lists instead of 2008-09-27 05:57:10 +00:00
m2m_regress
m2m_through_regress
mail Fixed #8511: Removed some tests that were failing on Python 2.4, but weren't really contributing anything anyway. Thanks to jarrow for the report. 2008-08-24 05:06:17 +00:00
managers_regress
many_to_one_regress
max_lengths Removed several deprecated features for 1.0 (refs #7830): 2008-08-02 04:56:11 +00:00
middleware
model_fields
model_inheritance_regress
model_inheritance_select_related
model_regress Fixed #8316 -- Put tighter restrictions on the type of Foreign Key fields 2008-09-01 00:49:03 +00:00
modeladmin
null_fk
null_fk_ordering
null_queries
one_to_one_regress
pagination_regress
queries Fixed a missing variable initialisation deep in the Query bowels. 2008-09-22 00:31:22 +00:00
requests
reverse_single_related
select_related_regress
serializers_regress
string_lookup
syndication
templates Added some better error reporting and path handling when creating template paths. 2008-10-06 06:34:54 +00:00
test_client_regress Fixed #8136: Added a signal emission when an error is raised handling an error. This was required for the test client to handle missing 404.html templates and errors in the 404.html template. Thanks to danfairs for the report and fix. 2008-08-22 13:59:41 +00:00
test_utils
text
urlpatterns_reverse
utils
views
__init__.py