• Andrew Gorcester's avatar
    Fixed #22397 -- Issues removing M2M field with explicit through model · 956bd644
    Andrew Gorcester yazdı
    Changed the migration autodetector to remove models last so that FK
    and M2M fields will not be left as dangling references. Added a check
    in the migration state renderer to error out in the presence of
    dangling references instead of leaving them as strings. Fixed a bug
    in the sqlite backend to handle the deletion of M2M fields with
    "through" models properly (i.e., do nothing successfully).
    
    Thanks to melinath for report, loic for tests and andrewgodwin and
    charettes for assistance with architecture.
    956bd644
Adı
Son kayıt (commit)
Son güncelleme
.tx Loading commit data...
django Loading commit data...
docs Loading commit data...
extras Loading commit data...
scripts Loading commit data...
tests Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.hgignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.rst Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
MANIFEST.in Loading commit data...
README.rst Loading commit data...
setup.cfg Loading commit data...
setup.py Loading commit data...