{3} Active Tickets by Milestone (129 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 129)

1 2

Milestone (24 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
#672 Column names should be quoted in call to create_unique for sqlite databaseapi unknown defect andrew new 11/09/10
#731 Not picking db_index=False for SlugField commands unknown defect andrew new 03/08/11
#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
#808 The rock plays casino commands unknown 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 tip defect andrew new 11/11/11
#976 Failure when applying auto-generated migration for proxy model commands 0.7.3 defect andrew new 12/21/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
#584 Speedup constraint queries migrations unknown enhancement andrew new 09/17/10
#962 db.delete_index() is not available databaseapi 0.7.3 enhancement andrew new 11/24/11
#792 Error starting a new Django project (windows7 - 32bit): south not synced commands 0.7.3 defect andrew infoneeded 06/23/11
#807 "verify_exists" option for models.URLField not detected migrations 0.7.3 defect andrew new 07/22/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
#993 Docs: south tests are skipped by default documentation unknown defect andrew new 01/13/12
#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

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 1.0 (74 matches)

Ticket Summary Component Version Type Owner Status Created
#944 dating commands unknown defect andrew new 10/30/11
#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 tip 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 tip 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
#601 Unable to remove UNIQUE from field with South 0.72 migrations 0.7.2 defect andrew assigned 10/14/10
#616 No support for custom M2M subclasses that change the schema of auto generated through table. migrations tip 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
#763 on_delete option for foreign keys not picked up by south migrations 0.7.3 defect andrew assigned 04/27/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 infoneeded 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
#843 south confused by similar app names commands 0.7.3 defect andrew reopened 08/17/11
#955 Don't create migrations for built-in apps commands 0.7.3 defect andrew infoneeded 11/16/11
#960 Error in proxy model migration script commands 0.7.3 defect andrew infoneeded 11/23/11
#994 add_column(PositiveIntegerField, keep_default=False) create greater zero constraint twice commands unknown defect andrew accepted 01/16/12
#1012 South Migrations fail with Django 1.4's Timezone Aware Feature migrations unknown defect andrew infoneeded 01/23/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
#211 South do not track new and removed permissions commands 0.6-pre 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 enhancement andrew assigned 07/31/09
#366 Automatically create 3 migrations for changes which include data migrations 0.6.2 enhancement andrew assigned 03/02/10
#430 Avoiding the "./manage.py migrate myapp 0001 --fake" migrations tip enhancement andrew reopened 04/19/10
#639 Support fixture schema migrations commands unknown enhancement andrew assigned 10/27/10
#667 Migrations files doesn't pass pep8 and pyflake. migrations unknown enhancement andrew assigned 11/02/10
#829 Add "How to reset migrations" to documentation documentation 0.7.3 enhancement andrew assigned 08/10/11
#178 Add logging to db commands (and possibly ORM) databaseapi 0.6-pre defect andrew assigned 06/16/09
#526 add-model doesn't create m2m tables commands 0.7.1 defect andrew assigned 08/13/10
#533 Renaming a table should also rename unique constraints databaseapi unknown defect andrew assigned 08/17/10
#573 South fails to migrate on custom field AutoNow whcih extends Datetime field migrations unknown defect andrew assigned 09/02/10
#578 Boolean default values are not set correctly when adding new columns with sqlite databaseapi 0.7.2 defect andrew accepted 09/10/10
#579 Field name not updated on ManyToMany through table migrations 0.7.2 defect andrew accepted 09/13/10
#596 South emits signals which do not honor Django's expectations. migrations 0.7.2 defect andrew infoneeded 10/04/10
#690 When changing a FK that had no default and using default datetime.datetime.today() getting syntax error migrations tip defect andrew infoneeded 12/15/10
#697 MySQL rename column and table fails when present in a foreign key databaseapi 0.7 defect andrew assigned 01/01/11
#741 CharField false change detection (Null attribute) migrations 0.7.3 defect andrew assigned 03/17/11
#757 South "forgets" indexes on SQLite3 migrations 0.7.3 defect andrew assigned 04/12/11
#760 Autoincrementing primary keys for sqlite3 databaseapi 0.7.3 defect andrew assigned 04/20/11
#795 Changing DateField.auto_now generates a redundant migration commands 0.7.3 defect andrew assigned 07/06/11
#833 add_column with an autofield fails commands 0.7.3 defect andrew assigned 08/11/11
#946 ORM does not cascade deletion of rows across apps commands 0.7.3 defect andrew new 11/07/11
#958 Django-south test management commands breaks ability to use Nose coverage options commands 0.7.3 defect andrew accepted 11/21/11
#992 Primary Key: SlugField to CharField migrations unknown defect andrew accepted 01/13/12
#270 startmigration --fixture option commands 0.6.1 enhancement andrew assigned 10/22/09
#446 introspection rules could accept callable for more flexibility databaseapi 0.7 enhancement carl@… assigned 04/28/10
#449 Baselining migrations migrations 0.7 enhancement andrew assigned 04/29/10
#458 Allow custom fields to define dependencies for model freezer migrations 0.7 enhancement andrew assigned 05/11/10
#517 Add db.delete_columns() method to API databaseapi unknown enhancement andrew assigned 07/28/10
1 2
Note: See TracReports for help on using and creating reports.