| Age | Commit message (Collapse) | Author |
|
contrib.postgres).
|
|
|
|
|
|
|
|
Thanks Marwan Alsabbagh for the report, and Simon Charette and
Tim Graham for the reviews.
|
|
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.
|
|
Thanks Carl Meyer and Markus Holtermann for the reviews.
|
|
DATABASES is empty.
|
|
|
|
|
|
unapplying initial migrations of contenttypes and auth"
This reverts commit 737d24923ac69bb8b89af1bb2f3f4c4c744349e8.
|
|
Thanks Anssi Kääriäinen, Carl Meyer, Collin Anderson, and Tim Graham for the reviews.
|
|
|
|
|
|
|
|
The method is mainly intended for use with UUIDField. For UUIDField we
want to call the field's default even when primary key value is
explicitly set to None to match the behavior of AutoField.
Thanks to Marc Tamlyn and Tim Graham for review.
|
|
Needed for tests for migrations handling of database defaults.
|
|
|
|
|
|
Thanks Anssi Kääriäinen, Marc Tamlyn, and Tim Graham for the reviews.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and deprecated django.forms.extras.
Thanks Berker Peksag and Tim Graham for the reviews.
|
|
Forwardport of 3d4a826174b7a411a03be39725e60c940944a7fe from stable/1.7.x
|
|
|
|
|
|
|
|
Partial forward port of b1bf8d64fb from 1.7.x. Refs #24193.
|
|
|
|
|
|
Thanks Łukasz Harasimowicz for the report.
|
|
|
|
|
|
|
|
|
|
Kept support for creating models without migrations when running tests
(especially for Django's test suite).
|
|
|
|
|
|
#21674.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|