django/tests
2016-08-31 17:23:41 -04:00
..
absolute_url_overrides
admin_autodiscover
admin_changelist
admin_checks Fixed #26998 -- Reverted some admin checks from checking field.many_to_many back to isinstance(field, models.ManyToManyField). 2016-08-23 16:00:12 -04:00
admin_custom_urls
admin_docs Fixed #27018 -- Fixed admindocs crash with a view in a class. 2016-08-20 10:01:57 -04:00
admin_filters
admin_inlines
admin_ordering
admin_registration
admin_scripts
admin_utils
admin_views Fixed #26919 -- Added the action form's media in the changelist view. 2016-08-11 19:35:31 -04:00
admin_widgets
aggregation
aggregation_regress
annotations Fixed #26517 -- Fixed ExpressionWrapper with empty queryset. 2016-08-08 10:43:33 -04:00
app_loading
apps
auth_tests Fixed typo in auth management test. 2016-08-28 19:20:35 -07:00
backends Fixed #27061 -- Added a TEST['TEMPLATE'] setting for PostgreSQL. 2016-08-23 15:08:20 -04:00
base
bash_completion
basic
builtin_server
bulk_create
cache Fixed #27152 -- Supported comma delimiter in memcached LOCATION string. 2016-08-31 17:23:41 -04:00
check_framework Fixed crash comparing CheckMessage objects to non-CheckMessage objects. 2016-08-16 17:17:34 -04:00
choices
conditional_processing
contenttypes_tests Refs #18682 -- Edited explanation in stale content type deletion. 2016-08-10 21:19:09 -04:00
context_processors
csrf_tests
custom_columns
custom_lookups Fixed #26891 -- Fixed lookup registration for ForeignObject. 2016-08-11 14:16:48 -04:00
custom_managers
custom_methods
custom_migration_operations
custom_pk
datatypes
dates
datetimes
db_functions
db_typecasts
dbshell
decorators
defer
defer_regress
delete
delete_regress
deprecation
dispatch
distinct_on_fields
empty
expressions Fixed #22288 -- Fixed F() expressions with the __range lookup. 2016-08-19 13:40:56 -04:00
expressions_case
extra_regress
field_deconstruction
field_defaults
field_subclassing
file_storage Fixed #13809 -- Made FieldFile.open() respect its mode argument. 2016-08-09 12:53:18 -04:00
file_uploads
files
fixtures
fixtures_model_package
fixtures_regress
flatpages_tests
force_insert_update
foreign_object
forms_tests Fixed #27068 -- Unified form field initial data retrieval. 2016-08-18 17:55:47 -07:00
from_db_value
generic_inline_admin
generic_relations
generic_relations_regress
generic_views
get_earliest_or_latest
get_object_or_404
get_or_create
gis_tests Fixed #26685 -- Added dwithin lookup support on SpatiaLite. 2016-08-30 20:45:47 -04:00
handlers Fixed #26971 -- Prevented crash with non-UTF-8 incoming PATH_INFO 2016-08-23 22:40:07 +02:00
http_utils
httpwrappers
humanize_tests
i18n Fixed #27067 -- Deprecated string_concat() in favor of format_lazy(). 2016-08-25 16:12:40 -04:00
import_error_package
indexes Fixed reverse accessor check failures in indexes tests. 2016-08-16 16:10:59 -04:00
inline_formsets
inspectdb
introspection Refs #27097, #27098 -- Moved PostgreSQL index type introspection to get_constraints(). 2016-08-30 08:48:55 -04:00
invalid_models_tests Moved model_validation tests to invalid_models_tests. 2016-08-16 15:22:58 -04:00
known_related_objects
logging_tests
lookup
m2m_and_m2o
m2m_intermediary
m2m_multiple
m2m_recursive
m2m_regress
m2m_signals
m2m_through
m2m_through_regress
m2o_recursive
mail Fixed #27131 -- Passed proper string type to SMTP connection login 2016-08-31 09:00:41 +02:00
managers_regress Fixed #27073 -- Removed duplicated managers in Model._meta.managers. 2016-08-19 01:24:45 +07:00
many_to_many
many_to_one
many_to_one_null
max_lengths
messages_tests
middleware Fixed #26947 -- Added an option to enable the HSTS header preload directive. 2016-08-10 20:23:54 -04:00
middleware_exceptions
migrate_signals Fixed #27100 -- Included already applied migration changes in the pre-migrate state. 2016-08-24 01:17:48 -04:00
migration_test_data_persistence
migrations Fixed #25109 -- Stopped silencing explicitly specified migration modules import errors. 2016-08-30 19:50:42 -04:00
migrations2
model_fields
model_forms Fixed #27039 -- Fixed empty data fallback to model field default in model forms. 2016-08-24 17:50:10 -04:00
model_formsets
model_formsets_regress
model_indexes Refs #26709 -- Added type check for models.Index fields argument. 2016-08-16 09:53:50 -04:00
model_inheritance
model_inheritance_regress
model_meta
model_options
model_package
model_permalink
model_regress
modeladmin Fixed #26816 -- Corrected an admin check to require inlines to subclass InlineModelAdmin. 2016-08-24 17:34:32 -04:00
multiple_database
mutually_referential
nested_foreign_keys
no_models
null_fk
null_fk_ordering
null_queries
one_to_one
or_lookups
order_with_respect_to
ordering
pagination
postgres_tests Refs #27097, #27098 -- Moved PostgreSQL index type introspection to get_constraints(). 2016-08-30 08:48:55 -04:00
prefetch_related
project_template
properties
proxy_model_inheritance
proxy_models
queries Refs #26983 -- Added test for isnull lookup to CharField with primary_key=True. 2016-08-17 21:08:15 -04:00
queryset_pickle
raw_query
redirects_tests
requests Fixed #27113 -- Tested that setting HttpRequest.encoding clears POST. 2016-08-30 21:04:33 -04:00
requirements Refs #27132 -- Added pylibmc to test requirements. 2016-08-28 20:59:09 -04:00
reserved_names
resolve_url
responses Fixed #27153 -- Added validation for HttpResponse status. 2016-08-30 21:59:43 -04:00
reverse_lookup
save_delete_hooks
schema Fixed #27030 -- Added contrib.postgres.indexes.GinIndex. 2016-08-12 18:37:03 -04:00
select_for_update Refs #22343 -- Corrected a test for missing select_for_update(nowait=True) support. 2016-08-08 13:03:19 -04:00
select_related
select_related_onetoone
select_related_regress
serializers
servers Fixed #22414 -- Ensured that LiveServerTestCase closes connections. 2016-08-19 12:47:41 -04:00
sessions_tests Fixed #26764 -- Fixed Session.cycle_key() crash on unaccessed session. 2016-08-08 13:01:25 -04:00
settings_tests
shell
shortcuts
signals
signed_cookies_tests
signing
sitemaps_tests
sites_framework
sites_tests
staticfiles_tests
str
string_lookup
swappable_models
syndication_tests
template_backends
template_loader
template_tests Fixed #27140 -- Prevented template rendering from hiding a property's TypeError. 2016-08-31 13:44:38 -04:00
templates
test_client
test_client_regress
test_discovery_sample
test_discovery_sample2
test_exceptions
test_runner Fixed #26942 -- Added support for subtests during parallel testing. 2016-08-26 14:24:27 -04:00
test_utils
timezones
transaction_hooks
transactions
unmanaged_models
update
update_only_fields
urlpatterns_reverse Fixed #27018 -- Fixed admindocs crash with a view in a class. 2016-08-20 10:01:57 -04:00
user_commands
utils_tests Fixed #27154 -- Allowed comparing CallableBool with bitwise or. 2016-08-31 08:27:37 -04:00
validation
validators
version
view_tests Refs #26902 -- Protected against insecure redirects in set_language(). 2016-08-19 19:16:00 -04:00
wsgi
.coveragerc
README.rst
runtests.py
test_sqlite.py
urls.py

To run the test suite::

    $ cd tests
    $ pip install -r requirements/py3.txt  # or py2.txt
    $ PYTHONPATH=..:$PYTHONPATH ./runtests.py

For more information about the test suite, see
https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/.