django/docs/ref
Markus Holtermann f287bec583 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.
2015-02-13 14:29:59 +01:00
..
class-based-views Fixed broken links in class based views flattend index; refs #24250. 2015-02-03 09:10:55 -05:00
contrib Improved nested ArrayField example 2015-02-05 11:34:23 +01:00
files Removed versionadded/changed notes for 1.7. 2015-02-01 21:02:40 -05:00
forms Fixed #24295 -- Allowed ModelForm meta to specify form field classes. 2015-02-13 19:13:05 +07:00
models Refs #14030 -- Improved expression support for python values 2015-02-12 08:46:25 +11:00
templates Fixed #24149 -- Normalized tuple settings to lists. 2015-02-03 14:59:45 -05:00
applications.txt Removed versionadded/changed notes for 1.7. 2015-02-01 21:02:40 -05:00
checks.txt Removed Django 1.7 MIDDLEWARE_CLASSES upgrade check. 2015-02-09 19:16:07 -05:00
clickjacking.txt Fixed #24149 -- Normalized tuple settings to lists. 2015-02-03 14:59:45 -05:00
csrf.txt Deprecated TEMPLATE_CONTEXT_PROCESSORS. 2014-12-28 17:02:31 +01:00
databases.txt Fixed #24148 -- Documented a bug with case expressions in SQLite < 3.7.0 2015-01-15 19:42:05 -05:00
django-admin.txt Fixed #24184 -- Prevented automatic soft-apply of migrations 2015-02-13 14:29:59 +01:00
exceptions.txt Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions 2015-01-02 10:46:04 -05:00
index.txt Moved CSRF docs out of contrib. 2014-11-03 07:47:39 -05:00
middleware.txt Removed versionadded/changed notes for 1.7. 2015-02-01 21:02:40 -05:00
migration-operations.txt Removed versionadded/changed notes for 1.7. 2015-02-01 21:02:40 -05:00
request-response.txt Removed versionadded/changed notes for 1.7. 2015-02-01 21:02:40 -05:00
schema-editor.txt Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
settings.txt Fixed #24149 -- Normalized tuple settings to lists. 2015-02-03 14:59:45 -05:00
signals.txt Removed versionadded/changed notes for 1.7. 2015-02-01 21:02:40 -05:00
template-response.txt Fixed #24168 -- Allowed selecting a template engine in a few APIs. 2015-02-03 08:29:45 +01:00
unicode.txt Fixed #19508 -- Implemented uri_to_iri as per RFC. 2014-10-16 02:31:17 +07:00
urlresolvers.txt Fixed #22384 -- Deprecated reversing URLs by dotted path. 2014-06-03 07:30:14 -04:00
urls.txt Fixed #23276 -- Deprecated passing views as strings to url(). 2014-08-12 13:15:40 -04:00
utils.txt Removed versionadded/changed notes for 1.7. 2015-02-01 21:02:40 -05:00
validators.txt Removed versionadded/changed notes for 1.7. 2015-02-01 21:02:40 -05:00
views.txt Deprecated TEMPLATE_CONTEXT_PROCESSORS. 2014-12-28 17:02:31 +01:00