Giter VIP home page Giter VIP logo

Comments (4)

jproffitt avatar jproffitt commented on June 22, 2024

I believe I fixed this in #67. But there has been no activity here since then, and no new release to pypi.

from django-authtools.

ivanvenosdel avatar ivanvenosdel commented on June 22, 2024

I saw that but wasn't sure as it said Django 1.8 and this doesn't come up unless the project is using 1.9. I can try this again with master if you don't get to it first.

from django-authtools.

jproffitt avatar jproffitt commented on June 22, 2024

Should need the same fix for django 1.9. As far as I can tell, the help_text is the same for 1.8 and 1.9. But it was different for 1.7. So I believe django 1.7 will try to make a new migration. But that would have happened before my fix anyway.

A better solution might be to not hard code the help_text in the migration, but reference whatever django has for it. Not sure what the best thing to do would be. Because now, whenever django changes the help_text, authtools will need a new migration. And each new migration will make previous versions of django try to make a new migration.

from django-authtools.

ivanvenosdel avatar ivanvenosdel commented on June 22, 2024

@jproffitt I can confirm that your patch does fix the initial issue I reported. However now it is detecting new changes without a migration.

Migrations for 'authtools':
  0003_auto_20160128_0851.py:
    - Alter field email on user
    - Alter field is_active on user

Specifically the changes made in these two commits.

Updating my issue for this instead.

from django-authtools.

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.