..
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
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
admin_changelist
[1.8.x] Fixed many spelling mistakes in code, comments, and docs.
2016-02-23 10:27:15 -05:00
admin_checks
[1.8.x] Fixed #25267 -- Corrected message for admin.E122 system check.
2015-08-13 13:14:17 -04:00
admin_custom_urls
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
admin_docs
[1.8.x] Refs #24625 -- Filtered docutils warnings output in tests
2015-04-14 11:27:57 +02:00
admin_filters
[1.8.x] Fixed admin_filters test failures when run in reverse.
2015-11-14 11:32:09 -05:00
admin_inlines
[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.
2015-06-23 07:22:16 -04:00
admin_ordering
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
admin_registration
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
admin_scripts
[1.8.x] Fixed an admin_scripts test on Ubuntu 16.04/spatialite.
2016-01-28 18:00:38 -05:00
admin_utils
[1.8.x] Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()
2015-08-10 11:31:22 -04:00
admin_validation
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
admin_views
[1.8.x] Fixed XSS in admin's add/change related popup.
2016-07-18 13:45:11 -04:00
admin_widgets
[1.8.x] Fixed #25729 -- Fixed flaky admin_widgets selenium test: test_ForeignKey_using_to_field
2015-12-23 14:02:12 -05:00
aggregation
[1.8.x] Sorted single letter imports per the latest version of isort.
2016-03-28 11:59:36 -04:00
aggregation_regress
[1.8.x] Sorted single letter imports per the latest version of isort.
2016-03-28 11:59:36 -04:00
annotations
[1.8.x] Sorted single letter imports per the latest version of isort.
2016-03-28 11:59:36 -04:00
app_loading
[1.8.x] Silenced deprecation warning in refs #24287 test.
2015-02-09 12:34:23 -05:00
apps
[1.8.x] Fixed #25745 -- Promoted RuntimeWarnings to errors in the test suite.
2015-11-14 12:45:38 -05:00
auth_tests
[1.8.x] Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during login.
2016-02-29 08:07:17 -05:00
backends
[1.8.x] Fixed a backends test with psycopg2 2.7.
2017-03-01 13:22:53 -05:00
base
…
bash_completion
Replaced sqlall in some bash_completion/admin_scripts tests.
2014-12-26 18:52:26 -05:00
basic
[1.8.x] Fixed #25715 -- Fixed Model.refresh_from_db() with ForeignKey w/on_delete=SET_NULL.
2015-11-21 11:41:06 -05:00
builtin_server
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
bulk_create
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
cache
[1.8.x] Fixed #26331 -- Fixed test function names with typos
2016-03-07 06:56:52 -05:00
check_framework
[1.8.x] Fixed many spelling mistakes in code, comments, and docs.
2016-02-23 10:27:15 -05:00
choices
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
commands_sql
[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.
2015-06-23 07:22:16 -04:00
commands_sql_migrations
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
conditional_processing
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
contenttypes_tests
[1.8.x] Fixed #26286 -- Prevented content type managers from sharing their cache.
2016-02-26 16:24:28 -05:00
context_processors
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
createsuperuser
Made testing of stdout and stderr more consistent.
2014-10-22 09:25:50 +07:00
csrf_tests
[1.8.x] Refs #24836 -- Reverted "Simplified the lazy CSRF token implementation in csrf context processor."
2015-05-27 09:29:45 -04:00
custom_columns
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
custom_lookups
[1.8.x] Replaced try..except blocks by context manager in custom lookups tests
2015-07-07 12:04:21 -04:00
custom_managers
[1.8.x] Refs #20625 -- Fixed custom queryset chaining with values() and values_list().
2015-09-17 19:20:09 -04: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
Fixed #24093 -- Prevented MigrationWriter to write operation kwargs that are not explicitly deconstructed
2015-01-07 17:29:20 -07:00
custom_pk
[1.8.x] Update converters to take a consistent set of parameters.
2015-02-20 11:47:48 +00:00
datatypes
[1.8.x] Used assertIsInstance in tests.
2015-04-27 08:42:52 -04:00
dates
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
datetimes
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
db_functions
[1.8.x] Fixed #25517 -- Made Concat function idempotent on SQLite.
2015-10-17 15:58:17 -04:00
db_typecasts
[1.8.x] Fixed #26498 -- Fixed TimeField microseconds round-tripping on MySQL and SQLite.
2016-04-18 09:49:31 -04:00
dbshell
Fixed #22646 : Added support for the MySQL ssl-ca option to dbshell.
2014-08-13 18:29:42 -04:00
decorators
[1.8.x] Fixed #13008 -- Added more Cache-Control headers to never_cache() decorator.
2015-12-24 11:25:50 -05:00
defer
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
defer_regress
[1.8.x] Fixed #25563 -- Cached deferred models in their proxied model's _meta.apps.
2015-10-19 20:13:47 -04:00
delete
[1.8.x] Sorted single letter imports per the latest version of isort.
2016-03-28 11:59:36 -04:00
delete_regress
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
deprecation
[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.
2015-06-23 07:22:16 -04:00
dispatch
[1.8.x] Used assertIsInstance in tests.
2015-04-27 08:42:52 -04:00
distinct_on_fields
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
empty
Fixed #23620 -- Used more specific assertions in the Django test suite.
2014-11-03 11:56:37 -05:00
expressions
[1.8.x] Sorted single letter imports per the latest version of isort.
2016-03-28 11:59:36 -04:00
expressions_case
[1.8.x] Sorted single letter imports per the latest version of isort.
2016-03-28 11:59:36 -04:00
extra_regress
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
field_deconstruction
[1.8.x] Refs #24483 -- Added a test for deconstruction of Field.choices
2015-03-18 13:56:33 -04:00
field_defaults
Fixed #23620 -- Used more specific assertions in the Django test suite.
2014-11-03 11:56:37 -05:00
field_subclassing
[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.
2015-06-23 07:22:16 -04:00
file_storage
[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.
2015-06-23 07:22:16 -04:00
file_uploads
[1.8.x] Fixed #26325 -- Made MultiPartParser ignore filenames that normalize to an empty string.
2016-03-07 13:22:38 -05:00
files
[1.8.x] Guaranteed removal of temporary files during tests.
2015-02-23 15:26:26 -05:00
fixtures
[1.8.x] Fixed #23372 -- Made loaddata faster if it doesn't find any fixtures.
2015-12-31 09:20:00 -05:00
fixtures_migration
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
fixtures_model_package
Fixed #23620 -- Used more specific assertions in the Django test suite.
2014-11-03 11:56:37 -05:00
fixtures_regress
[1.8.x] Refs #24324 -- Skipped fixtures_regress tests that fail on Python 2 on a non-ASCII path.
2015-02-18 07:36:02 -05:00
flatpages_tests
[1.8.x] Fixed typos in flatpages_tests comments.
2015-02-24 06:31:59 -05:00
force_insert_update
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
foreign_object
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
forms_tests
[1.8.x] Fixed #26267 -- Fixed BoundField to reallow slices of subwidgets.
2016-02-24 07:09:08 -05:00
from_db_value
[1.8.x] Update converters to take a consistent set of parameters.
2015-02-20 11:47:48 +00:00
generic_inline_admin
[1.8.x] Fixed #24940 -- Made model managers hashable
2015-06-19 19:15:01 +02:00
generic_relations
[1.8.x] Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()
2015-08-10 11:31:22 -04:00
generic_relations_regress
[1.8.x] Sorted single letter imports per the latest version of isort.
2016-03-28 11:59:36 -04:00
generic_views
[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.
2015-06-23 07:22:16 -04:00
get_earliest_or_latest
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
get_object_or_404
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
get_or_create
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
gis_tests
[1.8.x] Fixed GeoIP test failure with the latest data.
2018-01-08 10:00:21 -05:00
handlers
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
http_utils
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
httpwrappers
[1.8.x] Fixed CVE-2016-7401 -- Fixed CSRF protection bypass on a site with Google Analytics.
2016-09-14 13:42:24 -04:00
humanize_tests
[1.8.x] Moved contrib.humanize tests out of contrib.
2015-02-11 11:55:53 -05:00
i18n
[1.8.x] Refs #26687 -- Made an i18n test not use a hardcoded path separator.
2016-06-01 10:39:27 -04:00
import_error_package
[1.8.x] Refactored tests that rely on an ImportError for Python 3.5 compatibility
2015-02-03 18:31:17 -05:00
indexes
[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.
2015-06-23 07:22:16 -04:00
initial_sql_regress
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
inline_formsets
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
inspectdb
[1.8.x] Fixed #25274 --- Made inspectdb handle renamed fields in unique_together.
2015-11-25 13:17:24 -05:00
introspection
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
invalid_models_tests
[1.8.x] Fixed many spelling mistakes in code, comments, and docs.
2016-02-23 10:27:15 -05:00
known_related_objects
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
logging_tests
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
lookup
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
m2m_and_m2o
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
m2m_intermediary
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05: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
[1.8.x] Fixed #24505 -- Fixed clash with hidden m2m fields.
2015-09-30 18:38:49 -04:00
m2m_signals
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
m2m_through
[1.8.x] Fixed many spelling mistakes in code, comments, and docs.
2016-02-23 10:27:15 -05:00
m2m_through_regress
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
m2o_recursive
Removed numbering from the models.py header of some test packages.
2014-09-24 17:28:56 +07:00
mail
[1.8.x] Refs #23763 -- Fixed SMTPServer Python 3.5 deprecation warning in mail test.
2015-10-25 06:02:21 -04:00
managers_regress
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
many_to_many
[1.8.x] Fixed #24156 -- Fixed inherited related name of ManyToManyField.
2015-10-13 04:17:50 -07:00
many_to_one
[1.8.x] Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()
2015-08-10 11:31:22 -04: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
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
messages_tests
[1.8.x] Moved contrib.messages tests out of contrib.
2015-02-11 11:55:05 -05:00
middleware
[1.8.x] Fixed a typo in tests/middleware/test_security.py
2016-07-28 22:01:22 -04:00
middleware_exceptions
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
migrate_signals
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
migration_test_data_persistence
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
migrations
[1.8.x] Fixed many spelling mistakes in code, comments, and docs.
2016-02-23 10:27:15 -05:00
migrations2
Revert "Fixed #23474 -- Prevented migrating backwards from unapplying the wrong migrations."
2014-09-24 15:49:30 -04:00
model_fields
[1.8.x] Fixed #26557 -- Converted empty strings to None when saving GenericIPAddressField.
2016-04-29 10:17:00 -04:00
model_forms
[1.8.x] Fixed #25496 -- Made ModelChoiceField respect prefetch_related().
2015-10-05 19:25:21 -04:00
model_formsets
[1.8.x] Fixed #25431 -- Readded inline foreign keys to modelformset instances
2015-09-21 21:50:11 +02:00
model_formsets_regress
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
model_inheritance
[1.8.x] Removed unnecessary filter kwarg from .get() in a test.
2016-03-14 18:57:59 -04:00
model_inheritance_regress
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
model_meta
[1.8.x] Fixed #24156 -- Fixed inherited related name of ManyToManyField.
2015-10-13 04:17:50 -07:00
model_options
[1.8.x] Fixed many spelling mistakes in code, comments, and docs.
2016-02-23 10:27:15 -05:00
model_package
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
model_permalink
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
model_regress
[1.8.x] Fixed #25745 -- Promoted RuntimeWarnings to errors in the test suite.
2015-11-14 12:45:38 -05:00
model_validation
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
modeladmin
[1.8.x] Fixed many spelling mistakes in code, comments, and docs.
2016-02-23 10:27:15 -05:00
multiple_database
[1.8.x] Fixed #25686 -- Fixed crash on routers without an allow_migrate() method.
2015-11-09 10:50:02 -05:00
mutually_referential
Removed numbering from the models.py header of some test packages.
2014-09-24 17:28:56 +07:00
nested_foreign_keys
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
no_models
…
null_fk
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
null_fk_ordering
[1.8.x] Fixed many spelling mistakes in code, comments, and docs.
2016-02-23 10:27:15 -05:00
null_queries
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
one_to_one
[1.8.x] Fixed #25160 (again) -- Moved data loss check on reverse relations.
2015-09-19 20:28:22 +02: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
[1.8.x] Fixed #25786 -- Fixed set_FOO_order() crash with order_with_respect_to referencing OneToOneField pk.
2015-11-23 11:05:18 -05:00
ordering
[1.8.x] Refs #24060 -- Added a test demonstrating reverse order isn't mutable
2015-01-28 11:03:25 +11:00
pagination
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
postgres_tests
[1.8.x] Fixed #26215 -- Fixed RangeField/ArrayField serialization with None values
2016-02-16 21:14:24 +01:00
prefetch_related
[1.8.x] Refs #25693 -- Added a regression test for `to_attr` validation on forward m2m.
2015-11-11 12:30:37 -05:00
project_template
Added a test to verify headers set by default middleware; refs #23939 .
2014-12-03 13:47:23 -05:00
properties
Removed numbering from the models.py header of some test packages.
2014-09-24 17:28:56 +07:00
proxy_model_inheritance
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
proxy_models
[1.8.x] Fixed many spelling mistakes in code, comments, and docs.
2016-02-23 10:27:15 -05:00
queries
[1.8.x] Sorted single letter imports per the latest version of isort.
2016-03-28 11:59:36 -04:00
queryset_pickle
[1.8.x] Fixed many spelling mistakes in code, comments, and docs.
2016-02-23 10:27:15 -05:00
raw_query
[1.8.x] Fixed #12768 -- Fixed QuerySet.raw() regression on FK with custom db_column.
2015-07-23 18:44:58 -04:00
redirects_tests
[1.8.x] Moved contrib.redirects tests out of contrib.
2015-02-11 11:55:40 -05:00
requests
[1.8.x] Fixed CVE-2016-9014 -- Validated Host header when DEBUG=True.
2016-10-25 15:27:45 -04:00
requirements
[1.8.x] Switched test requirement to new psycopg2-binary package.
2018-03-01 11:47:29 -05:00
reserved_names
Removed numbering from the models.py header of some test packages.
2014-09-24 17:28:56 +07:00
resolve_url
[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.
2015-06-23 07:22:16 -04:00
responses
Fixed #23977 -- Added setdefault() method to HttpResponse
2014-12-11 13:56:56 -05:00
reverse_lookup
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
save_delete_hooks
Removed numbering from the models.py header of some test packages.
2014-09-24 17:28:56 +07:00
schema
[1.8.x] Fixed #26889 -- Fixed missing PostgreSQL index in SchemaEditor.add_field().
2016-07-13 22:15:43 -04:00
select_for_update
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
select_related
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
select_related_onetoone
[1.8.x] Reverted "Fixed #27594 -- Fixed select_related() with reverse self-referential OneToOneField."
2016-12-14 07:53:45 -05:00
select_related_regress
[1.8.x] Sorted single letter imports per the latest version of isort.
2016-03-28 11:59:36 -04:00
serializers
[1.8.x] Update converters to take a consistent set of parameters.
2015-02-20 11:47:48 +00:00
serializers_regress
[1.8.x] Fixed many spelling mistakes in code, comments, and docs.
2016-02-23 10:27:15 -05:00
servers
[1.8.x] Fixed flake8 2.6 warnings.
2016-06-16 10:37:33 -04:00
sessions_tests
[1.8.x] Fixed DoS possiblity in contrib.auth.views.logout()
2015-08-18 08:15:15 -04:00
settings_tests
[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.
2015-06-23 07:22:16 -04:00
shortcuts
[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.
2015-06-23 07:22:16 -04:00
signals
[1.8.x] Fixed many spelling mistakes in code, comments, and docs.
2016-02-23 10:27:15 -05:00
signed_cookies_tests
Fixed #23792 -- Added test.utils.freeze_time() context manager.
2014-12-22 07:46:40 -05:00
signing
[1.8.x] Fixed #26331 -- Fixed test function names with typos
2016-03-07 06:56:52 -05:00
sitemaps_tests
[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.
2015-06-23 07:22:16 -04:00
sites_framework
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
sites_tests
[1.8.x] Fixed #24488 -- Made create_default_site() use default pk of 1.
2015-03-16 13:31:22 -04:00
staticfiles_tests
[1.8.x] Fixed many spelling mistakes in code, comments, and docs.
2016-02-23 10:27:15 -05:00
str
Removed numbering from the models.py header of some test packages.
2014-09-24 17:28:56 +07:00
string_lookup
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
swappable_models
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
syndication_tests
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
template_backends
[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.
2015-06-23 07:22:16 -04:00
template_loader
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
template_tests
[1.8.x] Fixed #26923 -- Fixed template_tests with numpy < 1.9.0.
2016-07-21 13:01:50 -04:00
templates
[1.8.x] Changed `action="."` to `action=""` in tests and docs.
2016-01-21 14:00:23 -05:00
test_client
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
test_client_regress
[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.
2015-06-23 07:22:16 -04:00
test_discovery_sample
Made a doctest compatible with Python 2
2014-10-23 11:16:17 +02:00
test_discovery_sample2
Fixed #23742 -- Added an option to reverse tests order.
2014-11-24 19:24:11 -05:00
test_exceptions
Reduced reduce() usage; refs #23796 .
2014-11-20 14:31:14 -05:00
test_runner
[1.8.x] Fixed many spelling mistakes in code, comments, and docs.
2016-02-23 10:27:15 -05:00
test_runner_deprecation_app
Avoided changing raw DeprecationWarning filter behavior
2014-03-08 11:13:48 +01:00
test_utils
[1.8.x] Fixed #25176 -- Prevented TestCase.setUpTestData() exception from leaking transaction.
2015-08-01 07:38:20 -04:00
timezones
[1.8.x] Fixed many spelling mistakes in code, comments, and docs.
2016-02-23 10:27:15 -05:00
transactions
[1.8.x] Fixed #24921 -- set_autocommit(False) + ORM queries.
2015-09-21 22:31:13 +02:00
unmanaged_models
[1.8.x] Fixed many spelling mistakes in code, comments, and docs.
2016-02-23 10:27:15 -05:00
update
[1.8.x] Sorted single letter imports per the latest version of isort.
2016-03-28 11:59:36 -04:00
update_only_fields
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
urlpatterns_reverse
[1.8.x] Fixed typo in test name.
2015-12-29 12:48:58 -05:00
user_commands
[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.
2015-06-23 07:22:16 -04:00
utils_tests
[1.8.x] Fixed CVE-2018-7537 -- Fixed catastrophic backtracking in django.utils.text.Truncator.
2018-03-01 11:58:41 -05:00
validation
[1.8.x] Fixed #24714 -- Used more specific assertions than assertEqual in tests.
2015-04-28 09:31:35 -04:00
validators
[1.8.x] Fixed #26204 -- Reallowed dashes in top-level domains for URLValidator.
2016-02-18 19:56:36 -05:00
version
Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.
2014-04-16 20:36:29 -04:00
view_tests
[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.
2015-06-23 07:22:16 -04:00
webdesign_tests
[1.8.x] Moved contrib.webdesign tests out of contrib.
2015-02-11 12:35:32 -05:00
wsgi
[1.8.x] Sorted imports with isort; refs #23860 .
2015-02-09 14:24:06 -05:00
.coveragerc
Removed nonexistent module django.test._doctest from coveragerc.
2014-11-19 06:01:39 -05:00
README.rst
Fixed #23289 -- Added mock as a test dependency.
2014-12-01 16:08:25 -05:00
runtests.py
[1.8.x] Fixed #25745 -- Promoted RuntimeWarnings to errors in the test suite.
2015-11-14 12:45:38 -05:00
test_sqlite.py
…
urls.py
Fixed #22218 -- Deprecated django.conf.urls.patterns.
2014-04-03 07:28:10 -04:00