django/tests/regressiontests
Marc Tamlyn a875f612e0 Fixed #18634 -- Don't escape variables in the context for startproject/startapp.
The & symbols which can come up in the secret key were
being escaped to &.
2012-07-25 22:24:41 +02:00
..
admin_changelist
admin_custom_urls
admin_filters
admin_inlines Fixed #18433 -- Fixed "View on Site" link in inline admin for models with custom PK 2012-06-07 21:08:36 +02:00
admin_ordering
admin_registration
admin_scripts
admin_util [py3] Replaced unicode/str by six.text_type/bytes. 2012-07-22 09:29:54 +02:00
admin_validation
admin_views
admin_widgets
aggregation_regress Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
app_loading
backends
bash_completion
bug639 Made more extensive usage of context managers with open. 2012-05-05 14:06:36 +02:00
bug8245
builtin_server
bulk_create Fixed #17788 -- Added batch_size argument to qs.bulk_create() 2012-07-17 15:24:41 +03:00
cache
comment_tests Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
conditional_processing Switched to Python 3-compatible octal notation. 2012-07-20 13:28:36 +02:00
context_processors
createsuperuser
csrf_tests
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 Fixed #16418 -- Made generic views work with ModelForms 2012-06-09 01:12:14 +03:00
get_or_create_regress
handlers Marked bytestrings with b prefix. Refs #18269 2012-05-19 17:43:34 +02:00
httpwrappers
i18n
initial_sql_regress
inline_formsets
inspectdb
introspection
localflavor
logging_tests
m2m_regress
m2m_through_regress
mail
managers_regress
many_to_one_regress Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
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 Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
model_inheritance_select_related
model_permalink
model_regress
modeladmin
multiple_database Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
null_fk
null_fk_ordering Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
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
signals_regress
signed_cookies_tests
signing
sites_framework
special_headers
staticfiles_tests
string_lookup
syndication
templates [py3] Updated urllib/urllib2/urlparse imports. 2012-07-22 09:29:55 +02:00
test_client_regress
test_runner
test_utils
text
transactions_regress
urlpatterns_reverse Fixed #6170 -- Ensured that a useful exception is raised when a regex is invalid in the URLConf. 2012-07-21 13:30:34 -07:00
utils Added tests for deprecation warnings and fixed the argument order for the warnings. 2012-07-24 07:01:57 -07:00
version
views Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
wsgi
__init__.py Added regressions tests to ensure that one-to-one and many-to-many fields 2006-06-20 05:29:19 +00:00