Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-south

newbie difficulty using south with pycharm - DatabaseError: no such table: south_migrationhistory

django django-south pycharm

No fixture named 'X' found

django django-south

South: run a migration for a column that is both unique and not null

Adding a "through" table to django field and migrating with South?

django django-south

from django.db import models, migrations ImportError: cannot import name migrations

Django Proxy Model Permissions Do Not Appear

Django - Filter queryset by CharField value length

In a schemamigration, what should be the default value for a null=False field which I'm sure that won't have null values?

django django-south

Django south: changing field type in data migration

django django-south

should south migration files be added to source control?

Why use South during initial development?

Does changing a django models related_name attribute require a south migration?

UUID field added after data already in database. Is there any way to populate the UUID field for existing data?

django south fresh install --> error: unknown command 'schemamigration'

django django-south

Django South Error: AttributeError: 'DateTimeField' object has no attribute 'model'`

No Such Column Error in Django App After South Migration

django django-south

Why does Django South 1.0 use iteritems()?

Why does Django South require a default value when removing a field?

django django-south

reverse engineer mysql database to create django app

mysql django django-south

Manage.py : Unknown command: 'migrate'

django sqlite django-south