django/tests/regressiontests
..
admin_changelist
admin_custom_urls
admin_filters
admin_inlines
admin_ordering
admin_registration
admin_scripts
admin_util
admin_validation
admin_views Fixed typos in docs and comments 2013-01-29 10:55:55 -07:00
admin_widgets
aggregation_regress
app_loading
backends
bash_completion
bug639
bug8245
builtin_server
bulk_create
cache
comment_tests
conditional_processing
context_processors Convert much of the regression tests to use absolute imports. There's still work to be done though. 2011-10-13 18:51:33 +00:00
createsuperuser
csrf_tests
custom_columns_regress
custom_managers_regress
datatypes
dates
db_typecasts
decorators
defaultfilters
defer_regress
delete_regress
dispatch Fixed #18676 -- Allow fast-path deletion of objects 2012-09-28 18:16:08 +03:00
expressions_regress
extra_regress
file_storage
file_uploads
fixtures_regress Don't rely on dictionary ordering in tests 2012-12-24 00:45:58 +00:00
forms
generic_inline_admin
generic_relations_regress
generic_views
get_or_create_regress
handlers
http_utils
httpwrappers
i18n
indexes
initial_sql_regress
inline_formsets
inspectdb
introspection
logging_tests
m2m_regress
m2m_through_regress
mail
managers_regress
many_to_one_regress
max_lengths Convert the remainder of the relative imports in the tests to be absolute imports. 2011-10-13 21:34:56 +00:00
middleware
middleware_exceptions
model_fields
model_forms_regress
model_formsets_regress
model_inheritance_regress
model_inheritance_select_related
model_permalink
model_regress
modeladmin [py3k] Silence many warnings while running the tests. 2012-09-07 13:17:34 -04:00
multiple_database
nested_foreign_keys
null_fk
null_fk_ordering
null_queries
one_to_one_regress
pagination
queries
queryset_pickle
requests
resolve_url
reverse_single_related
select_related_onetoone
select_related_regress
serializers_regress
servers
settings_tests
signals_regress
signed_cookies_tests Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
signing
sites_framework
special_headers Ensured tests pass using custom PASSWORD_HASHERS. 2012-04-30 22:10:27 +03:00
staticfiles_tests
string_lookup
swappable_models
syndication
templates Updated deprecated test assertions 2013-01-08 19:08:15 +01:00
test_client_regress
test_runner
test_utils
text
transactions_regress
urlpatterns_reverse
utils Advanced pending deprecation warnings. 2012-12-29 21:59:07 +01:00
version
views Fixed #19453 -- Ensured that the decorated function's arguments are obfuscated in the @sensitive_variables decorator's frame, in case the variables associated with those arguments were meant to be obfuscated from the decorated function's frame. 2012-12-31 09:34:08 -08:00
wsgi
__init__.py