django/tests/regressiontests
2012-02-27 13:29:56 +00:00
..
admin_changelist
admin_custom_urls
admin_filters
admin_inlines Enabled the admin selenium tests to run on Chrome. 2012-02-22 07:14:10 +00:00
admin_ordering
admin_registration
admin_scripts
admin_util
admin_validation
admin_views Modified tests introduced in r15452 to not run 31 test cases twice. Thanks Julien for discovering this. 2012-02-27 13:29:56 +00:00
admin_widgets Added some Selenium tests for the admin's filter_horizontal and filter_vertical widgets. Ref #13614, #15220. 2012-02-23 08:07:07 +00:00
aggregation_regress
app_loading
backends
bash_completion
bug639
bug8245
builtin_server
bulk_create
cache
comment_tests Fixed #17256 -- Ensured that content types get cached when retrieved by natural key. Thanks, defaultwombat and charettes. 2012-02-11 09:55:54 +00:00
conditional_processing
context_processors
csrf_tests Fixes #16827. Adds a length check to CSRF tokens before applying the santizing regex. Thanks to jedie for the report and zsiciarz for the initial patch. 2012-02-11 04:18:15 +00:00
custom_columns_regress
custom_managers_regress
datatypes
dates
db_typecasts
decorators
defaultfilters
defer_regress
delete_regress
dispatch
expressions_regress
extra_regress
file_storage
file_uploads
fixtures_regress
forms
generic_inline_admin
generic_relations_regress
generic_views Prevented the generic views from automatically creating a HEAD method when there is no GET. Reverts r16105, refs #17449. 2012-02-18 09:50:03 +00:00
get_or_create_regress
handlers
httpwrappers
i18n Fixed #17720 -- Stopped the LocaleMiddleware from overeagerly using the request path for language activation if it's actually not wanted. Thanks to Anssi Kääriäinen for the initial patch. 2012-02-18 13:37:30 +00:00
initial_sql_regress
inline_formsets
inspectdb Fixed #17676 -- Fixed introspection of column names that start with digit(s). 2012-02-11 20:53:48 +00:00
introspection Fixed #15216 -- Made return type of an internal DB introspection method consistent. 2012-02-11 22:12:49 +00:00
locale/de/LC_MESSAGES
localflavor
logging_tests Fixed AdminEmailHandler to format the subject message correctly when arguments are passed. 2012-02-12 12:19:02 +00:00
m2m_regress
m2m_through_regress
mail
managers_regress
many_to_one_regress
max_lengths
middleware
middleware_exceptions
model_fields
model_forms_regress
model_formsets_regress
model_inheritance_regress
model_inheritance_select_related
model_permalink
model_regress
modeladmin
multiple_database
null_fk
null_fk_ordering
null_queries
one_to_one_regress
pagination_regress
queries
queryset_pickle
requests
reverse_single_related
select_related_onetoone
select_related_regress
serializers_regress
servers
settings_tests Don't let ALLOWED_INCLUDE_ROOTS be accidentally set to a string rather than a tuple. Thanks to Florian Apolloner for pointing this out. 2012-02-22 00:42:19 +00:00
signals_regress
signed_cookies_tests
signing
sites_framework
special_headers
staticfiles_tests Fixed #17689 -- Stopped the CachedStaticFilesStorage from trying to hash paths that aren't files. 2012-02-16 14:40:32 +00:00
string_lookup
syndication
templates Don't let ALLOWED_INCLUDE_ROOTS be accidentally set to a string rather than a tuple. Thanks to Florian Apolloner for pointing this out. 2012-02-22 00:42:19 +00:00
test_client_regress
test_runner
test_utils
text
transactions_regress
urlpatterns_reverse
utils Use Python's changed comparisons, which makes this a bit more readable. 2012-02-16 01:10:21 +00:00
version
views
wsgi
__init__.py