id,summary,status,type,priority,milestone,component
32,ContentType table is not updated when renaming table,accepted,defect,major,The Future,migrations
87,migrating models from an abstract model class,accepted,defect,major,The Future,commands
173,South_migrationhistory needs status - when migrate fails in the middle,assigned,enhancement,major,The Future,migrations
175,New DatabaseOperations commands backup/restore,assigned,enhancement,major,The Future,commands
208,Error in auto-migration when deleting a reference to object,reopened,defect,major,0.6,migrations
211,South do not track new and removed permissions,assigned,enhancement,major,1.0,commands
220,Renaming a inherited model makes troubles with foreignkeys,assigned,defect,major,1.0,commands
222,"When running forwards and backwards migrations, raise an exception if someone uses a non-FakeORM model",assigned,enhancement,major,1.0,migrations
334,Allow loaddata usage with the frozen ORM,assigned,defect,major,1.0,migrations
336,Try to stop the auth module's superuser hook from firing when a profile module is defined,assigned,defect,major,1.0,commands
358,Automatically detect column renames,assigned,defect,major,1.0,commands
366,Automatically create 3 migrations for changes which include data,assigned,enhancement,major,1.0,migrations
370,Extended MultiDB Support,assigned,enhancement,major,The Future,commands
391,_ptr fields in inheriting models not renamed when main model is renamed,assigned,defect,major,1.0,commands
407,Can't alter column to AutoField on postgreSQL,assigned,defect,major,1.0,migrations
426,Replace __import__ with import_module,assigned,defect,major,1.0,commands
430,"Avoiding the ""./manage.py migrate myapp 0001 --fake""",reopened,enhancement,major,1.0,migrations
431,db.alter_column() cannot change default value in MySQL,assigned,defect,major,1.0,databaseapi
434,Ordering of items in a Migration leads to error,assigned,defect,major,1.0,migrations
435,"Changing a ForeignKey from a ""real"" model to a proxy of it generates invalid migration code",assigned,defect,major,1.0,migrations
451,South seems to break get_profile in test mode,assigned,defect,major,1.0,migrations
466,Renaming a foreign key doesn't update the foreign key in MySQL with InnoDB,assigned,defect,major,1.0,migrations
470,Migrations scripts from 0.6 fail with 0.7.1 due to inheritance problem,assigned,defect,major,1.0,commands
477,Related models from a parent model that has been inherited are not available in migrations,assigned,defect,major,1.0,migrations
478,"db.delete_index() doesn't introspect the database to get the name of index, fails with django 1.2",assigned,defect,major,1.0,databaseapi
484,Support custom typecasting when altering column (using()),assigned,enhancement,major,The Future,databaseapi
498,Migration from field to ForeignKey with same name fails,reopened,defect,major,0.7.2,commands
520,models defined in tests are not created by South,assigned,defect,major,The Future,migrations
570,Syntax Error!!!,reopened,defect,major,1.0,commands
580,Converting from abstract class inheritance to multi-table inheritance,accepted,enhancement,major,The Future,commands
582,alter_column error in postgres when changing from a textfield,new,defect,major,,migrations
584,Speedup constraint queries,new,enhancement,major,,migrations
599,PointField error,assigned,defect,major,1.0,commands
616,No support for custom M2M subclasses that change the schema of auto generated through table.,assigned,defect,major,1.0,migrations
627,alter_column fails on postgres when removing null=True,assigned,defect,major,1.0,commands
638,platform-dependent constraint name hash,assigned,defect,major,1.0,databaseapi
639,Support fixture schema migrations,assigned,enhancement,major,1.0,commands
667,Migrations files doesn't pass pep8 and pyflake.,assigned,enhancement,major,1.0,migrations
675,incorrectly deleted primary key,assigned,defect,major,1.0,commands
687,variable delete_unique_sql should be different for mysql,assigned,defect,major,1.0,databaseapi
696,the south syncdb command ignore the errors that raise in base django syncdb,infoneeded,defect,major,1.0,commands
699,no name for migration adding only single m2m relation,assigned,defect,major,1.0,commands
702,South + tests + multidb: missing south_migrationhistory table in the second db,assigned,defect,major,1.0,commands
724,South fails to migrate OneToOne to ForeginKey,assigned,defect,major,1.0,migrations
725,alter_column unconditionally drops check constraints,assigned,defect,major,The Future,databaseapi
732,Patch for signals.rst...,new,defect,major,,documentation
736,Migration with proxy model does not work,assigned,defect,major,1.0,commands
745,Wrong column type for OneToOneField w/ parent_link=True,assigned,defect,major,1.0,migrations
746,datamigrations with proxy model m2m has invalid manager,assigned,defect,major,1.0,commands
755,"Oracle DB does not work , sql incorrect.",assigned,defect,major,1.0,databaseapi
775,delete_foreign_key doesn't work on sqlite3,new,defect,major,,databaseapi
777,SOUTH_DATABASE_ADAPTERS ignored,new,defect,major,The Future,databaseapi
779,GeoDjango data migrations appear to not respect objects = models.GeoManager(),assigned,defect,major,The Future,migrations
781,Model Instances not valid when used as arguments for creating another object,assigned,defect,major,1.0,migrations
782,Integrity appears after removing null=True from field,assigned,defect,major,1.0,migrations
789,Mark Migration: downtime=True,assigned,defect,major,1.0,commands
802,Models not found while creating initial,infoneeded,defect,major,The Future,migrations
805,Failure in post_syncdb signal handlers mask failure in migration,new,defect,major,,migrations
806,Removing column with index results in broken migrations,new,defect,major,,commands
814,Patch from #421 doesn't check for uppercase,assigned,defect,major,1.0,databaseapi
829,"Add ""How to reset migrations"" to documentation",assigned,enhancement,major,1.0,documentation
919,sqlite columns re-ordered unexpectedly after delete/update column,infoneeded,defect,major,,commands
925,"Irregular use of the ""default"" keyword in the API",new,defect,major,,databaseapi
949,Oracle: not raising exceptions from DatabaseOperations.execute breaks Oracle backend,new,defect,major,,migrations
955,Don't create migrations for built-in apps,infoneeded,defect,major,1.0,commands
982,Changing fields to null=True fails on MySql InnoDB,assigned,defect,major,,commands
994,"add_column(PositiveIntegerField, keep_default=False) create greater zero constraint twice",accepted,defect,major,1.0,commands
1019,"A New Trend Sees the Web Come Alive As ""Livespots"" Proliferate",new,defect,major,1.0,commands
1024,retry_failed_fields methods fails to produce meaningfull error if exception message contains unicode chars,accepted,defect,major,1.0,commands
1025,dbs.create_table does not create anything,infoneeded,defect,major,,commands
1028,db.send_create_signal documentation mentions startmigration,new,defect,major,,documentation
1049,unique_together ordering,accepted,defect,major,1.0,commands
1067,missing _ormbase in case of complex inheritance pattern,new,defect,major,,migrations
1070,"migration fails with m2m field, with certain attributes defined, pointing proxy model",assigned,defect,major,1.0,commands
1073,South does not notice when a ForeignKey's type should change,accepted,defect,major,The Future,commands
1080,support for django-jython and postgresql,new,defect,major,The Future,commands
1119,cant change foreginkey from null=false to null=true in postgresql,new,defect,major,,commands
1165,DatabaseOperations._find_foreign_constraints wont work with default arguments,infoneeded,defect,major,,databaseapi
1168,db_column and bytestrings/unicode-equivalence,assigned,defect,major,,commands
1177,Error when a m2m relationship is defined between one south app and one non-south app where non-south app has initial data.,new,defect,major,1.0,commands
1178,Schema migration doesn't respect models.Field 'db_column' attribute,reopened,defect,major,,migrations
1179,Validation after convert_to_south fails on custom user models,new,defect,major,,commands
1180,primary key in model is not primary key in database,assigned,defect,major,1.0,migrations
1186,"mysql _lookup_constraint_references can return None, expected to return iterable.",new,defect,major,,migrations
1188,Fails creating PostGIS PointFields with db_index=True,new,defect,major,1.0,migrations
1190,Multiple databases: TestCase init fails,new,defect,major,,commands
1191,Firebird: Incorrect generation of DEFAULT and CHECK tokens in CREATE TABLE statement,new,defect,major,,migrations
1192,migration fails for sqlite if TextField default value contains a percentage sign,new,defect,major,,migrations
1203,Add mysql_oursql to south engine_modules,new,enhancement,major,,commands
1216,"MySQL backend reliant on ""NAME"" database property, which might not be present.",new,defect,major,,databaseapi
1220,Import of django DatabaseError from wrong location,new,defect,major,,commands
1222,"Index naming seems to have changed in Django 1.5, causes db.delete_index to fail",new,defect,major,,migrations
1227,Fix deprecated @@storage_engine usage which halts MySQL migration,new,defect,major,,commands
1228,UnknownMigration can't be converted to string,new,defect,major,,migrations
1230,MySQL CREATE TABLE and storage engine,new,defect,major,,migrations
1235,changing from NullBoolean to Boolean field causes error,new,defect,major,,migrations
1237,MSSQL (Azure SQL Server 2012) Can't create tables,new,enhancement,major,,commands
1242,hstore add_column default must be '' not {},new,defect,major,,migrations
1244,no such table: auth_permission on initial syncdb,new,defect,major,,commands
1246,South does not detect added columns if they start with 'is_',new,defect,major,,commands
1247,"Supress ""fatal"" database errors when not actually fatal",new,defect,major,,commands
1251,Renaming a table doesn't rename foreign key indexes,new,defect,major,,databaseapi
1253,Using my.cnf for db configuration causes migrations to fail,new,defect,major,,migrations
1255,pytz for Google Appengine breaks South,new,defect,major,,migrations
1256,"test_alter_unique test fail, 0.7.5&6",assigned,defect,major,,databaseapi
1262,South 0.8+: Cannot add CharFields using sqlite,new,defect,major,,commands
1265,South: MySQL: drop index fails on models created with --initial due to incorrect hash value,new,defect,major,,commands
1269,Oracle and Django 1.5 with South - character fields missing null=True in migrations.,new,defect,major,,commands
178,Add logging to db commands (and possibly ORM),assigned,defect,minor,1.0,databaseapi
270,startmigration --fixture option,assigned,enhancement,minor,1.0,commands
393,South executes unnecessary SQL when adding a field,reopened,defect,minor,0.7,migrations
449,Baselining migrations,assigned,enhancement,minor,1.0,migrations
458,Allow custom fields to define dependencies for model freezer,assigned,enhancement,minor,1.0,migrations
480,--show-sql option for migrate,assigned,enhancement,minor,The Future,commands
509,Add commented out dependencies automatically,assigned,enhancement,minor,The Future,commands
517,Add db.delete_columns() method to API,assigned,enhancement,minor,1.0,databaseapi
526,add-model doesn't create m2m tables,assigned,defect,minor,1.0,commands
533,Renaming a table should also rename unique constraints,assigned,defect,minor,1.0,databaseapi
573,South fails to migrate on custom field AutoNow whcih extends Datetime field,assigned,defect,minor,1.0,migrations
579,Field name not updated on ManyToMany through table,accepted,defect,minor,1.0,migrations
596,South emits signals which do not honor Django's expectations.,infoneeded,defect,minor,1.0,migrations
678,"If a field's default is set to an Enum, the resulting migration has a syntax error",assigned,enhancement,minor,1.0,migrations
685,add a flag to run only schema migrations,infoneeded,enhancement,minor,1.0,commands
689,Improve documentation how to create permissions,assigned,enhancement,minor,1.0,documentation
690,When changing a FK that had no default and using default datetime.datetime.today() getting syntax error,infoneeded,defect,minor,1.0,migrations
697,MySQL rename column and table fails when present in a foreign key,assigned,defect,minor,1.0,databaseapi
741,CharField false change detection (Null attribute),assigned,defect,minor,1.0,migrations
752,Make it possible to do cross-database constraint creation,assigned,enhancement,minor,The Future,databaseapi
757,"South ""forgets"" indexes on SQLite3",assigned,defect,minor,1.0,migrations
758,Improve interative console prompts readability,assigned,enhancement,minor,1.0,commands
760,Autoincrementing primary keys for sqlite3,assigned,defect,minor,1.0,databaseapi
792,Error starting a new Django project (windows7 - 32bit): south not synced,assigned,defect,minor,,commands
795,Changing DateField.auto_now generates a redundant migration,assigned,defect,minor,1.0,commands
825,--edit flag to schemamigration/datamigration,new,enhancement,minor,The Future,commands
833,add_column with an autofield fails,assigned,defect,minor,1.0,commands
932,Support for insert+select,accepted,enhancement,minor,The Future,databaseapi
941,add_column does unnecessary (and db-blocking) work,reopened,defect,minor,The Future,commands
946,ORM does not cascade deletion of rows across apps,new,defect,minor,1.0,commands
954,NoMigrations exception (even with --delete-ghost-migrations),infoneeded,defect,minor,,commands
958,Django-south test management commands breaks ability to use Nose coverage options,accepted,defect,minor,1.0,commands
965,"support ""after col_name"" in add_column",assigned,enhancement,minor,The Future,commands
970,Oracle backend,new,enhancement,minor,,databaseapi
979,Changing from ManyToMany to a CharField seeks to drop non existant tablename,new,defect,minor,The Future,migrations
986,Unsupported db backend results in wrong error message,new,defect,minor,,commands
992,Primary Key: SlugField to CharField,accepted,defect,minor,1.0,migrations
1010,Addition for Fixtures Docs,new,enhancement,minor,,documentation
1013,Access GenericForeignKey in datamigration,new,enhancement,minor,,documentation
1050,converstion of IntegerField to PositiveIntegerField has constraint problems,accepted,defect,minor,1.0,migrations
1055,"Warning in migration template: ""use orm['fooapp.YourModel'] not from fooapp.models import YourModel",new,enhancement,minor,,commands
1066,Custom field specified by model with the full application label problem,new,defect,minor,,migrations
1076,"MySQL: delete_unique() fails if the index ""supports"" a FK",accepted,defect,minor,1.0,migrations
1109,m2m tables greted twice,accepted,defect,minor,The Future,commands
1116,TypeError: cannot concatenate 'str' and 'int' objects,new,defect,minor,1.0,commands
1160,field 'id' doesn't have a default value,new,defect,minor,1.0,migrations
1172,problem with sqlite3 migration when changing CharField to SlugField,new,defect,minor,1.0,commands
1176,GeoDjango geometry fields causes exception when using MySQL and InnoDB.,new,defect,minor,1.0,databaseapi
1182,postgresql: Generic DB adds constraints on columns that do not exist,new,defect,minor,1.0,databaseapi
1189,Migration.gf should be a classmethod,reopened,defect,minor,,databaseapi
1193,Correct show of manage command in print statements.,new,defect,minor,The Future,commands
1195,Alter column not given 'default' argument for field in forwards/backwards,new,defect,minor,1.0,migrations
1198,More sensible sort order for migrations?,new,defect,minor,1.0,commands
1206,upload_to field of File/ImageField ignored,new,defect,minor,1.0,migrations
1210,Python 3 Support,new,enhancement,minor,The Future,commands
1214,create_index doesn't create varchar_pattern_ops index,new,defect,minor,1.0,migrations
1217,Add support for index_together,new,enhancement,minor,,migrations
1234,KeyError on importing south.db if settings.DATABASES contains only Django dummy database,new,defect,minor,,databaseapi
1252,OverflowError for DateFields with Default date.min/date.max,assigned,defect,minor,,commands
439,Command responses should examine management command name,assigned,defect,trivial,1.0,commands
574,Put docstring on `migartions/__init__.py`,assigned,enhancement,trivial,1.0,commands
703,"South does not seem to pick up ""spatial_index"" and ""db_index"" params for GeoDjango's geometry fields",assigned,defect,trivial,1.0,migrations
930,define Command.args for schemamigration,accepted,enhancement,trivial,1.0,documentation
956,Fixtures from migrations - add warning,accepted,enhancement,trivial,1.0,documentation
1140,Additional error handling for 'app' argument,accepted,enhancement,trivial,The Future,commands
1184,python 2.4 compat fix for 0.7.6,new,defect,trivial,1.0,commands
1224,"Running ""migrate"" using PostgreSQL cause the PostgreSQL to log an error",new,defect,trivial,,commands
