{3} Active Tickets by Milestone (174 matches)

This report shows how to color results by priority, while grouping results by milestone.

Last modification time, description and reporter are included as hidden fields for useful RSS export.

Results (1 - 100 of 174)

1 2

Milestone (52 matches)

Ticket Summary Component Version Type Owner Status Created
#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
#792 Error starting a new Django project (windows7 - 32bit): south not synced commands 0.7.3 defect andrew assigned 06/23/11
#954 NoMigrations exception (even with --delete-ghost-migrations) commands unknown defect andrew infoneeded 11/16/11
#986 Unsupported db backend results in wrong error message commands unknown defect andrew new 01/10/12
#1066 Custom field specified by model with the full application label problem migrations 0.7.3 defect andrew new 04/17/12
#1189 Migration.gf should be a classmethod databaseapi 0.7.6 defect andrew reopened 11/17/12
#1234 KeyError on importing south.db if settings.DATABASES contains only Django dummy database databaseapi mercurial defect andrew new 03/21/13
#1252 OverflowError for DateFields with Default date.min/date.max commands 0.7.6 defect andrew assigned 05/10/13
#970 Oracle backend databaseapi 0.7.3 enhancement andrew new 12/09/11
#1010 Addition for Fixtures Docs documentation 0.7.3 enhancement andrew new 01/23/12
#1013 Access GenericForeignKey in datamigration documentation 0.7.3 enhancement andrew new 01/24/12
#1055 Warning in migration template: "use orm['fooapp.YourModel'] not from fooapp.models import YourModel commands unknown enhancement andrew new 03/26/12
#1217 Add support for index_together migrations mercurial enhancement andrew new 02/17/13
#1224 Running "migrate" using PostgreSQL cause the PostgreSQL to log an error commands 0.7.6 defect andrew new 03/05/13

Milestone 0.6 (1 match)

Ticket Summary Component Version Type Owner Status Created
#208 Error in auto-migration when deleting a reference to object migrations 0.5 defect andrew reopened 07/16/09

Milestone 0.7 (1 match)

Ticket Summary Component Version Type Owner Status Created
#393 South executes unnecessary SQL when adding a field migrations 0.7-rc1 defect andrew reopened 03/23/10

Milestone 0.7.2 (1 match)

Ticket Summary Component Version Type Owner Status Created
#498 Migration from field to ForeignKey with same name fails commands 0.7.1 defect andrew reopened 07/02/10

Milestone 1.0 (45 matches)

Ticket Summary Component Version Type Owner Status Created
#220 Renaming a inherited model makes troubles with foreignkeys commands 0.6-pre defect andrew assigned 07/29/09
#334 Allow loaddata usage with the frozen ORM migrations 0.7-pre 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 defect andrew assigned 02/06/10
#358 Automatically detect column renames commands 0.6.2 defect andrew assigned 02/23/10
#391 _ptr fields in inheriting models not renamed when main model is renamed commands 0.7-rc1 defect andrew assigned 03/21/10
#407 Can't alter column to AutoField on postgreSQL migrations 0.7 defect andrew assigned 03/29/10
#426 Replace __import__ with import_module commands mercurial defect andrew assigned 04/16/10
#431 db.alter_column() cannot change default value in MySQL databaseapi 0.7 defect andrew assigned 04/19/10
#434 Ordering of items in a Migration leads to error migrations 0.7 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 defect andrew assigned 04/21/10
#451 South seems to break get_profile in test mode migrations 0.7 defect andrew assigned 05/03/10
#466 Renaming a foreign key doesn't update the foreign key in MySQL with InnoDB migrations 0.7 defect andrew assigned 05/20/10
#470 Migrations scripts from 0.6 fail with 0.7.1 due to inheritance problem commands unknown 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 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 defect andrew assigned 06/09/10
#570 Syntax Error!!! commands unknown defect andrew reopened 08/28/10
#599 PointField error commands unknown defect andrew assigned 10/11/10
#616 No support for custom M2M subclasses that change the schema of auto generated through table. migrations mercurial defect andrew assigned 10/26/10
#627 alter_column fails on postgres when removing null=True commands unknown defect andrew assigned 10/26/10
#638 platform-dependent constraint name hash databaseapi 0.7.2 defect andrew assigned 10/27/10
#675 incorrectly deleted primary key commands unknown defect andrew assigned 11/18/10
#687 variable delete_unique_sql should be different for mysql databaseapi 0.7.2 defect andrew assigned 12/09/10
#696 the south syncdb command ignore the errors that raise in base django syncdb commands 0.7.2 defect andrew infoneeded 12/30/10
#699 no name for migration adding only single m2m relation commands 0.7.2 defect andrew assigned 01/05/11
#702 South + tests + multidb: missing south_migrationhistory table in the second db commands unknown defect andrew assigned 01/06/11
#724 South fails to migrate OneToOne to ForeginKey migrations 0.7.3 defect andrew assigned 02/22/11
#736 Migration with proxy model does not work commands 0.7.3 defect andrew assigned 03/15/11
#745 Wrong column type for OneToOneField w/ parent_link=True migrations 0.7.3 defect andrew assigned 03/24/11
#746 datamigrations with proxy model m2m has invalid manager commands 0.7.3 defect andrew assigned 03/25/11
#755 Oracle DB does not work , sql incorrect. databaseapi 0.7.3 defect andrew assigned 04/10/11
#776 Cannot drop index that was created when the table was created. databaseapi 0.7.2 defect andrew assigned 05/24/11
#781 Model Instances not valid when used as arguments for creating another object migrations 0.7.3 defect andrew assigned 06/03/11
#782 Integrity appears after removing null=True from field migrations 0.7.3 defect andrew assigned 06/06/11
#789 Mark Migration: downtime=True commands unknown defect andrew assigned 06/16/11
#814 Patch from #421 doesn't check for uppercase databaseapi 0.7.3 defect andrew assigned 07/28/11
#955 Don't create migrations for built-in apps commands 0.7.3 defect andrew infoneeded 11/16/11
#994 add_column(PositiveIntegerField, keep_default=False) create greater zero constraint twice commands unknown defect andrew accepted 01/16/12
#1019 A New Trend Sees the Web Come Alive As "Livespots" Proliferate commands unknown defect andrew new 01/29/12
#1024 retry_failed_fields methods fails to produce meaningfull error if exception message contains unicode chars commands unknown defect andrew accepted 02/05/12
#1049 unique_together ordering commands unknown defect andrew accepted 03/05/12
#1070 migration fails with m2m field, with certain attributes defined, pointing proxy model commands 0.7.4 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 defect andrew new 09/20/12
#1180 primary key in model is not primary key in database migrations mercurial defect andrew assigned 10/02/12
#1188 Fails creating PostGIS PointFields with db_index=True migrations 0.7.6 defect andrew new 11/11/12
#211 South do not track new and removed permissions commands 0.6-pre enhancement andrew assigned 07/22/09
1 2
Note: See TracReports for help on using and creating reports.