autoslug field not created without south

Issue #16 new
Former user created an issue

If you are not using south, the autoslug db field are not created when using syncdb on the model. To reproduce, try creating a new project not using south, but with an autoslug field.

A simple workaround is to add the autoslug field after you have added the app to south.

Not a big issue, but worth looking into.

Comments (0)

  1. Log in to comment