1
0
mirror of https://github.com/django/django.git synced 2024-12-29 04:26:28 +00:00
django/docs/topics
Markus Holtermann bd80fa6b0f [1.8.x] Fixed #24184 -- Prevented automatic soft-apply of migrations
Previously Django only checked for the table name in CreateModel
operations in initial migrations and faked the migration automatically.
This led to various errors and unexpected behavior. The newly introduced
--fake-initial flag to the migrate command must be passed to get the
same behavior again. With this change Django will bail out in with a
"duplicate relation / table" error instead.

Thanks Carl Meyer and Tim Graham for the documentation update, report
and review.

Backport of f287bec583 from master
2015-02-13 15:21:10 +01:00
..
auth Removed doc note about PasswordResetForm requiring an integer PK. 2015-01-01 11:38:53 -05:00
class-based-views Deprecated TEMPLATE_LOADERS. 2014-12-28 17:02:30 +01:00
db Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router. 2015-01-10 00:30:48 +07:00
forms [1.8.x] Fixed #24255 -- Specifed 'fields' parameter in modelformset_factory / inlineformset_factory examples. 2015-02-02 10:47:42 -05:00
http [1.8.x] Fixed #24168 -- Allowed selecting a template engine in a few APIs. 2015-02-03 08:32:14 +01:00
i18n [1.8.x] Removed inaccurate sentence about PO files in translation docs. 2015-02-06 07:46:14 -05:00
testing [1.8.x] Simplified a versionchanged notes for LiveServerTestCase. 2015-02-01 21:06:27 -05:00
cache.txt [1.8.x] Clarified timeout=0 in cache docs. 2015-02-12 10:32:56 -05:00
checks.txt Fixed #23959 -- Clarified when checks automatically run. 2014-12-22 11:35:19 -05:00
conditional-view-processing.txt Fixed #22461 -- Added if-unmodified-since support to the condition decorator. 2014-12-24 12:33:57 -05:00
email.txt
files.txt
index.txt
install.txt [1.8.x] Demoted "Installing a distribution-specific package" in install notes. 2015-02-03 16:38:05 -05:00
localflavor.txt
logging.txt Fixed #24118 -- Added --debug-sql option for tests. 2015-01-12 08:16:08 +00:00
migrations.txt [1.8.x] Fixed #24184 -- Prevented automatic soft-apply of migrations 2015-02-13 15:21:10 +01:00
pagination.txt
performance.txt Updated some other external links in the docs 2014-12-19 18:07:52 +01:00
python3.txt Updated six to 1.9.0. 2015-01-02 12:35:41 -05:00
security.txt
serialization.txt
settings.txt Deprecated TEMPLATE_DIRS. 2014-12-28 17:02:30 +01:00
signals.txt Added return value to Signal.disconnect(). 2015-01-02 12:00:41 -05:00
signing.txt
templates.txt Wrote main documentation for templates. 2015-01-10 20:16:19 +01:00