|
#1257
|
AttributeError: 'Options' object has no attribute 'index_together
|
migrations
|
0.7.6
|
|
defect
|
andrew
|
infoneeded
|
05/20/13
|
|
#582
|
alter_column error in postgres when changing from a textfield
|
migrations
|
0.7.1
|
|
defect
|
andrew
|
new
|
09/16/10
|
|
#732
|
Patch for signals.rst...
|
documentation
|
unknown
|
|
defect
|
andrew
|
new
|
03/10/11
|
|
#775
|
delete_foreign_key doesn't work on sqlite3
|
databaseapi
|
0.7.3
|
|
defect
|
andrew
|
new
|
05/20/11
|
|
#805
|
Failure in post_syncdb signal handlers mask failure in migration
|
migrations
|
0.7.3
|
|
defect
|
andrew
|
new
|
07/21/11
|
|
#806
|
Removing column with index results in broken migrations
|
commands
|
0.7.3
|
|
defect
|
andrew
|
new
|
07/22/11
|
|
#919
|
sqlite columns re-ordered unexpectedly after delete/update column
|
commands
|
0.7
|
|
defect
|
andrew
|
infoneeded
|
09/06/11
|
|
#925
|
Irregular use of the "default" keyword in the API
|
databaseapi
|
0.7.3
|
|
defect
|
andrew
|
new
|
09/20/11
|
|
#949
|
Oracle: not raising exceptions from DatabaseOperations.execute breaks Oracle backend
|
migrations
|
mercurial
|
|
defect
|
andrew
|
new
|
11/11/11
|
|
#982
|
Changing fields to null=True fails on MySql InnoDB
|
commands
|
unknown
|
|
defect
|
andrew
|
assigned
|
01/06/12
|
|
#1025
|
dbs.create_table does not create anything
|
commands
|
unknown
|
|
defect
|
andrew
|
infoneeded
|
02/06/12
|
|
#1028
|
db.send_create_signal documentation mentions startmigration
|
documentation
|
unknown
|
|
defect
|
andrew
|
new
|
02/07/12
|
|
#1067
|
missing _ormbase in case of complex inheritance pattern
|
migrations
|
unknown
|
|
defect
|
andrew
|
new
|
04/19/12
|
|
#1119
|
cant change foreginkey from null=false to null=true in postgresql
|
commands
|
unknown
|
|
defect
|
andrew
|
new
|
06/14/12
|
|
#1165
|
DatabaseOperations._find_foreign_constraints wont work with default arguments
|
databaseapi
|
0.7.6
|
|
defect
|
andrew
|
infoneeded
|
09/04/12
|
|
#1168
|
db_column and bytestrings/unicode-equivalence
|
commands
|
unknown
|
|
defect
|
andrew
|
assigned
|
09/13/12
|
|
#1178
|
Schema migration doesn't respect models.Field 'db_column' attribute
|
migrations
|
0.7.6
|
|
defect
|
andrew
|
reopened
|
09/27/12
|
|
#1179
|
Validation after convert_to_south fails on custom user models
|
commands
|
0.7.6
|
|
defect
|
andrew
|
new
|
10/02/12
|
|
#1186
|
mysql _lookup_constraint_references can return None, expected to return iterable.
|
migrations
|
mercurial
|
|
defect
|
andrew
|
new
|
11/07/12
|
|
#1190
|
Multiple databases: TestCase init fails
|
commands
|
0.7.6
|
|
defect
|
andrew
|
new
|
11/26/12
|
|
#1191
|
Firebird: Incorrect generation of DEFAULT and CHECK tokens in CREATE TABLE statement
|
migrations
|
0.7.6
|
|
defect
|
andrew
|
new
|
12/04/12
|
|
#1192
|
migration fails for sqlite if TextField default value contains a percentage sign
|
migrations
|
0.7.6
|
|
defect
|
andrew
|
new
|
12/06/12
|
|
#1216
|
MySQL backend reliant on "NAME" database property, which might not be present.
|
databaseapi
|
0.7.6
|
|
defect
|
andrew
|
new
|
02/15/13
|
|
#1220
|
Import of django DatabaseError from wrong location
|
commands
|
unknown
|
|
defect
|
andrew
|
new
|
02/25/13
|
|
#1222
|
Index naming seems to have changed in Django 1.5, causes db.delete_index to fail
|
migrations
|
0.7.6
|
|
defect
|
andrew
|
new
|
02/27/13
|
|
#1227
|
Fix deprecated @@storage_engine usage which halts MySQL migration
|
commands
|
0.7.6
|
|
defect
|
andrew
|
new
|
03/13/13
|
|
#1228
|
UnknownMigration can't be converted to string
|
migrations
|
unknown
|
|
defect
|
andrew
|
new
|
03/13/13
|
|
#1230
|
MySQL CREATE TABLE and storage engine
|
migrations
|
0.7.6
|
|
defect
|
andrew
|
new
|
03/15/13
|
|
#1235
|
changing from NullBoolean to Boolean field causes error
|
migrations
|
0.7.6
|
|
defect
|
andrew
|
new
|
03/27/13
|
|
#1242
|
hstore add_column default must be '' not {}
|
migrations
|
0.7.5
|
|
defect
|
andrew
|
new
|
04/12/13
|
|
#1244
|
no such table: auth_permission on initial syncdb
|
commands
|
0.7.6
|
|
defect
|
andrew
|
new
|
04/12/13
|
|
#1246
|
South does not detect added columns if they start with 'is_'
|
commands
|
unknown
|
|
defect
|
andrew
|
new
|
04/17/13
|
|
#1247
|
Supress "fatal" database errors when not actually fatal
|
commands
|
unknown
|
|
defect
|
andrew
|
new
|
04/20/13
|
|
#1251
|
Renaming a table doesn't rename foreign key indexes
|
databaseapi
|
0.7.6
|
|
defect
|
andrew
|
new
|
05/03/13
|
|
#1253
|
Using my.cnf for db configuration causes migrations to fail
|
migrations
|
0.7.6
|
|
defect
|
andrew
|
new
|
05/13/13
|
|
#1255
|
pytz for Google Appengine breaks South
|
migrations
|
unknown
|
|
defect
|
andrew
|
new
|
05/15/13
|
|
#1256
|
test_alter_unique test fail, 0.7.5&6
|
databaseapi
|
0.7.6
|
|
defect
|
andrew
|
assigned
|
05/18/13
|
|
#584
|
Speedup constraint queries
|
migrations
|
unknown
|
|
enhancement
|
andrew
|
new
|
09/17/10
|
|
#1203
|
Add mysql_oursql to south engine_modules
|
commands
|
mercurial
|
|
enhancement
|
andrew
|
new
|
01/22/13
|
|
#1237
|
MSSQL (Azure SQL Server 2012) Can't create tables
|
commands
|
unknown
|
|
enhancement
|
andrew
|
new
|
03/30/13
|
|
#208
|
Error in auto-migration when deleting a reference to object
|
migrations
|
0.5
|
0.6
|
defect
|
andrew
|
reopened
|
07/16/09
|
|
#498
|
Migration from field to ForeignKey with same name fails
|
commands
|
0.7.1
|
0.7.2
|
defect
|
andrew
|
reopened
|
07/02/10
|
|
#220
|
Renaming a inherited model makes troubles with foreignkeys
|
commands
|
0.6-pre
|
1.0
|
defect
|
andrew
|
assigned
|
07/29/09
|
|
#334
|
Allow loaddata usage with the frozen ORM
|
migrations
|
0.7-pre
|
1.0
|
defect
|
andrew
|
assigned
|
02/05/10
|
|
#336
|
Try to stop the auth module's superuser hook from firing when a profile module is defined
|
commands
|
0.6.2
|
1.0
|
defect
|
andrew
|
assigned
|
02/06/10
|
|
#358
|
Automatically detect column renames
|
commands
|
0.6.2
|
1.0
|
defect
|
andrew
|
assigned
|
02/23/10
|
|
#391
|
_ptr fields in inheriting models not renamed when main model is renamed
|
commands
|
0.7-rc1
|
1.0
|
defect
|
andrew
|
assigned
|
03/21/10
|
|
#407
|
Can't alter column to AutoField on postgreSQL
|
migrations
|
0.7
|
1.0
|
defect
|
andrew
|
assigned
|
03/29/10
|
|
#426
|
Replace __import__ with import_module
|
commands
|
mercurial
|
1.0
|
defect
|
andrew
|
assigned
|
04/16/10
|
|
#431
|
db.alter_column() cannot change default value in MySQL
|
databaseapi
|
0.7
|
1.0
|
defect
|
andrew
|
assigned
|
04/19/10
|
|
#434
|
Ordering of items in a Migration leads to error
|
migrations
|
0.7
|
1.0
|
defect
|
andrew
|
assigned
|
04/20/10
|
|
#435
|
Changing a ForeignKey from a "real" model to a proxy of it generates invalid migration code
|
migrations
|
0.7
|
1.0
|
defect
|
andrew
|
assigned
|
04/21/10
|
|
#451
|
South seems to break get_profile in test mode
|
migrations
|
0.7
|
1.0
|
defect
|
andrew
|
assigned
|
05/03/10
|
|
#466
|
Renaming a foreign key doesn't update the foreign key in MySQL with InnoDB
|
migrations
|
0.7
|
1.0
|
defect
|
andrew
|
assigned
|
05/20/10
|
|
#470
|
Migrations scripts from 0.6 fail with 0.7.1 due to inheritance problem
|
commands
|
unknown
|
1.0
|
defect
|
andrew
|
assigned
|
06/02/10
|
|
#477
|
Related models from a parent model that has been inherited are not available in migrations
|
migrations
|
0.7.1
|
1.0
|
defect
|
andrew
|
assigned
|
06/07/10
|
|
#478
|
db.delete_index() doesn't introspect the database to get the name of index, fails with django 1.2
|
databaseapi
|
mercurial
|
1.0
|
defect
|
andrew
|
assigned
|
06/09/10
|
|
#570
|
Syntax Error!!!
|
commands
|
unknown
|
1.0
|
defect
|
andrew
|
reopened
|
08/28/10
|
|
#599
|
PointField error
|
commands
|
unknown
|
1.0
|
defect
|
andrew
|
assigned
|
10/11/10
|
|
#616
|
No support for custom M2M subclasses that change the schema of auto generated through table.
|
migrations
|
mercurial
|
1.0
|
defect
|
andrew
|
assigned
|
10/26/10
|
|
#627
|
alter_column fails on postgres when removing null=True
|
commands
|
unknown
|
1.0
|
defect
|
andrew
|
assigned
|
10/26/10
|
|
#638
|
platform-dependent constraint name hash
|
databaseapi
|
0.7.2
|
1.0
|
defect
|
andrew
|
assigned
|
10/27/10
|
|
#675
|
incorrectly deleted primary key
|
commands
|
unknown
|
1.0
|
defect
|
andrew
|
assigned
|
11/18/10
|
|
#687
|
variable delete_unique_sql should be different for mysql
|
databaseapi
|
0.7.2
|
1.0
|
defect
|
andrew
|
assigned
|
12/09/10
|
|
#696
|
the south syncdb command ignore the errors that raise in base django syncdb
|
commands
|
0.7.2
|
1.0
|
defect
|
andrew
|
infoneeded
|
12/30/10
|
|
#699
|
no name for migration adding only single m2m relation
|
commands
|
0.7.2
|
1.0
|
defect
|
andrew
|
assigned
|
01/05/11
|
|
#702
|
South + tests + multidb: missing south_migrationhistory table in the second db
|
commands
|
unknown
|
1.0
|
defect
|
andrew
|
assigned
|
01/06/11
|
|
#724
|
South fails to migrate OneToOne to ForeginKey
|
migrations
|
0.7.3
|
1.0
|
defect
|
andrew
|
assigned
|
02/22/11
|
|
#736
|
Migration with proxy model does not work
|
commands
|
0.7.3
|
1.0
|
defect
|
andrew
|
assigned
|
03/15/11
|
|
#745
|
Wrong column type for OneToOneField w/ parent_link=True
|
migrations
|
0.7.3
|
1.0
|
defect
|
andrew
|
assigned
|
03/24/11
|
|
#746
|
datamigrations with proxy model m2m has invalid manager
|
commands
|
0.7.3
|
1.0
|
defect
|
andrew
|
assigned
|
03/25/11
|
|
#755
|
Oracle DB does not work , sql incorrect.
|
databaseapi
|
0.7.3
|
1.0
|
defect
|
andrew
|
assigned
|
04/10/11
|
|
#776
|
Cannot drop index that was created when the table was created.
|
databaseapi
|
0.7.2
|
1.0
|
defect
|
andrew
|
assigned
|
05/24/11
|
|
#781
|
Model Instances not valid when used as arguments for creating another object
|
migrations
|
0.7.3
|
1.0
|
defect
|
andrew
|
assigned
|
06/03/11
|
|
#782
|
Integrity appears after removing null=True from field
|
migrations
|
0.7.3
|
1.0
|
defect
|
andrew
|
assigned
|
06/06/11
|
|
#789
|
Mark Migration: downtime=True
|
commands
|
unknown
|
1.0
|
defect
|
andrew
|
assigned
|
06/16/11
|
|
#814
|
Patch from #421 doesn't check for uppercase
|
databaseapi
|
0.7.3
|
1.0
|
defect
|
andrew
|
assigned
|
07/28/11
|
|
#955
|
Don't create migrations for built-in apps
|
commands
|
0.7.3
|
1.0
|
defect
|
andrew
|
infoneeded
|
11/16/11
|
|
#994
|
add_column(PositiveIntegerField, keep_default=False) create greater zero constraint twice
|
commands
|
unknown
|
1.0
|
defect
|
andrew
|
accepted
|
01/16/12
|
|
#1019
|
A New Trend Sees the Web Come Alive As "Livespots" Proliferate
|
commands
|
unknown
|
1.0
|
defect
|
andrew
|
new
|
01/29/12
|
|
#1024
|
retry_failed_fields methods fails to produce meaningfull error if exception message contains unicode chars
|
commands
|
unknown
|
1.0
|
defect
|
andrew
|
accepted
|
02/05/12
|
|
#1049
|
unique_together ordering
|
commands
|
unknown
|
1.0
|
defect
|
andrew
|
accepted
|
03/05/12
|
|
#1070
|
migration fails with m2m field, with certain attributes defined, pointing proxy model
|
commands
|
0.7.4
|
1.0
|
defect
|
andrew
|
assigned
|
04/25/12
|
|
#1177
|
Error when a m2m relationship is defined between one south app and one non-south app where non-south app has initial data.
|
commands
|
unknown
|
1.0
|
defect
|
andrew
|
new
|
09/20/12
|
|
#1180
|
primary key in model is not primary key in database
|
migrations
|
mercurial
|
1.0
|
defect
|
andrew
|
assigned
|
10/02/12
|
|
#1188
|
Fails creating PostGIS PointFields with db_index=True
|
migrations
|
0.7.6
|
1.0
|
defect
|
andrew
|
new
|
11/11/12
|
|
#211
|
South do not track new and removed permissions
|
commands
|
0.6-pre
|
1.0
|
enhancement
|
andrew
|
assigned
|
07/22/09
|
|
#222
|
When running forwards and backwards migrations, raise an exception if someone uses a non-FakeORM model
|
migrations
|
0.6-pre
|
1.0
|
enhancement
|
andrew
|
assigned
|
07/31/09
|
|
#366
|
Automatically create 3 migrations for changes which include data
|
migrations
|
0.6.2
|
1.0
|
enhancement
|
andrew
|
assigned
|
03/02/10
|
|
#430
|
Avoiding the "./manage.py migrate myapp 0001 --fake"
|
migrations
|
mercurial
|
1.0
|
enhancement
|
andrew
|
reopened
|
04/19/10
|
|
#639
|
Support fixture schema migrations
|
commands
|
unknown
|
1.0
|
enhancement
|
andrew
|
assigned
|
10/27/10
|
|
#667
|
Migrations files doesn't pass pep8 and pyflake.
|
migrations
|
unknown
|
1.0
|
enhancement
|
andrew
|
assigned
|
11/02/10
|
|
#829
|
Add "How to reset migrations" to documentation
|
documentation
|
0.7.3
|
1.0
|
enhancement
|
andrew
|
assigned
|
08/10/11
|
|
#32
|
ContentType table is not updated when renaming table
|
migrations
|
0.6-pre
|
The Future
|
defect
|
andrew
|
accepted
|
10/21/08
|
|
#87
|
migrating models from an abstract model class
|
commands
|
|
The Future
|
defect
|
andrew
|
accepted
|
02/27/09
|
|
#520
|
models defined in tests are not created by South
|
migrations
|
0.7.1
|
The Future
|
defect
|
andrew
|
assigned
|
08/02/10
|
|
#725
|
alter_column unconditionally drops check constraints
|
databaseapi
|
unknown
|
The Future
|
defect
|
andrew
|
assigned
|
02/23/11
|
|
#777
|
SOUTH_DATABASE_ADAPTERS ignored
|
databaseapi
|
0.7.3
|
The Future
|
defect
|
andrew
|
new
|
05/30/11
|
|
#779
|
GeoDjango data migrations appear to not respect objects = models.GeoManager()
|
migrations
|
0.7.3
|
The Future
|
defect
|
andrew
|
assigned
|
05/30/11
|
|
#802
|
Models not found while creating initial
|
migrations
|
unknown
|
The Future
|
defect
|
andrew
|
infoneeded
|
07/09/11
|