..
absolute_url_overrides
Fixed #26125 -- Fixed E731 flake warnings.
2016-01-25 14:23:43 -05:00
admin_autodiscover
Sorted imports with isort; refs #23860 .
2015-02-06 08:16:28 -05:00
admin_changelist
Fixed #25364 -- Added generic way to test on all browsers supported by selenium.
2016-03-15 13:10:32 -04:00
admin_checks
Refs #24227 -- Replaced M2M isinstance checks by field.many_to_many
2016-03-19 09:24:27 +01:00
admin_custom_urls
Fixed #26175 -- Removed SHA1 password hashes in tests.
2016-02-06 08:47:21 -05:00
admin_docs
Fixed #26175 -- Removed SHA1 password hashes in tests.
2016-02-06 08:47:21 -05:00
admin_filters
Changed gypsy to manouche in docs and tests.
2016-02-03 09:45:30 -05:00
admin_inlines
Fixed #25364 -- Added generic way to test on all browsers supported by selenium.
2016-03-15 13:10:32 -04:00
admin_ordering
Fixed #25985 -- Updated signature of ModelAdmin.formfield_for_* to make request a positional argument.
2015-12-29 12:49:14 -05:00
admin_registration
Used assertIsInstance in admin_registration tests.
2016-03-24 19:20:31 -04:00
admin_scripts
Fixed #26315 -- Allowed call_command() to accept a Command object as the first argument.
2016-03-05 13:05:10 -05:00
admin_utils
Made @override_settings(ROOT_URLCONF=...) consistent.
2016-02-08 09:52:39 -05:00
admin_views
Fixed #21734 -- Handled ProtectedError in a POST to admin's delete_selected action.
2016-03-29 07:42:23 -04:00
admin_widgets
Fixed #25364 -- Added generic way to test on all browsers supported by selenium.
2016-03-15 13:10:32 -04:00
aggregation
Sorted single letter imports per the latest version of isort.
2016-03-28 11:45:31 -04:00
aggregation_regress
Sorted single letter imports per the latest version of isort.
2016-03-28 11:45:31 -04:00
annotations
Sorted single letter imports per the latest version of isort.
2016-03-28 11:45:31 -04:00
app_loading
Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as appropriate.
2016-01-29 13:37:33 -05:00
apps
Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as appropriate.
2016-01-29 13:37:33 -05:00
auth_tests
Fixed #25232 -- Made ModelBackend/RemoteUserBackend reject inactive users.
2016-03-23 09:01:48 -04:00
backends
Fixed #26177 -- Fixed a PostgreSQL crash with TIME_ZONE=None and USE_TZ=False.
2016-02-08 07:21:54 -05:00
base
…
bash_completion
Removed support for syncing apps without migrations per deprecation timeline.
2015-01-18 15:58:06 -05:00
basic
Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as appropriate.
2016-01-29 13:37:33 -05:00
builtin_server
Sorted imports with isort; refs #23860 .
2015-02-06 08:16:28 -05:00
bulk_create
Refs #19527 -- Allowed QuerySet.bulk_create() to set the primary key of its objects.
2016-03-02 14:29:09 -05:00
cache
Fixed #26332 -- Fixed a race condition in BaseCache.get_or_set().
2016-03-08 11:44:37 -05:00
check_framework
Fixed #26365 -- Added a system check to ensure "string_is_invalid" is a string.
2016-03-21 13:01:38 -04:00
choices
Sorted imports with isort; refs #23860 .
2015-02-06 08:16:28 -05:00
conditional_processing
Refs #24652 -- Used SimpleTestCase where appropriate.
2015-05-20 13:46:13 -04:00
contenttypes_tests
Fixed #26286 -- Prevented content type managers from sharing their cache.
2016-02-26 16:18:16 -05:00
context_processors
Refs #24652 -- Used SimpleTestCase where appropriate.
2015-05-20 13:46:13 -04:00
csrf_tests
Fixed #26094 -- Fixed CSRF behind a proxy (settings.USE_X_FORWARDED_PORT=True).
2016-01-20 18:19:24 -05:00
custom_columns
Refs #26022 -- Used context manager version of assertRaisesMessage in tests.
2016-01-29 13:03:39 -05:00
custom_lookups
Fixed #24629 -- Unified Transform and Expression APIs
2015-09-21 19:56:24 +10:00
custom_managers
Refs #26022 -- Used context manager version of assertRaises in tests.
2016-01-29 12:32:18 -05:00
custom_methods
Tweak some examples.
2015-08-22 20:25:42 +02: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
Refs #26022 -- Used context manager version of assertRaises in tests.
2016-01-29 12:32:18 -05:00
datatypes
Refs #26022 -- Used context manager version of assertRaises in tests.
2016-01-29 12:32:18 -05:00
dates
Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as appropriate.
2016-01-29 13:37:33 -05:00
datetimes
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
2015-07-27 18:28:13 -04:00
db_functions
Fixed #24932 -- Added Cast database function.
2016-03-29 08:14:33 -04:00
db_typecasts
Fixed #23395 -- Limited line lengths to 119 characters.
2015-09-12 11:40:50 -04:00
dbshell
Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.
2015-08-07 09:33:17 -04:00
decorators
Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy().
2015-12-12 14:46:48 -05:00
defer
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
2015-07-27 18:28:13 -04:00
defer_regress
Fixed #21608 -- Prevented logged out sessions being resurrected by concurrent requests.
2016-02-26 18:56:56 -05:00
delete
Sorted single letter imports per the latest version of isort.
2016-03-28 11:45:31 -04:00
delete_regress
Changed database connection duplication technique.
2015-09-09 23:03:51 +02:00
deprecation
Fixed #25466 -- Added backwards compatibility aliases for LoaderOrigin and StringOrigin.
2015-09-29 18:31:11 -04:00
dispatch
Used assertIsInstance in tests.
2015-04-27 08:40:36 -04:00
distinct_on_fields
Refs #26022 -- Used context manager version of assertRaisesMessage in tests.
2016-01-29 13:03:39 -05:00
empty
Fixed #23620 -- Used more specific assertions in the Django test suite.
2014-11-03 11:56:37 -05:00
expressions
Sorted single letter imports per the latest version of isort.
2016-03-28 11:45:31 -04:00
expressions_case
Sorted single letter imports per the latest version of isort.
2016-03-28 11:45:31 -04:00
extra_regress
Fixed #23395 -- Limited line lengths to 119 characters.
2015-09-12 11:40:50 -04:00
field_deconstruction
Refs #24590 -- Ensured isolation between autodetector tests
2015-08-28 10:17:34 +10:00
field_defaults
Fixed #23620 -- Used more specific assertions in the Django test suite.
2014-11-03 11:56:37 -05:00
field_subclassing
Removed SubfieldBase per deprecation timeline.
2015-09-23 19:31:09 -04:00
file_storage
Fixed #25905 -- Prevented leading slashes in urljoin() calls
2016-04-03 17:21:56 +02:00
file_uploads
Fixed #26325 -- Made MultiPartParser ignore filenames that normalize to an empty string.
2016-03-07 13:19:39 -05:00
files
Refs #26022 -- Used context manager version of assertRaises in tests.
2016-01-29 12:32:18 -05:00
fixtures
Fixed test_dumpdata_progressbar to use the instantiated StringIO object.
2016-03-14 10:28:40 -04:00
fixtures_model_package
Fixed #21549 -- Made loaddata's 'fixture not found' warning an exception.
2016-01-04 19:39:35 -05:00
fixtures_regress
Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as appropriate.
2016-01-29 13:37:33 -05:00
flatpages_tests
Fixed #26175 -- Removed SHA1 password hashes in tests.
2016-02-06 08:47:21 -05:00
force_insert_update
Sorted imports with isort; refs #23860 .
2015-02-06 08:16:28 -05:00
foreign_object
Fixed #26153 -- Reallowed Q-objects in ForeignObject.get_extra_descriptor_filter().
2016-02-11 08:59:43 -05:00
forms_tests
Removed duplicate definition of ChoiceFormSet.
2016-03-25 07:37:21 -04:00
from_db_value
Refs #9619 -- Fixed failing test case
2015-06-17 20:07:00 +02:00
generic_inline_admin
Made @override_settings(ROOT_URLCONF=...) consistent.
2016-02-08 09:52:39 -05:00
generic_relations
Fixed #26179 -- Removed null assignment check for non-nullable foreign key fields.
2016-02-11 10:07:39 -05:00
generic_relations_regress
Sorted single letter imports per the latest version of isort.
2016-03-28 11:45:31 -04:00
generic_views
Refs #26022 -- Used context manager version of assertRaises in tests.
2016-01-29 12:32:18 -05:00
get_earliest_or_latest
Made multiline assertRaises* conform to flake8's E128 rule.
2016-02-04 19:14:10 -05:00
get_object_or_404
Fixed #10532 -- Relaxed hard-type checking in get_object/list_or_404 shortcuts
2016-03-29 21:34:20 +02:00
get_or_create
Refs #26022 -- Used context manager version of assertRaises in tests.
2016-01-29 12:32:18 -05:00
gis_tests
Fixed #26417 -- Allowed setting GDALBand data with partial values.
2016-03-29 11:08:36 -04:00
handlers
Fixed #26452 -- Loaded middleware on server start rather than on first request.
2016-04-04 10:12:41 -04:00
http_utils
Refs #24652 -- Used SimpleTestCase where appropriate.
2015-05-20 13:46:13 -04:00
httpwrappers
Fixed #26158 -- Rewrote http.parse_cookie() to better match browsers.
2016-03-15 12:24:06 -04:00
humanize_tests
Moved contrib.humanize tests out of contrib.
2015-02-11 10:19:22 -05:00
i18n
Refs #25933 -- Fixed i18n_patterns() prefix_default_language=False with HTTP_ACCEPT_LANGUAGE header.
2016-03-10 10:51:55 -05:00
import_error_package
Refactored tests that rely on an ImportError for Python 3.5 compatibility
2015-02-03 18:30:46 -05:00
indexes
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
2015-07-27 18:28:13 -04:00
inline_formsets
Fixed #25987 -- Made inline formset validation respect unique_together with an unsaved parent object.
2016-03-26 21:49:41 -04:00
inspectdb
Fixed #25658 -- Allowed inspectdb to inspect a specific set of tables.
2016-03-18 08:41:15 -04:00
introspection
Fixed #26304 -- Ignored unmanaged through model in table introspection.
2016-03-02 13:54:27 -05:00
invalid_models_tests
Removed unneeded hint=None/obj=None in system check messages.
2016-02-12 13:01:25 -05:00
known_related_objects
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
2015-07-27 18:28:13 -04:00
logging_tests
Fixed #26157 #25321 -- Added sql/params to extra context of schema logger
2016-03-15 17:45:58 +11:00
lookup
Fixed #26285 -- Deprecated the MySQL-specific __search lookup.
2016-03-02 14:41:56 -05:00
m2m_and_m2o
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
2015-07-27 18:28:13 -04:00
m2m_intermediary
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
2015-07-27 18:28:13 -04:00
m2m_multiple
Tweak some examples.
2015-08-22 20:25:42 +02:00
m2m_recursive
Removed numbering from the models.py header of some test packages.
2014-09-24 17:28:56 +07:00
m2m_regress
Fixed #25550 -- Deprecated direct assignment to the reverse side of a related set.
2015-10-27 07:57:15 -04:00
m2m_signals
Fixed #25550 -- Deprecated direct assignment to the reverse side of a related set.
2015-10-27 07:57:15 -04:00
m2m_through
Refs #26092 -- Added @skipUnlessDBFeature to a test.
2016-01-21 08:05:55 -05:00
m2m_through_regress
Refs #26022 -- Used context manager version of assertRaises in tests.
2016-01-29 12:32:18 -05:00
m2o_recursive
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
2015-07-27 18:28:13 -04:00
mail
Refs #26022 -- Used context manager version of assertRaisesMessage in tests.
2016-01-29 13:03:39 -05:00
managers_regress
Fixed #25746 -- Isolated inlined test models registration.
2016-01-06 20:00:07 -05:00
many_to_many
Fixed #26176 -- Fixed E123 flake8 warnings.
2016-02-05 15:11:07 -05:00
many_to_one
Fixed #26179 -- Removed null assignment check for non-nullable foreign key fields.
2016-02-11 10:07:39 -05:00
many_to_one_null
Refs #26022 -- Used context manager version of assertRaises in tests.
2016-01-29 12:32:18 -05:00
max_lengths
Sorted imports with isort; refs #23860 .
2015-02-06 08:16:28 -05:00
messages_tests
Refs #26022 -- Used context manager version of assertRaises in tests.
2016-01-29 12:32:18 -05:00
middleware
Fixed #26293 -- Fixed CommonMiddleware to process PREPEND_WWW and APPEND_SLASH independently.
2016-03-23 09:23:19 -04:00
middleware_exceptions
Refs #26022 -- Used context manager version of assertRaises in tests.
2016-01-29 12:32:18 -05:00
migrate_signals
Sorted imports with isort; refs #23860 .
2015-02-06 08:16:28 -05:00
migration_test_data_persistence
Sorted imports with isort; refs #23860 .
2015-02-06 08:16:28 -05:00
migrations
Added missing primary keys to some OperationTests
2016-04-03 01:40:46 +02:00
migrations2
Fixed #24743 , #24745 -- Optimized migration plan handling
2015-09-19 14:54:53 +10:00
model_fields
Split model_fields tests into different files.
2016-03-23 19:31:47 -04:00
model_forms
Fixed #24974 -- Fixed inheritance of formfield_callback for modelform_factory forms.
2016-02-26 12:27:27 -05:00
model_formsets
Fixed #25550 -- Deprecated direct assignment to the reverse side of a related set.
2015-10-27 07:57:15 -04:00
model_formsets_regress
Fixed #23395 -- Limited line lengths to 119 characters.
2015-09-12 11:40:50 -04:00
model_inheritance
Fixed #26413 -- Fixed a regression with abstract model inheritance and explicit parent links.
2016-03-28 21:11:37 -04:00
model_inheritance_regress
Refs #26022 -- Used context manager version of assertRaises in tests.
2016-01-29 12:32:18 -05:00
model_meta
Refs #24227 -- Replaced M2M isinstance checks by field.many_to_many
2016-03-19 09:24:27 +01:00
model_options
Fixed #26230 -- Made default_related_name affect related_query_name.
2016-02-27 08:48:32 -05:00
model_package
Sorted imports with isort; refs #23860 .
2015-02-06 08:16:28 -05:00
model_permalink
Refs #24652 -- Used SimpleTestCase where appropriate.
2015-05-20 13:46:13 -04:00
model_regress
Refs #24007 -- Removed an apps.populate() call in model unpickling that can cause deadlocks.
2016-02-08 08:28:48 -05:00
model_validation
Removed unneeded hint=None/obj=None in system check messages.
2016-02-12 13:01:25 -05:00
modeladmin
Refs #24227 -- Replaced M2M isinstance checks by field.many_to_many
2016-03-19 09:24:27 +01:00
multiple_database
Refs #26022 -- Used context manager version of assertRaises in tests.
2016-01-29 12:32:18 -05:00
mutually_referential
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
2015-07-27 18:28:13 -04:00
nested_foreign_keys
Fixed #23395 -- Limited line lengths to 119 characters.
2015-09-12 11:40:50 -04:00
no_models
Refs #24652 -- Used SimpleTestCase where appropriate.
2015-05-20 13:46:13 -04:00
null_fk
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
2015-07-27 18:28:13 -04:00
null_fk_ordering
Fixed many spelling mistakes in code, comments, and docs.
2015-12-03 12:48:24 -05:00
null_queries
Refs #26022 -- Used context manager version of assertRaises in tests.
2016-01-29 12:32:18 -05:00
one_to_one
Fixed #26179 -- Removed null assignment check for non-nullable foreign key fields.
2016-02-11 10:07:39 -05:00
or_lookups
Fixed #25875 -- Prevented UnicodeDecodeError for Q object repr
2015-12-13 15:07:17 +01:00
order_with_respect_to
Fixed #25746 -- Isolated inlined test models registration.
2016-01-06 20:00:07 -05:00
ordering
Correct a grammatical error: "it's related model"
2016-03-09 20:40:17 -08:00
pagination
Refs #26022 -- Used context manager version of assertRaises in tests.
2016-01-29 12:32:18 -05:00
postgres_tests
Fixed #26101 -- Allowed introspection of base_field.model in RangeField
2016-04-03 16:32:30 +02:00
prefetch_related
Fixed #26226 -- Made related managers honor the queryset used for prefetching their results.
2016-03-02 16:10:18 -05:00
project_template
Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix.
2016-01-25 12:39:06 -05:00
properties
Refs #26022 -- Used context manager version of assertRaises in tests.
2016-01-29 12:32:18 -05:00
proxy_model_inheritance
Fixed #23076 , #25505 -- Fixed deletion of intermediate proxy models.
2015-10-12 12:14:26 -04:00
proxy_models
Fixed #11560 -- Allowed proxy model multiple-inheritance from the same concrete base model.
2016-03-30 13:06:27 -04:00
queries
Sorted single letter imports per the latest version of isort.
2016-03-28 11:45:31 -04:00
queryset_pickle
Fixed many spelling mistakes in code, comments, and docs.
2015-12-03 12:48:24 -05:00
raw_query
Fixed flake8 typo.
2016-02-17 14:00:54 -05:00
redirects_tests
Moved contrib.redirects tests out of contrib.
2015-02-11 10:19:22 -05:00
requests
Fixed #26158 -- Rewrote http.parse_cookie() to better match browsers.
2016-03-15 12:24:06 -04:00
requirements
Fixed #26033 -- Added Argon2 password hasher.
2016-03-08 11:22:18 -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
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
2015-12-31 14:21:29 -05:00
responses
Refs #26022 -- Used context manager version of assertRaises in tests.
2016-01-29 12:32:18 -05:00
reverse_lookup
Refs #26022 -- Used context manager version of assertRaises in tests.
2016-01-29 12:32:18 -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
Refs #26384 , #24995 -- Avoided a module-level MySQL query in the schema tests.
2016-04-02 08:17:35 -04:00
select_for_update
Refs #26022 -- Used context manager version of assertRaises in tests.
2016-01-29 12:32:18 -05:00
select_related
Refs #26022 -- Used context manager version of assertRaises in tests.
2016-01-29 12:32:18 -05:00
select_related_onetoone
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
2015-07-27 18:28:13 -04:00
select_related_regress
Sorted single letter imports per the latest version of isort.
2016-03-28 11:45:31 -04:00
serializers
Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as appropriate.
2016-01-29 13:37:33 -05:00
servers
Refs #25684 -- Silenced logging output in servers tests.
2016-02-08 11:14:27 -05:00
sessions_tests
Refs #21608 -- Fixed incorrect cache key in cache session backend's save().
2016-04-04 07:41:59 -04:00
settings_tests
Refs #26022 -- Used context manager version of assertRaises in tests.
2016-01-29 12:32:18 -05:00
shell
Fixed #25680 -- Added django-admin shell --command option.
2016-01-06 18:43:41 -05:00
shortcuts
Removed support for passing a context to a generic Template.render().
2015-09-23 19:31:11 -04:00
signals
Fixed #25746 -- Isolated inlined test models registration.
2016-01-06 20:00:07 -05:00
signed_cookies_tests
Refs #26022 -- Used context manager version of assertRaises in tests.
2016-01-29 12:32:18 -05:00
signing
Fixed #26331 -- Fixed test function names with typos
2016-03-07 11:58:21 +01:00
sitemaps_tests
Added missing backslash in sitemaps_tests urls.
2016-03-09 10:07:01 -05:00
sites_framework
Refs #24227 -- Replaced M2M isinstance checks by field.many_to_many
2016-03-19 09:24:27 +01:00
sites_tests
Fixed #26446 -- Added additional tests to cover methods in the RequestSite class
2016-04-03 13:07:57 +02:00
staticfiles_tests
Fixed #19670 -- Applied CachedFilesMixin patterns to specific extensions
2016-03-30 14:34:41 +02:00
str
Fixed #25746 -- Isolated inlined test models registration.
2016-01-06 20:00:07 -05:00
string_lookup
Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.
2015-10-06 12:38:34 -04:00
swappable_models
Sorted imports with isort; refs #23860 .
2015-02-06 08:16:28 -05:00
syndication_tests
Made multiline assertRaises* conform to flake8's E128 rule.
2016-02-04 19:14:10 -05:00
template_backends
Fixed #25469 -- Added autoescape option to DjangoTemplates backend.
2015-11-12 19:14:23 -05:00
template_loader
Fixed #26109 -- Raised a helpful error if loader.select_tamplate() is passed a string.
2016-01-25 18:37:02 -05:00
template_tests
Fixed #26306 -- Fixed memory leak in cached template loader.
2016-03-16 12:37:57 -04:00
templates
Changed `action="."` to `action=""` in tests and docs.
2016-01-21 13:59:15 -05:00
test_client
Fixed #25699 -- Allowed using the test client if 'django.contrib.sessions' isn't in INSTALLED_APPS.
2016-04-04 07:48:48 -04:00
test_client_regress
Fixed #26175 -- Removed SHA1 password hashes in tests.
2016-02-06 08:47:21 -05:00
test_discovery_sample
Refs #25735 -- Made @tag decorator importable from django.test.
2016-02-19 14:21:00 -05: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
Fixed #25735 -- Added support for test tags to DiscoverRunner.
2016-02-17 09:44:18 -05:00
test_utils
Fixed #11665 -- Made TestCase check deferrable constraints after each test.
2016-02-13 06:53:39 -05:00
timezones
Fixed #26175 -- Removed SHA1 password hashes in tests.
2016-02-06 08:47:21 -05:00
transaction_hooks
Fixed #21803 -- Added support for post-commit callbacks
2015-06-30 14:51:00 -04:00
transactions
Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as appropriate.
2016-01-29 13:37:33 -05:00
unmanaged_models
Removed British/Austrialian word: whilist.
2015-12-31 14:29:52 -05:00
update
Sorted single letter imports per the latest version of isort.
2016-03-28 11:45:31 -04:00
update_only_fields
Fixed #25550 -- Deprecated direct assignment to the reverse side of a related set.
2015-10-27 07:57:15 -04:00
urlpatterns_reverse
Fixed #26175 -- Removed SHA1 password hashes in tests.
2016-02-06 08:47:21 -05:00
user_commands
Fixed #26190 -- Returned handle() result from call_command
2016-02-23 09:12:12 +01:00
utils_tests
Fixed typos in tests/utils_tests/test_ipv6.py test names.
2016-03-23 08:22:17 -04:00
validation
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
2015-07-27 18:28:13 -04:00
validators
Fixed #26204 -- Reallowed dashes in top-level domains for URLValidator.
2016-02-18 19:06:49 -05:00
version
Fixed #25769 -- Updated get_version() release candidate naming for PEP 0440.
2015-11-19 10:00:09 -05:00
view_tests
Fixed #21446 -- Allowed not performing redirect in set_language view
2016-03-29 22:15:14 +02:00
wsgi
Made @override_settings(ROOT_URLCONF=...) consistent.
2016-02-08 09:52:39 -05:00
.coveragerc
Fixed #25209 -- Removed parallel=True coverage option
2015-08-04 09:32:12 -04:00
README.rst
Fixed #23289 -- Added mock as a test dependency.
2014-12-01 16:08:25 -05:00
runtests.py
Fixed #25364 -- Added generic way to test on all browsers supported by selenium.
2016-03-15 13:10:32 -04:00
test_sqlite.py
Added trailing comma.
2015-02-06 12:58:45 +01:00
urls.py
Fixed "URLconf" spelling in code comments.
2015-10-22 14:46:42 -04:00