1
0
mirror of https://github.com/django/django.git synced 2024-12-27 19:46:22 +00:00
django/docs/ref
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
..
class-based-views [1.8.x] Fixed broken links in class based views flattend index; refs #24250. 2015-02-03 09:12:08 -05:00
contrib [1.8.x] Improved nested ArrayField example 2015-02-05 11:35:23 +01:00
files Fixed #9893 -- Allowed using a field's max_length in the Storage. 2015-01-12 09:09:18 -05:00
forms [1.8.x] Fixed typos in docs/ref/forms/validation.txt. 2015-02-03 12:27:16 -05:00
models [1.8.x] Refs #14030 -- Improved expression support for python values 2015-02-12 08:53:03 +11:00
templates Deprecated passing a Context to a generic Template.render. 2015-01-12 21:01:34 +01:00
applications.txt Fixed typo in docs/ref/applications.txt. 2014-12-06 09:22:46 -05:00
checks.txt Fixed #23891 -- Moved deprecation of IPAddressField to system check framework. 2015-01-01 13:30:52 -05:00
clickjacking.txt
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 [1.8.x] Fixed #24184 -- Prevented automatic soft-apply of migrations 2015-02-13 15:21:10 +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 Fixed #23531 -- Added CommonMiddleware.response_redirect_class. 2014-11-04 17:56:57 -05:00
migration-operations.txt Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
request-response.txt Fixed #24072 -- Added FileResponse for streaming binary files. 2015-01-05 10:51:52 -05:00
schema-editor.txt Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
settings.txt Fixed #24124 -- Changed context_processors in the default settings.py 2015-01-12 13:17:44 -05:00
signals.txt Fixed #20349 -- Moved setting_changed signal to django.core.signals. 2014-12-24 07:18:43 -05:00
template-response.txt [1.8.x] Fixed #24168 -- Allowed selecting a template engine in a few APIs. 2015-02-03 08:32:14 +01:00
unicode.txt Fixed #19508 -- Implemented uri_to_iri as per RFC. 2014-10-16 02:31:17 +07:00
urlresolvers.txt
urls.txt Fixed #23276 -- Deprecated passing views as strings to url(). 2014-08-12 13:15:40 -04:00
utils.txt [1.8.x] Documented django.utils.timezone.FixedOffset; thanks Aymeric. 2015-01-17 09:31:56 -05:00
validators.txt Fixed #20003 -- Improved and extended URLValidator 2015-01-06 14:04:25 -05:00
views.txt Deprecated TEMPLATE_CONTEXT_PROCESSORS. 2014-12-28 17:02:31 +01:00