1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

[1.7.x] Doc edits for refs #22487.

Backport of c17cd151d8 from master
This commit is contained in:
Tim Graham
2014-06-09 12:09:16 -04:00
parent 0a515b02fc
commit 417da8a782
6 changed files with 21 additions and 13 deletions

View File

@@ -63,9 +63,10 @@ but a few of the key features are:
* ``initial_data`` fixtures are no longer loaded for apps with migrations; if
you want to load initial data for an app, we suggest you do it in a migration.
* Test rollback behaviour is different for apps with migrations; in particular,
* Test rollback behavior is different for apps with migrations; in particular,
Django will no longer emulate rollbacks on non-transactional databases or
inside ``TransactionTestCase`` :ref:`unless specifically asked <test-case-serialized-rollback>`.
inside ``TransactionTestCase`` :ref:`unless specifically requested
<test-case-serialized-rollback>`.
App-loading refactor
~~~~~~~~~~~~~~~~~~~~