..
absolute_url_overrides
Refs #24652 -- Used SimpleTestCase where appropriate.
2015-05-20 13:46:13 -04:00
admin_autodiscover
Sorted imports with isort; refs #23860 .
2015-02-06 08:16:28 -05:00
admin_changelist
[1.9.x] Fixed many spelling mistakes in code, comments, and docs.
2015-12-03 12:49:03 -05:00
admin_checks
Fixed #23395 -- Limited line lengths to 119 characters.
2015-09-12 11:40:50 -04:00
admin_custom_urls
Fixed #21927 -- Made application and instance namespaces more distinct.
2015-06-08 15:12:20 -04:00
admin_docs
Removed 'Test that' prefix from admindocs tests.
2015-09-07 15:07:47 -04:00
admin_filters
[1.9.x] Changed gypsy to manouche in docs and tests.
2016-02-03 09:48:01 -05:00
admin_inlines
Fixed #23395 -- Limited line lengths to 119 characters.
2015-09-12 11:40:50 -04:00
admin_ordering
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
2015-07-27 18:28:13 -04:00
admin_registration
Refs #24652 -- Used SimpleTestCase where appropriate.
2015-05-20 13:46:13 -04:00
admin_scripts
[1.9.x] Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix.
2016-01-25 12:44:14 -05:00
admin_utils
[1.9.x] Fixed #25668 -- Misc spelling errors
2015-11-03 10:33:05 +00:00
admin_views
[1.9.x] Fixed XSS in admin's add/change related popup.
2016-07-15 09:23:32 -04:00
admin_widgets
[1.9.x] Fixed #25729 -- Fixed flaky admin_widgets selenium test: test_ForeignKey_using_to_field
2015-12-23 14:02:07 -05:00
aggregation
[1.9.x] Sorted single letter imports per the latest version of isort.
2016-03-28 11:56:16 -04:00
aggregation_regress
[1.9.x] Sorted single letter imports per the latest version of isort.
2016-03-28 11:56:16 -04:00
annotations
[1.9.x] Sorted single letter imports per the latest version of isort.
2016-03-28 11:56:16 -04:00
app_loading
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
2015-07-27 18:28:13 -04:00
apps
[1.9.x] Added missing period to "etc.".
2016-01-11 18:05:56 -05:00
auth_tests
[1.9.x] Fixed #26544 -- Delayed translations of SetPasswordForm help_texts
2016-05-07 10:19:45 +02:00
backends
[1.9.x] Fixed a backends test with psycopg2 2.7.
2017-03-01 13:20:51 -05:00
base
…
bash_completion
Removed support for syncing apps without migrations per deprecation timeline.
2015-01-18 15:58:06 -05:00
basic
[1.9.x] Fixed #25715 -- Fixed Model.refresh_from_db() with ForeignKey w/on_delete=SET_NULL.
2015-11-21 11:30:18 -05:00
builtin_server
Sorted imports with isort; refs #23860 .
2015-02-06 08:16:28 -05:00
bulk_create
[1.9.x] Fixed many spelling mistakes in code, comments, and docs.
2015-12-03 12:49:03 -05:00
cache
[1.9.x] Fixed #26332 -- Fixed a race condition in BaseCache.get_or_set().
2016-03-08 11:45:09 -05:00
check_framework
[1.9.x] Fixed #26155 -- Skipped URL checks if no ROOTURL_CONF setting.
2016-02-01 14:00:08 -05: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
[1.9.x] Fixed #26286 -- Prevented content type managers from sharing their cache.
2016-02-26 16:22:17 -05:00
context_processors
Refs #24652 -- Used SimpleTestCase where appropriate.
2015-05-20 13:46:13 -04:00
createsuperuser
Fixed #23395 -- Limited line lengths to 119 characters.
2015-09-12 11:40:50 -04:00
csrf_tests
[1.9.x] Fixed #26094 -- Fixed CSRF behind a proxy (settings.USE_X_FORWARDED_PORT=True).
2016-01-20 18:23:55 -05:00
custom_columns
Fixed #23395 -- Limited line lengths to 119 characters.
2015-09-12 11:40:50 -04:00
custom_lookups
Fixed #24629 -- Unified Transform and Expression APIs
2015-09-21 19:56:24 +10:00
custom_managers
Refs #20625 -- Forwardported tests and release notes for queryset chaining fix.
2015-09-17 19:22:53 -04: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
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
2015-07-27 18:28:13 -04:00
datatypes
Used assertIsInstance in tests.
2015-04-27 08:40:36 -04:00
dates
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
2015-07-27 18:28:13 -04:00
datetimes
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
2015-07-27 18:28:13 -04:00
db_functions
[1.9.x] Fixed #25668 -- Misc spelling errors
2015-11-03 10:33:05 +00:00
db_typecasts
[1.9.x] Fixed #26498 -- Fixed TimeField microseconds round-tripping on MySQL and SQLite.
2016-04-18 09:49:13 -04:00
dbshell
[1.9.x] Fixed #26698 -- Fixed PostgreSQL dbshell crash on an empty database name.
2016-06-03 12:44:32 -04:00
decorators
Fixed #25269 -- Allowed method_decorator() to accept a list/tuple of decorators.
2015-09-18 19:04:29 -04:00
defer
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
2015-07-27 18:28:13 -04:00
defer_regress
[1.9.x] Fixed #25563 -- Cached deferred models in their proxied model's _meta.apps.
2015-10-19 20:13:16 -04:00
delete
[1.9.x] Sorted single letter imports per the latest version of isort.
2016-03-28 11:56:16 -04:00
delete_regress
Changed database connection duplication technique.
2015-09-09 23:03:51 +02:00
deprecation
[1.9.x] Fixed #25466 -- Added backwards compatibility aliases for LoaderOrigin and StringOrigin.
2015-09-29 19:20:11 -04:00
dispatch
Used assertIsInstance in tests.
2015-04-27 08:40:36 -04:00
distinct_on_fields
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
2015-07-27 18:28:13 -04:00
empty
Fixed #23620 -- Used more specific assertions in the Django test suite.
2014-11-03 11:56:37 -05:00
expressions
[1.9.x] Sorted single letter imports per the latest version of isort.
2016-03-28 11:56:16 -04:00
expressions_case
[1.9.x] Sorted single letter imports per the latest version of isort.
2016-03-28 11:56:16 -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
Refs #24919 -- Made test models serializable for migrations.
2015-07-21 09:19:40 -04:00
file_storage
Refs #26772 -- Added a test for FileField reopening closed files.
2016-06-18 11:00:23 -04:00
file_uploads
[1.9.x] Fixed #26325 -- Made MultiPartParser ignore filenames that normalize to an empty string.
2016-03-07 13:22:11 -05:00
files
Fixed #24963 -- Added File.seekable() on Python 3.
2015-06-12 10:17:21 -04:00
fixtures
[1.9.x] Fixed test_dumpdata_progressbar to use the instantiated StringIO object.
2016-03-14 10:29:47 -04:00
fixtures_model_package
Removed support for custom SQL per deprecation timeline.
2015-01-17 10:16:06 -05:00
fixtures_regress
Fixed #23395 -- Limited line lengths to 119 characters.
2015-09-12 11:40:50 -04:00
flatpages_tests
Fixed #25331 -- Removed trailing blank lines in docstrings.
2015-08-31 17:37:21 -04:00
force_insert_update
Sorted imports with isort; refs #23860 .
2015-02-06 08:16:28 -05:00
foreign_object
[1.9.x] Fixed #26153 -- Reallowed Q-objects in ForeignObject.get_extra_descriptor_filter().
2016-02-11 09:00:38 -05:00
forms_tests
[1.9.x] Fixed #26267 -- Fixed BoundField to reallow slices of subwidgets.
2016-02-24 07:03:24 -05:00
from_db_value
Refs #9619 -- Fixed failing test case
2015-06-17 20:07:00 +02:00
generic_inline_admin
Fixed #23395 -- Limited line lengths to 119 characters.
2015-09-12 11:40:50 -04:00
generic_relations
Renamed descriptor classes for related objects.
2015-09-21 22:20:42 +02:00
generic_relations_regress
[1.9.x] Sorted single letter imports per the latest version of isort.
2016-03-28 11:56:16 -04:00
generic_views
[1.9.x] Fixed #26018 -- Prevented unecessary get_form() call in FormMixin.get_context_data().
2015-12-30 17:30:37 -05:00
get_earliest_or_latest
Sorted imports with isort; refs #23860 .
2015-02-06 08:16:28 -05:00
get_object_or_404
Sorted imports with isort; refs #23860 .
2015-02-06 08:16:28 -05:00
get_or_create
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
2015-07-27 18:28:13 -04:00
gis_tests
[1.9.x] Fixed GeoIP test failure with the latest data.
2017-02-14 09:46:53 -05:00
handlers
Fixed #24829 -- Allowed use of TemplateResponse in view error handlers.
2015-06-17 17:11:50 -04:00
http_utils
Refs #24652 -- Used SimpleTestCase where appropriate.
2015-05-20 13:46:13 -04:00
httpwrappers
[1.9.x] Fixed CVE-2016-7401 -- Fixed CSRF protection bypass on a site with Google Analytics.
2016-09-26 12:54:36 -04:00
humanize_tests
Moved contrib.humanize tests out of contrib.
2015-02-11 10:19:22 -05:00
i18n
[1.9.x] Refs #26897 -- Added cleanup to i18n test
2016-07-14 22:40:49 +02: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 #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
2015-07-27 18:28:13 -04:00
inspectdb
[1.9.x] Fixed #25274 --- Made inspectdb handle renamed fields in unique_together.
2015-11-25 13:15:35 -05:00
introspection
Fixed #23395 -- Limited line lengths to 119 characters.
2015-09-12 11:40:50 -04:00
invalid_models_tests
Fixed #26162 -- Checked query name clashes of hidden relationships.
2016-02-08 10:31:01 -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
Refs #24526 -- Made the django logger handle INFO messages.
2015-09-23 11:33:49 -04:00
lookup
[1.9.x] Fixed #25609 -- Fixed regression in related field nested lookup error.
2015-10-27 13:57:52 -04: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 #24505 -- Fixed clash with hidden m2m fields.
2015-03-26 19:00:37 -04:00
m2m_signals
Refs #18586 -- Split up tests/m2m_signals
2015-03-22 13:21:08 +01:00
m2m_through
[1.9.x] Refs #26092 -- Added @skipUnlessDBFeature to a test.
2016-01-21 08:07:09 -05:00
m2m_through_regress
Fixed #23395 -- Limited line lengths to 119 characters.
2015-09-12 11:40:50 -04:00
m2o_recursive
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
2015-07-27 18:28:13 -04:00
mail
Fixed #23395 -- Limited line lengths to 119 characters.
2015-09-12 11:40:50 -04:00
managers_regress
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
2015-07-27 18:28:13 -04:00
many_to_many
Renamed descriptor classes for related objects.
2015-09-21 22:20:42 +02:00
many_to_one
Fixed #23395 -- Limited line lengths to 119 characters.
2015-09-12 11:40:50 -04:00
many_to_one_null
Renamed descriptor classes for related objects.
2015-09-21 22:20:42 +02:00
max_lengths
Sorted imports with isort; refs #23860 .
2015-02-06 08:16:28 -05:00
messages_tests
Refs #24652 -- Used SimpleTestCase where appropriate.
2015-05-20 13:46:13 -04:00
middleware
[1.9.x] Fixed a typo in tests/middleware/test_security.py
2016-07-28 22:01:15 -04:00
middleware_exceptions
Fixed #23395 -- Limited line lengths to 119 characters.
2015-09-12 11:40:50 -04: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
[1.9.x] Fixed #26475 -- Added functools.partial() support to migrations autodetector.
2016-04-19 10:17:29 -04:00
migrations2
Fixed #24743 , #24745 -- Optimized migration plan handling
2015-09-19 14:54:53 +10:00
model_fields
[1.9.x] Fixed #26557 -- Converted empty strings to None when saving GenericIPAddressField.
2016-04-29 10:14:48 -04:00
model_forms
[1.9.x] Fixed #25496 -- Made ModelChoiceField respect prefetch_related().
2015-10-05 19:19:09 -04:00
model_formsets
Fixed #25431 -- Readded inline foreign keys to modelformset instances
2015-09-21 21:30:49 +02:00
model_formsets_regress
Fixed #23395 -- Limited line lengths to 119 characters.
2015-09-12 11:40:50 -04:00
model_inheritance
[1.9.x] Fixed #26413 -- Fixed a regression with abstract model inheritance and explicit parent links.
2016-03-28 21:15:16 -04:00
model_inheritance_regress
Refs #21554 -- Added some assertions to a model_inheritance_regress test.
2015-08-15 19:32:21 -04:00
model_meta
Fixed #23395 -- Limited line lengths to 119 characters.
2015-09-12 11:40:50 -04:00
model_options
[1.9.x] Fixed many spelling mistakes in code, comments, and docs.
2015-12-03 12:49:03 -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
[1.9.x] Fixed #25745 -- Promoted RuntimeWarnings to errors in the test suite.
2015-11-14 12:08:35 -05:00
model_validation
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
2015-07-27 18:28:13 -04:00
modeladmin
[1.9.x] Fixed many spelling mistakes in code, comments, and docs.
2015-12-03 12:49:03 -05:00
multiple_database
Fixed #23395 -- Limited line lengths to 119 characters.
2015-09-12 11:40:50 -04: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
[1.9.x] Fixed many spelling mistakes in code, comments, and docs.
2015-12-03 12:49:03 -05:00
null_queries
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
2015-07-27 18:28:13 -04:00
one_to_one
[1.9.x] Fixed #26667 -- Fixed a regression in queries on a OneToOneField that has to_field and primary_key=True.
2016-06-04 09:15:14 -04:00
or_lookups
Fixed #23395 -- Limited line lengths to 119 characters.
2015-09-12 11:40:50 -04:00
order_with_respect_to
[1.9.x] Fixed #26009 -- Fixed contenttypes_tests isolation.
2016-01-04 11:48:50 -05:00
ordering
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
2015-07-27 18:28:13 -04:00
pagination
Fixed #23190 -- Made Paginator.page_range an iterator
2015-07-03 11:34:34 -04:00
postgres_tests
[1.9.x] Fixed flake8 2.6 warnings.
2016-06-16 10:32:06 -04:00
prefetch_related
[1.9.x] Refs #25693 -- Added a regression test for `to_attr` validation on forward m2m.
2015-11-11 12:27:15 -05:00
project_template
[1.9.x] Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix.
2016-01-25 12:44:14 -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
Sorted imports with isort; refs #23860 .
2015-02-06 08:16:28 -05:00
proxy_models
[1.9.x] Fixed many spelling mistakes in code, comments, and docs.
2015-12-03 12:49:03 -05:00
queries
[1.9.x] Sorted single letter imports per the latest version of isort.
2016-03-28 11:56:16 -04:00
queryset_pickle
[1.9.x] Fixed many spelling mistakes in code, comments, and docs.
2015-12-03 12:49:03 -05:00
raw_query
[1.9.x] Fixed #26219 -- Fixed crash when filtering by Decimal in RawQuery.
2016-02-17 14:00:38 -05:00
redirects_tests
Moved contrib.redirects tests out of contrib.
2015-02-11 10:19:22 -05:00
requests
[1.9.x] Fixed CVE-2016-9014 -- Validated Host header when DEBUG=True.
2016-10-25 15:18:29 -04:00
requirements
[1.9.x] Refs #27924 -- Doc'd that cx_Oracle < 5.3 is required.
2017-03-11 22:03:43 +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
Renamed RemovedInDjangoXYWarnings for new roadmap.
2015-06-24 16:08:20 -04:00
responses
Refs #24121 -- Added meaningful repr() to HttpResponse and subclasses.
2015-07-15 09:01:25 -04:00
reverse_lookup
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
2015-07-27 18:28:13 -04: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.9.x] Fixed #26889 -- Fixed missing PostgreSQL index in SchemaEditor.add_field().
2016-07-13 22:03:09 -04:00
select_for_update
Changed database connection duplication technique.
2015-09-09 23:03:51 +02:00
select_related
Fixed #23395 -- Limited line lengths to 119 characters.
2015-09-12 11:40:50 -04: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
[1.9.x] Sorted single letter imports per the latest version of isort.
2016-03-28 11:56:16 -04:00
serializers
[1.9.x] Fixed many spelling mistakes in code, comments, and docs.
2015-12-03 12:49:03 -05:00
servers
[1.9.x] Fixed flake8 2.6 warnings.
2016-06-16 10:32:06 -04:00
sessions_tests
[1.9.x] Fixed #26520 -- Fixed a regression where SessionBase.pop() didn't return a KeyError.
2016-04-20 13:11:33 -04:00
settings_tests
Fixed #25331 -- Removed trailing blank lines in docstrings.
2015-08-31 17:37:21 -04:00
shortcuts
Renamed RemovedInDjangoXYWarnings for new roadmap.
2015-06-24 16:08:20 -04:00
signals
[1.9.x] Fixed many spelling mistakes in code, comments, and docs.
2015-12-03 12:49:03 -05:00
signed_cookies_tests
Refs #24652 -- Used SimpleTestCase where appropriate.
2015-05-20 13:46:13 -04:00
signing
[1.9.x] Fixed #26331 -- Fixed test function names with typos
2016-03-07 06:51:43 -05:00
sitemaps_tests
Renamed RemovedInDjangoXYWarnings for new roadmap.
2015-06-24 16:08:20 -04:00
sites_framework
Fixed #23395 -- Limited line lengths to 119 characters.
2015-09-12 11:40:50 -04:00
sites_tests
Fixed reverse sites_tests failures introduced in refs #24834 .
2015-06-18 16:25:32 -04:00
staticfiles_tests
[1.9.x] Fixed #26297 -- Fixed `collectstatic --clear` crash if storage doesn't implement path().
2016-03-17 09:51:48 -04:00
str
[1.9.x] Fixed #25730 -- Made Model.__str__() always return str instances.
2015-11-11 12:19:34 -05:00
string_lookup
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
2015-07-27 18:28:13 -04:00
swappable_models
Sorted imports with isort; refs #23860 .
2015-02-06 08:16:28 -05:00
syndication_tests
Refs #13110 -- Fixed mistakes in the new multiple enclosure feed tests
2015-09-19 15:54:33 +02:00
template_backends
Renamed RemovedInDjangoXYWarnings for new roadmap.
2015-06-24 16:08:20 -04:00
template_loader
Fixed #24119 , #24120 -- Formalized debug integration for template backends.
2015-05-06 17:33:47 -05:00
template_tests
[1.9.x] Fixed #26923 -- Fixed template_tests with numpy < 1.9.0.
2016-07-21 13:01:16 -04:00
templates
[1.9.x] Changed `action="."` to `action=""` in tests and docs.
2016-01-21 14:00:06 -05:00
test_client
[1.9.x] Refs #26428 -- Added support for relative path redirects to the test client.
2016-04-29 09:16:31 -04:00
test_client_regress
[1.9.x] Removed an unused import.
2015-12-28 17:46:33 -05: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.9.x] Fixed many spelling mistakes in code, comments, and docs.
2015-12-03 12:49:03 -05:00
test_runner_deprecation_app
…
test_utils
Fixed #23395 -- Limited line lengths to 119 characters.
2015-09-12 11:40:50 -04:00
timezones
[1.9.x] Fixed many spelling mistakes in code, comments, and docs.
2015-12-03 12:49:03 -05:00
transaction_hooks
[1.9.x] Fixed #26627 -- Fixed on_commit callbacks execution order when callbacks make transactions.
2016-05-18 09:13:21 -04:00
transactions
Fixed #24921 -- set_autocommit(False) + ORM queries.
2015-09-21 22:21:53 +02:00
unmanaged_models
[1.9.x] Removed British/Austrialian word: whilist.
2015-12-31 14:31:59 -05:00
update
[1.9.x] Sorted single letter imports per the latest version of isort.
2016-03-28 11:56:16 -04:00
update_only_fields
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
2015-07-27 18:28:13 -04:00
urlpatterns_reverse
[1.9.x] Fixed typo in test name.
2015-12-29 12:48:53 -05:00
user_commands
[1.9.x] Fixed SyntaxWarning in a user_commands test.
2015-11-12 17:17:28 -05:00
utils_tests
[1.9.x] Fixed #27912 , CVE-2017-7233 -- Fixed is_safe_url() with numeric URLs.
2017-04-04 10:00:41 -04:00
validation
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
2015-07-27 18:28:13 -04:00
validators
[1.9.x] Fixed #26204 -- Reallowed dashes in top-level domains for URLValidator.
2016-02-18 19:51:29 -05:00
version
…
view_tests
[1.9.x] Fixed #26938 -- Fixed invalid HTML in template postmortem on the debug page.
2016-07-24 18:29:01 +02:00
webdesign_tests
Moved contrib.webdesign tests out of contrib.
2015-02-11 12:30:07 -05:00
wsgi
Fixed #25331 -- Removed trailing blank lines in docstrings.
2015-08-31 17:37:21 -04: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
[1.9.x] Refs #24919 -- Used the documented way of disabling migrations per app.
2016-01-25 22:02:51 -05:00
test_sqlite.py
Added trailing comma.
2015-02-06 12:58:45 +01:00
urls.py
[1.9.x] Fixed "URLconf" spelling in code comments.
2015-10-22 14:47:15 -04:00