1
0
mirror of https://github.com/django/django.git synced 2025-01-12 19:37:06 +00:00
django/docs/topics
Simon Charette 3089018e95 Fixed #32446 -- Deprecated SERIALIZE test database setting.
Whether or not the state of a test database should be serialized can be
inferred from the set of databases allowed to be access from discovered
TestCase/TransactionTestCase enabling the serialized_rollback feature
which makes this setting unnecessary.

This should make a significant test suite bootstraping time difference
on large projects that didn't explicitly disable test database
serialization.
2021-02-24 20:31:11 +01:00
..
auth Fixed #28216 -- Added next_page/get_default_redirect_url() to LoginView. 2021-02-08 21:08:05 +01:00
class-based-views Fixed #32408 -- Doc'd django.views.generic.detail.BaseDetailView. 2021-02-08 06:39:09 +01:00
db Refs #4027 -- Added Model._state.adding to docs about copying model instances. 2021-02-22 11:14:58 +01:00
forms Refs #31369 -- Removed models.NullBooleanField per deprecation timeline. 2021-01-14 17:50:04 +01:00
http Removed versionadded/changed annotations for 3.1. 2021-01-14 17:50:04 +01:00
i18n Refs #32365 -- Allowed use of non-pytz timezone implementations. 2021-01-19 11:59:37 +01:00
testing Fixed #32446 -- Deprecated SERIALIZE test database setting. 2021-02-24 20:31:11 +01:00
async.txt Removed versionadded/changed annotations for 3.1. 2021-01-14 17:50:04 +01:00
cache.txt Removed versionadded/changed annotations for 3.1. 2021-01-14 17:50:04 +01:00
checks.txt Added backticks to code literals in various docs. 2020-12-15 07:19:00 +01:00
conditional-view-processing.txt
email.txt Fixed #32471 -- Doc'd the return value of EmailMessage.send(). 2021-02-23 06:35:45 +01:00
external-packages.txt
files.txt Removed versionadded/changed annotations for 3.1. 2021-01-14 17:50:04 +01:00
index.txt
install.txt
logging.txt Fixed #32016 -- Clarified manual logging config docs. 2020-09-22 14:15:38 +02:00
migrations.txt Fixed #26962 -- Doc'd running migrations in transactions. 2020-10-29 08:00:06 +01:00
pagination.txt
performance.txt
security.txt
serialization.txt Removed versionadded/changed annotations for 3.1. 2021-01-14 17:50:04 +01:00
settings.txt
signals.txt Fixed #24816 -- Clarified docs about preventing duplicate signals. 2020-07-08 06:24:36 +02:00
signing.txt Removed versionadded/changed annotations for 3.1. 2021-01-14 17:50:04 +01:00
templates.txt