1
0
mirror of https://github.com/django/django.git synced 2024-12-23 09:36:06 +00:00
django/docs/ref
romgar b3b1d3d45f Fixed #25251 -- Made data migrations available in TransactionTestCase when using --keepdb.
Data loaded in migrations were restored at the beginning of each
TransactionTestCase and all the tables are truncated at the end of
these test cases. If there was a TransactionTestCase at the end of
the test suite, the migrated data weren't restored in the database
(especially unexpected when using --keepdb). Now data is restored
at the end of each TransactionTestCase.
2018-11-06 16:57:50 -05:00
..
class-based-views Corrected ModelFormMixin.form_invalid() signature in docs. 2018-08-27 20:52:33 -04:00
contrib Fixed inconsistent indentation in docs/ref/contrib/auth.txt. 2018-11-03 11:07:44 -04:00
files
forms Emphasized that TemplatesSetting must be used to override widget templates. 2018-09-11 15:14:53 -04:00
models Fixed #29547 -- Added support for partial indexes. 2018-10-29 19:34:54 -04:00
templates Refs #29877 -- Made diveinto.org URLs HTTPS. 2018-10-23 15:03:00 +02:00
applications.txt
checks.txt Capitalized SecurityMiddleware headers for consistency with other headers. 2018-10-30 18:30:51 -04:00
clickjacking.txt
csrf.txt Fixed #29879 -- Added CSRF_COOKIE_HTTPONLY to CSRF AJAX docs. 2018-10-25 11:39:52 -04:00
databases.txt Fixed #29836 -- Bumped required cx_Oracle to 6.0. 2018-10-11 11:43:16 +02:00
django-admin.txt Fixed #29831 -- Added validation for makemigrations --name. 2018-10-23 10:05:24 -04:00
exceptions.txt
index.txt
middleware.txt
migration-operations.txt
request-response.txt
schema-editor.txt
settings.txt Fixed #25251 -- Made data migrations available in TransactionTestCase when using --keepdb. 2018-11-06 16:57:50 -05:00
signals.txt
template-response.txt
unicode.txt Removed a useless sentence in docs/ref/unicode.txt. 2018-10-24 20:01:19 -04:00
urlresolvers.txt
urls.txt
utils.txt Refs #27795 -- Removed force_bytes() usage from django/utils/http.py. 2018-10-10 14:38:22 -04:00
validators.txt Fixed #29860 -- Allowed BaseValidator to accept a callable limit_value. 2018-10-22 10:26:54 -04:00
views.txt