Coder Social home page Coder Social logo

Comments (2)

sheppard avatar sheppard commented on May 29, 2024

Thanks for the report. In general, Django still has limited support for swapping a model after the initial migration - see Django ticket #25313 and the warnings in the AUTH_USER_MODEL documentation. That said, it does seem to sort of work - but then there are edge cases such this one, where AUTH_USER_MODEL is hardcoded in django/db/migrations/state.py (as you've noted). It would be better to establish a registry of all installed swappable models, and remove all explicit references to AUTH_USER_MODEL from django.db.migrations. I haven't yet found a Django ticket for fixing this, but presumably that is the long-term plan.

So, the short answer is that more work needs to be done in Django core for this to work. In the meantime, the most robust solution is to tell your users to start from the beginning with the swappable setting in place, or to be willing to wipe out their migrations (and potentially entire database) once they've established that they want to swap a model. I'll update the Swapper documentation to note this limitation.

from django-swappable-models.

nemesifier avatar nemesifier commented on May 29, 2024

I think this can be closed.

from django-swappable-models.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.