| Age | Commit message (Collapse) | Author |
|
|
|
migrations.
|
|
|
|
Made sure the app labels stay unique for the AppConfigStubs, so
migrations wouldn't fail if two dotted app names has the same last part
(e.g. django.contrib.auth and vendor.auth)
|
|
|
|
Thanks fwkroon for the report.
|
|
|
|
serialization process.
Thanks Sam Hartsfield for the report.
|
|
hitting the recursion limit
|
|
This reverts commit 66757fee7e921ad4c35e0b3f80c25e026100b31c.
Discussions have led to think that this functionality does not
bring significant benefits to justify the added complexity.
Read also discussions on ticket #22734.
|
|
|
|
|
|
This change is needed for upcoming changes where settings might be
grouped in a parent dictionary.
Thanks Tim Graham for the review.
|
|
makemigrations.
|
|
during makemigrations
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
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
|
|
|