django/tests
Tony Zhu dd1ea70779 Fixed #23699 -- Prevented flush from loading initial data for apps with migrations. 2014-10-27 06:56:44 -04:00
..
absolute_url_overrides
admin_autodiscover Fixed #22979 -- Moved bug* tests 2014-07-26 21:05:49 -04:00
admin_changelist
admin_checks
admin_custom_urls
admin_docs Fixed #23601 -- Ensured view exists in URLconf before importing it in admindocs. 2014-10-06 09:31:39 -04:00
admin_filters
admin_inlines Fixed #23444 -- Deprecated django.contrib.admin.helpers.InlineAdminForm.original_content_type_id 2014-10-23 09:49:24 -04:00
admin_ordering
admin_registration
admin_scripts Refactored color_style() and no_style() to improve testability. Refs #23663. 2014-10-22 11:27:00 +07:00
admin_util
admin_validation
admin_views
admin_widgets
aggregation
aggregation_regress
app_loading
apps Fixed flake8 warning. 2014-10-22 21:21:02 -04:00
backends
base
bash_completion
basic
builtin_server
bulk_create
cache Made testing of stdout and stderr more consistent. 2014-10-22 09:25:50 +07:00
check_framework
choices Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
commands_sql
commands_sql_migrations Fixed #22749: Making SQL management commands migration aware. 2014-06-07 17:18:30 -07:00
conditional_processing
contenttypes_tests
context_processors
createsuperuser Made testing of stdout and stderr more consistent. 2014-10-22 09:25:50 +07:00
csrf_tests
custom_columns
custom_lookups
custom_managers Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
custom_methods
custom_migration_operations
custom_pk
datatypes
dates
datetimes
db_typecasts
dbshell
decorators
defaultfilters
defer
defer_regress
delete
delete_regress
deprecation
dispatch
distinct_on_fields
empty
expressions Fixed #23492 -- Restored F.__deepcopy__. 2014-09-16 12:19:00 +02:00
extra_regress
field_deconstruction
field_defaults Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
field_subclassing
file_storage Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282. 2014-09-29 00:01:38 +07:00
file_uploads
files
fixtures
fixtures_migration Fixed #23699 -- Prevented flush from loading initial data for apps with migrations. 2014-10-27 06:56:44 -04:00
fixtures_model_package Removed unneeded override_system_checks 2014-10-21 20:54:32 +02:00
fixtures_regress Allowed test from refs #23612 to be run from a directory other than tests. 2014-10-22 15:24:33 -04:00
force_insert_update
foreign_object
forms_tests
from_db_value
generic_inline_admin
generic_relations
generic_relations_regress
generic_views
get_earliest_or_latest
get_object_or_404
get_or_create
handlers
http_utils
httpwrappers
i18n Made testing of stdout and stderr more consistent. 2014-10-22 09:25:50 +07:00
indexes
initial_sql_regress
inline_formsets
inspectdb
introspection
invalid_models_tests Fixed #23684 -- Used correct package name for Pillow in Error hint. 2014-10-19 13:46:46 +07:00
known_related_objects
logging_tests Fixed #23653 -- Fixed Windows failure of a logging test added in refs #23569. 2014-10-21 18:32:46 -04:00
lookup Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282. 2014-09-29 00:01:38 +07:00
m2m_and_m2o
m2m_intermediary
m2m_multiple
m2m_recursive
m2m_regress
m2m_signals
m2m_through
m2m_through_regress
m2o_recursive
mail
managers_regress
many_to_many
many_to_one
many_to_one_null
max_lengths
middleware
middleware_exceptions Fixed #6992 -- Improved error when middleware omits HttpResponse. 2014-06-07 19:48:45 +02:00
migrate_signals Removed unneeded override_system_checks 2014-10-21 20:54:32 +02:00
migration_test_data_persistence
migrations Added missing available app in migrations test case 2014-10-23 15:39:26 +02:00
migrations2
model_fields
model_forms Fixed #22745 -- Prevented reevaluation of ModelChoiceField's queryset when accesssing BoundField's attrs. 2014-08-04 07:47:37 -04:00
model_formsets
model_formsets_regress
model_inheritance
model_inheritance_regress
model_meta
model_options
model_package
model_permalink
model_regress
model_validation
modeladmin
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 Fixed #22962 -- Default values for ArrayField with migrations. 2014-07-29 10:37:11 +01:00
prefetch_related Fixed flake8 warnings. 2014-09-29 08:13:40 -04:00
properties
proxy_model_inheritance Removed unneeded override_system_checks 2014-10-21 20:54:32 +02:00
proxy_models
queries
queryset_pickle
raw_query
requests
requirements Fixed #23446 -- Officially recommended mysqlclient as MySQL driver 2014-10-27 09:11:33 +01:00
reserved_names
resolve_url
responses
reverse_lookup
save_delete_hooks
schema Fixed #23702 -- Fixed adding an explicit id field on SQLite. 2014-10-23 12:24:34 -04:00
select_for_update
select_related
select_related_onetoone
select_related_regress
serializers
serializers_regress Fixed #19671 -- Added warnings that null and validators are ignored for ManyToManyField. 2014-07-09 16:01:09 -04:00
servers
settings_tests
signals
signed_cookies_tests
signing
sites_framework
staticfiles_tests Avoid the word "stupid". 2014-09-09 20:55:57 +02:00
str
string_lookup
swappable_models
syndication_tests
template_tests
templates
test_client
test_client_regress
test_discovery_sample Made a doctest compatible with Python 2 2014-10-23 11:16:17 +02:00
test_discovery_sample2
test_runner Fixed #23652 -- Restored database name after destroying test database 2014-10-24 17:04:43 +02:00
test_runner_deprecation_app
test_utils
timezones
transactions
unmanaged_models
update
update_only_fields
urlpatterns_reverse
user_commands
utils_tests
validation Fixed #22935 -- Changed ForeignKey.default_error_messages['invalid'] to refer to correct field. 2014-07-02 13:01:36 -04:00
validators
version
view_tests
wsgi
.coveragerc
runtests.py
test_sqlite.py
urls.py