| Age | Commit message (Collapse) | Author |
|
Seems like unlike other backends MySQL get_constraints fails when dealing
with a non-existing table. refs #23160.
|
|
Thanks to whitews AT gmail for the report.
|
|
Makes declined or missed renames still work (but drop data).
|
|
|
|
|
|
|
|
|
|
Fixed #23071 -- Use last migration's name in dependency to other app
|
|
|
|
|
|
Changed the autodetector to lookup the name of the other app's last
migration in the graph and use that as dependency instead of using
__latest__.
|
|
|
|
|
|
|
|
migrations.
Thanks melinath for the report.
|
|
Thanks semenov for the report and Florian for investigation.
|
|
specified apps.
Thanks bendavis78 for the report and Tim Graham for the review.
|
|
|
|
|
|
Thanks Collin Anderson for the report and original patch.
|
|
charettes/ticket-22943-compiled-regex-deconstruction
Fixed #22943 -- Correctly serialize compiled regexes.
|
|
|
|
Thanks to antialiasis at gmail dot com for the patch.
|
|
migrations.writer error.
Forwardport of f5740af868 from stable/1.7.x
|
|
|
|
unique_together is removed from a model.
|
|
|
|
|
|
|
|
|
|
Thanks Ian Foote.
|
|
Thanks artortenburger for the report.
|
|
|
|
Thanks to Chris Beaven.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
refs #22170.
|
|
Moved contenttypes tests to allow them to run correctly in the presence of
migrations. refs #22170.
|
|
|
|
This inspects the migration operation, and if it is not in the
django.db.migrations module, it adds the relevant imports to the
migration writer and uses the correct class name.
|
|
Without this, we're unable to add actual migrations for the app.
|
|
|
|
|
|
|
|
|
|
|