django/tests
Claude Paroz 528c9af543 Fixed #23717 -- Fixed makemessages crash when STATIC_ROOT=None 2014-10-27 13:56:25 +01:00
..
absolute_url_overrides Fixed #11775 -- Made ABSOLUTE_URL_OVERRIDES work with models that don't define get_absolute_url(). 2014-09-09 11:05:31 -04:00
admin_autodiscover
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 Fixed #23616 - Fixed generic relations in ModelAdmin.list_filter. 2014-10-10 12:10:32 -04:00
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 Moved a test case that caused deprecation warnings. 2014-10-20 00:22:48 +07:00
admin_widgets Fixed occasional selenium test failure on Jenkins with Chrome 36+. 2014-09-14 20:31:10 -04:00
aggregation
aggregation_regress Fixed #23659 -- Kept annotate() args ordering 2014-10-16 09:27:20 +02:00
app_loading
apps Fixed flake8 warning. 2014-10-22 21:21:02 -04:00
backends Fixed #23514 -- Prevented queries in PostGISOperations init 2014-09-18 20:00:35 +02:00
base
bash_completion Fixed #23551 -- Fixed bash autocompletion crash on Python 3. 2014-09-25 07:44:22 -04:00
basic Refactored model lookup tests; refs #18586. 2014-10-07 12:04:56 -04:00
builtin_server
bulk_create
cache Made testing of stdout and stderr more consistent. 2014-10-22 09:25:50 +07:00
check_framework Fixed #23469 -- Removed test runner compatibility check which often yielded false positives. 2014-10-17 10:31:49 -04:00
choices Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
commands_sql Fixed #23416 -- Make sure DatabaseCreation respects checks. 2014-09-06 19:01:06 +01:00
commands_sql_migrations
conditional_processing Fixed #23695 -- Made condition decorator work for HEAD requests without ETag. 2014-10-21 11:13:29 -04:00
contenttypes_tests
context_processors Converted sql_queries into a lazily evaluated list. 2014-08-30 13:27:56 +02:00
createsuperuser Made testing of stdout and stderr more consistent. 2014-10-22 09:25:50 +07:00
csrf_tests
custom_columns Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
custom_lookups Fixed #23627 -- Allowed register_lookup to work as a decorator. 2014-10-09 18:44:58 +01:00
custom_managers Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
custom_methods Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
custom_migration_operations
custom_pk Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
datatypes
dates
datetimes
db_typecasts
dbshell
decorators
defaultfilters
defer
defer_regress
delete
delete_regress
deprecation
dispatch
distinct_on_fields
empty Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
expressions Fixed #23492 -- Restored F.__deepcopy__. 2014-09-16 12:19:00 +02:00
extra_regress
field_deconstruction Fixed #23455 -- Forced related_name to be a unicode string during deconstruction. 2014-09-25 17:49:44 -04:00
field_defaults Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
field_subclassing Corrected deprecation warning silencing of SubfieldBase. 2014-09-05 09:12:14 -04:00
file_storage Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282. 2014-09-29 00:01:38 +07:00
file_uploads Fixed #23397 -- Stripped whitespace from base64 during chunking 2014-09-13 19:06:21 +02:00
files
fixtures Fixed #23651 -- Isolated non-existent fixture tests 2014-10-15 09:17:44 +02:00
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 Fixed #23594 -- Fixed deepcopy on ErrorList. 2014-10-07 00:09:55 +07:00
from_db_value Fixed #18757, #14462, #21565 -- Reworked database-python type conversions 2014-09-03 20:36:03 +01:00
generic_inline_admin Fixed #23539 -- Added get_extra(), get_max_num(), and get_min_num() hooks to GenericInlineModelAdmin. 2014-09-24 06:32:42 -04:00
generic_relations Fixed flake8 warning. 2014-10-08 18:10:50 -04:00
generic_relations_regress
generic_views Fixed #23482 -- Added SingleObjectMixin.query_pk_and_slug 2014-10-02 15:42:30 -04:00
get_earliest_or_latest Fixed #23555 -- Avoided suppressing IndexError in QuerySet.first() and .last() 2014-10-08 14:28:38 -04:00
get_object_or_404 Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
get_or_create Fixed misplaced test case. 2014-10-08 05:11:09 +07:00
handlers Fixed #19508 -- Implemented uri_to_iri as per RFC. 2014-10-16 02:31:17 +07:00
http_utils
httpwrappers
i18n Fixed #23717 -- Fixed makemessages crash when STATIC_ROOT=None 2014-10-27 13:56:25 +01:00
indexes
initial_sql_regress
inline_formsets
inspectdb Fixed #23679 -- Fixed null introspection for char/text fields 2014-10-20 22:37:19 +02:00
introspection Fixed flake8 warnings. 2014-09-29 08:13:40 -04:00
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 Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282. 2014-09-29 00:01:38 +07:00
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 Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
m2m_intermediary Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
m2m_multiple Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
m2m_recursive Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
m2m_regress
m2m_signals
m2m_through Refactored m2m_through tests. Refs #18586 2014-09-26 01:28:32 +07:00
m2m_through_regress
m2o_recursive Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
mail Fixed a flake8 warning. 2014-10-15 16:36:11 -04:00
managers_regress
many_to_many Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
many_to_one Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
many_to_one_null Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
max_lengths
middleware Fixed #17101 -- Integrated django-secure and added check --deploy option 2014-09-12 15:05:23 -04:00
middleware_exceptions
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 Revert "Fixed #23474 -- Prevented migrating backwards from unapplying the wrong migrations." 2014-09-24 15:49:30 -04:00
model_fields Fixed #19463 -- Added UUIDField 2014-09-16 10:08:09 +01:00
model_forms
model_formsets Fixed #23451 -- Fixed typo in inlineformset_factory() error message. 2014-09-08 17:22:23 -04:00
model_formsets_regress
model_inheritance Fixed #23370 -- defer() + select_related() crashed with inherited models. 2014-08-30 07:14:44 -04:00
model_inheritance_regress
model_meta
model_options
model_package
model_permalink
model_regress
model_validation
modeladmin
multiple_database
mutually_referential Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
nested_foreign_keys
no_models
null_fk
null_fk_ordering
null_queries
one_to_one Fixed flake8 warnings. 2014-09-24 06:32:42 -04:00
or_lookups Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
order_with_respect_to
ordering Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
pagination
postgres_tests
prefetch_related Fixed flake8 warnings. 2014-09-29 08:13:40 -04:00
properties Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
proxy_model_inheritance Removed unneeded override_system_checks 2014-10-21 20:54:32 +02:00
proxy_models
queries Fixed #23396 -- Ensured ValueQuerySets are not checked by check_related_objects. 2014-10-21 10:02:51 -04:00
queryset_pickle
raw_query Fixed #23313 -- Corrected repr(RawQuery) with dict parameters. 2014-08-29 07:22:08 -04:00
requests Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282. 2014-09-29 00:01:38 +07:00
requirements Fixed #23446 -- Officially recommended mysqlclient as MySQL driver 2014-10-27 09:11:33 +01:00
reserved_names Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
resolve_url
responses
reverse_lookup Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
save_delete_hooks Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
schema Fixed #23702 -- Fixed adding an explicit id field on SQLite. 2014-10-23 12:24:34 -04:00
select_for_update
select_related Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
select_related_onetoone
select_related_regress
serializers Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
serializers_regress
servers Fixed #23398 -- Added helpful error message when runserver is accessed via HTTPS 2014-09-09 12:29:30 -04:00
settings_tests Avoid the word "stupid". 2014-09-09 20:55:57 +02:00
signals
signed_cookies_tests
signing
sites_framework
staticfiles_tests Avoid the word "stupid". 2014-09-09 20:55:57 +02:00
str Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
string_lookup
swappable_models
syndication_tests
template_tests Fixed urlize after smart_urlquote rewrite 2014-09-09 21:59:35 +02:00
templates
test_client Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
test_client_regress Fixed #21740 -- Allowed test client data to be an empty string 2014-10-21 09:16:57 +02:00
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 Fixed #23600 -- Made default_storage aware of more settings changes. 2014-10-08 18:10:47 -04:00
timezones
transactions Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
unmanaged_models
update
update_only_fields
urlpatterns_reverse Fixed #23522 -- Changed reverse() to return a Unicode string; not bytes 2014-10-07 13:06:39 -04:00
user_commands Fixed #23685 -- Made call_command skip checks by default 2014-10-20 17:26:00 +02:00
utils_tests Fixed #23688 -- Updated cached_property to preserve docstring of original function 2014-10-20 17:59:07 -04:00
validation
validators
version
view_tests
wsgi
.coveragerc
runtests.py
test_sqlite.py
urls.py