Django 1.8 does not see the change

Issue #32 new
Johnny Lee created an issue

I was tinkering around with Django 1.8.2 and Python 3.4.1. Added an AutoSlugField to a model. When running manage.py makemigrations it detects no changes. If I try to do other things e.g. querying, it fails because it won't see the new field in the database.

Comments (1)

  1. Johnny Lee reporter

    I appear to be having trouble with other parts of my database. So, nevermind. I might have to figure it out somewhere else.

  2. Log in to comment