{6} All Tickets By Milestone (Including closed) (826 matches)
A more complex example to show how to make advanced reports.
Results (501 - 600 of 826)
| Ticket | Summary | Component | Status | Resolution | Version | Type | Priority | Owner | Modified |
|---|---|---|---|---|---|---|---|---|---|
| #587 | Cannot use south.db.oracle in WSGI application | databaseapi | closed | fixed | unknown | defect | major | andrew | 09/23/10 |
| #588 | warn when add_introspection_rules not called for custom field | commands | closed | invalid | unknown | defect | major | andrew | 12/01/10 |
| #589 | Attempts to inspect egg directories for migrations fails | commands | closed | wontfix | 0.7.2 | defect | major | andrew | 01/27/12 |
| #596 | South emits signals which do not honor Django's expectations. | migrations | infoneeded | 0.7.2 | defect | minor | andrew | 10/06/10 | |
| #597 | "converting an app" documentation fixes and clarifications | commands | closed | fixed | unknown | defect | major | andrew | 10/13/10 |
| #599 | PointField error | commands | assigned | unknown | defect | major | andrew | 04/01/13 | |
| #600 | Adding Boolean field doesn't obey default with SQLite | databaseapi | closed | duplicate | 0.7.2 | defect | major | andrew | 06/17/11 |
| #601 | Unable to remove UNIQUE from field with South 0.72 | migrations | closed | fixed | 0.7.2 | defect | major | andrew | 01/29/13 |
| #602 | --delete-ghost-migrations doesn't work on convert_to_south | commands | closed | duplicate | unknown | defect | major | andrew | 10/16/10 |
| #603 | Putting South into installed_apps issues SET_FOREIGN_KEY_CHECKS=0 | commands | closed | fixed | 0.7.2 | defect | blocker | andrew | 10/25/10 |
| #604 | Dropping sqlite column after data migration fails | commands | closed | invalid | 0.7.2 | defect | major | andrew | 10/27/10 |
| #605 | When models are broken into seperate files South does not detect them. | migrations | closed | invalid | unknown | enhancement | major | andrew | 08/10/12 |
| #606 | The "convert_to_south" command fails if "models" is a package (directory) | commands | closed | invalid | 0.7.1 | defect | blocker | andrew | 12/01/10 |
| #616 | No support for custom M2M subclasses that change the schema of auto generated through table. | migrations | assigned | mercurial | defect | major | andrew | 08/25/11 | |
| #627 | alter_column fails on postgres when removing null=True | commands | assigned | unknown | defect | major | andrew | 07/02/12 | |
| #638 | platform-dependent constraint name hash | databaseapi | assigned | 0.7.2 | defect | major | andrew | 09/27/12 | |
| #639 | Support fixture schema migrations | commands | assigned | unknown | enhancement | major | andrew | 10/27/10 | |
| #640 | Documentation suggestion: A way to ignore apps containing migrations | documentation | closed | fixed | unknown | enhancement | major | andrew | 11/12/10 |
| #641 | Fixture installing doesn't recognize "--database" option | migrations | closed | fixed | 0.7.1 | defect | major | andrew | 08/12/11 |
| #653 | ManualChanges.suggest_name can return invalid migration names | commands | closed | fixed | unknown | defect | minor | andrew | 10/04/11 |
| #658 | Importing BaseCommentAbstractModel causes South to use django.contrib.comments | commands | closed | invalid | mercurial | defect | major | andrew | 02/10/11 |
| #666 | MySQL InnoDB foreign key errors when applying multiple migrations | commands | closed | invalid | 0.7.1 | defect | major | andrew | 02/16/11 |
| #667 | Migrations files doesn't pass pep8 and pyflake. | migrations | assigned | unknown | enhancement | major | andrew | 03/08/11 | |
| #668 | south version incorrect in docs | documentation | closed | fixed | 0.7.2 | defect | trivial | andrew | 11/03/10 |
| #671 | new version of mssql does not support DROP DEFAULT | databaseapi | closed | fixed | 0.7.2 | defect | major | andrew | 06/29/11 |
| #672 | Column names should be quoted in call to create_unique for sqlite | databaseapi | closed | fixed | unknown | defect | major | andrew | 04/16/12 |
| #673 | bad search for circular dependency | migrations | closed | fixed | mercurial | defect | major | andrew | 12/01/10 |
| #674 | bad search for circular dependency | migrations | closed | duplicate | mercurial | defect | major | andrew | 11/17/10 |
| #675 | incorrectly deleted primary key | commands | assigned | unknown | defect | major | andrew | 12/01/10 | |
| #676 | introspection plugin for djangotimezones | commands | closed | fixed | unknown | defect | major | andrew | 11/21/10 |
| #677 | south fails when app __name__ is set | migrations | closed | wontfix | 0.7.2 | defect | major | andrew | 12/01/10 |
| #678 | If a field's default is set to an Enum, the resulting migration has a syntax error | migrations | assigned | unknown | enhancement | minor | andrew | 12/01/10 | |
| #679 | When changing a ForeignKey, references are not updated | commands | closed | fixed | unknown | defect | major | andrew | 11/25/11 |
| #684 | DateTimeField to DateField migration fails | migrations | closed | wontfix | 0.7.2 | defect | major | andrew | 09/21/11 |
| #685 | add a flag to run only schema migrations | commands | infoneeded | 0.7.2 | enhancement | minor | andrew | 12/07/10 | |
| #687 | variable delete_unique_sql should be different for mysql | databaseapi | assigned | 0.7.2 | defect | major | andrew | 12/29/10 | |
| #688 | schemamigration --add-index creates invisible migrations | commands | closed | duplicate | 0.7.2 | defect | major | andrew | 12/29/10 |
| #689 | Improve documentation how to create permissions | documentation | assigned | unknown | enhancement | minor | andrew | 12/29/10 | |
| #690 | When changing a FK that had no default and using default datetime.datetime.today() getting syntax error | migrations | infoneeded | mercurial | defect | minor | andrew | 12/29/10 | |
| #691 | Fixture migration | commands | closed | duplicate | unknown | enhancement | major | andrew | 12/21/10 |
| #692 | gentle suggestion for clarity about easier-to-deal-with DBMSes | commands | closed | fixed | unknown | enhancement | trivial | andrew | 02/27/11 |
| #693 | Introspection plugin for Django Audit Log | commands | closed | fixed | unknown | enhancement | major | andrew | 12/29/10 |
| #694 | South Unable to Do DDL Transactions Under MySQL | commands | closed | invalid | unknown | defect | major | andrew | 12/29/10 |
| #696 | the south syncdb command ignore the errors that raise in base django syncdb | commands | infoneeded | 0.7.2 | defect | major | andrew | 01/03/11 | |
| #697 | MySQL rename column and table fails when present in a foreign key | databaseapi | assigned | 0.7 | defect | minor | andrew | 11/25/11 | |
| #698 | using schemamigration --add-field fails with cryptic message | commands | closed | fixed | 0.7.2 | defect | minor | andrew | 02/25/12 |
| #699 | no name for migration adding only single m2m relation | commands | assigned | 0.7.2 | defect | major | andrew | 01/11/11 | |
| #700 | All NOT NULL constraints dropped for a table during migration (sqlite) | migrations | closed | fixed | 0.7.2 | defect | major | andrew | 06/17/11 |
| #702 | South + tests + multidb: missing south_migrationhistory table in the second db | commands | assigned | unknown | defect | major | andrew | 06/10/11 | |
| #703 | South does not seem to pick up "spatial_index" and "db_index" params for GeoDjango's geometry fields | migrations | assigned | 0.7.3 | defect | trivial | andrew | 01/11/11 | |
| #704 | Is Support Here? | documentation | closed | invalid | 0.7.2 | defect | minor | andrew | 01/14/11 |
| #708 | Flase is False and not 0 | migrations | closed | duplicate | 0.7 | defect | minor | andrew | 01/14/11 |
| #711 | Problems with Oracle, field creation, and NULL | databaseapi | closed | duplicate | 0.7.3 | defect | minor | andrew | 01/19/11 |
| #713 | South 0.7.3 doesn't work with Python 2.4 | migrations | closed | worksforme | 0.7.3 | defect | major | andrew | 01/31/11 |
| #714 | db.alter fails on removal of 'default:true' and 'blank:true' | databaseapi | closed | duplicate | 0.7.1 | defect | minor | andrew | 02/22/11 |
| #720 | Prettier graphmigrations | commands | closed | fixed | unknown | enhancement | minor | andrew | 02/07/11 |
| #721 | (patch) South sometimes tries to redo applied migrations | migrations | closed | fixed | 0.7.3 | defect | major | andrew | 02/14/11 |
| #722 | (patch) Detailed changes list for migrations | commands | closed | fixed | 0.7.3 | enhancement | minor | andrew | 02/14/11 |
| #723 | Invalid syntax exception in generic.py | commands | closed | fixed | 0.7.3 | defect | major | andrew | 09/02/11 |
| #724 | South fails to migrate OneToOne to ForeginKey | migrations | assigned | 0.7.3 | defect | major | andrew | 07/16/12 | |
| #725 | alter_column unconditionally drops check constraints | databaseapi | assigned | unknown | defect | major | andrew | 02/23/11 | |
| #726 | modified syncdb shouldn't load fixtures until after migrate command | commands | closed | wontfix | 0.7.3 | enhancement | major | andrew | 02/23/11 |
| #727 | Default value for geometry column is not supported by mysql | commands | closed | fixed | unknown | defect | major | andrew | 03/16/11 |
| #728 | South 0.6.x used to find migrations that 0.7.x does not; this fixes it | commands | closed | wontfix | 0.7.3 | defect | major | andrew | 02/25/11 |
| #729 | South makes assumptions about the app name when creating a migration | migrations | closed | wontfix | unknown | defect | major | andrew | 07/31/12 |
| #731 | Not picking db_index=False for SlugField | commands | closed | fixed | unknown | defect | major | andrew | 03/13/13 |
| #732 | Patch for signals.rst... | documentation | new | unknown | defect | major | andrew | 03/10/11 | |
| #733 | Oracle backend fails during constraint cache migration | commands | closed | fixed | mercurial | defect | major | andrew | 08/26/11 |
| #734 | Oracle: add support for renaming columns | migrations | closed | fixed | mercurial | enhancement | minor | andrew | 03/17/11 |
| #735 | Altering a column does not remove UNIQUE constraint | migrations | closed | fixed | mercurial | defect | minor | andrew | 08/28/11 |
| #736 | Migration with proxy model does not work | commands | assigned | 0.7.3 | defect | major | andrew | 08/25/11 | |
| #737 | Oracle backend does not properly quote identifiers | databaseapi | closed | fixed | mercurial | defect | major | andrew | 03/17/11 |
| #738 | Oracle: handle NOT NULL -> NULL altering correctly | migrations | closed | fixed | mercurial | defect | minor | andrew | 03/17/11 |
| #739 | Fix testcase for databases that have connection.features.interprets_empty_strings_as_nulls==True | commands | closed | fixed | unknown | defect | minor | andrew | 03/17/11 |
| #740 | Oracle: fix delete_table() for tables that have no AutoField | databaseapi | closed | fixed | mercurial | defect | minor | andrew | 03/17/11 |
| #741 | CharField false change detection (Null attribute) | migrations | assigned | 0.7.3 | defect | minor | andrew | 03/25/11 | |
| #745 | Wrong column type for OneToOneField w/ parent_link=True | migrations | assigned | 0.7.3 | defect | major | andrew | 03/25/11 | |
| #746 | datamigrations with proxy model m2m has invalid manager | commands | assigned | 0.7.3 | defect | major | andrew | 03/25/11 | |
| #747 | db.delete_unique() not worked for mysql 5.5 | databaseapi | closed | fixed | 0.7.3 | defect | critical | andrew | 02/09/12 |
| #752 | Make it possible to do cross-database constraint creation | databaseapi | assigned | mercurial | enhancement | minor | andrew | 04/07/11 | |
| #753 | GeoDjango: fails to find changes: Geography True/False | databaseapi | closed | fixed | 0.7.3 | enhancement | major | andrew | 06/25/11 |
| #754 | Create table breaks in oracle for integer fields with checks | databaseapi | closed | fixed | unknown | defect | major | andrew | 04/08/11 |
| #755 | Oracle DB does not work , sql incorrect. | databaseapi | assigned | 0.7.3 | defect | major | andrew | 04/15/11 | |
| #757 | South "forgets" indexes on SQLite3 | migrations | assigned | 0.7.3 | defect | minor | andrew | 08/11/11 | |
| #758 | Improve interative console prompts readability | commands | assigned | unknown | enhancement | minor | andrew | 04/21/11 | |
| #759 | Missing cursor definition in south/tests/db.py | commands | closed | fixed | unknown | defect | trivial | andrew | 04/19/11 |
| #760 | Autoincrementing primary keys for sqlite3 | databaseapi | assigned | 0.7.3 | defect | minor | andrew | 04/20/11 | |
| #761 | sqlite3: no such index error when converting fk to char | migrations | closed | duplicate | 0.7.3 | defect | major | andrew | 08/28/11 |
| #763 | on_delete option for foreign keys not picked up by south | migrations | closed | fixed | 0.7.3 | defect | major | andrew | 04/26/12 |
| #765 | Oracle: proper altering of columns with NULL/NOT NULL | databaseapi | closed | fixed | unknown | defect | major | andrew | 08/30/11 |
| #766 | db.delete_column() not worked for mysql 5.5 when the column is a foreign key | databaseapi | closed | fixed | mercurial | defect | major | andrew | 05/09/11 |
| #767 | configurable verbosity during test runs | commands | closed | invalid | 0.7.3 | enhancement | major | andrew | 05/10/11 |
| #775 | delete_foreign_key doesn't work on sqlite3 | databaseapi | new | 0.7.3 | defect | major | andrew | 02/19/13 | |
| #776 | Cannot drop index that was created when the table was created. | databaseapi | assigned | 0.7.2 | defect | major | andrew | 02/20/12 | |
| #777 | SOUTH_DATABASE_ADAPTERS ignored | databaseapi | new | 0.7.3 | defect | major | andrew | 12/09/11 | |
| #779 | GeoDjango data migrations appear to not respect objects = models.GeoManager() | migrations | assigned | 0.7.3 | defect | major | andrew | 03/12/13 | |
| #780 | post_migrate signal not sent with verbosity 0 and nothing to migrate | commands | closed | fixed | mercurial | defect | minor | andrew | 06/03/11 |
| #781 | Model Instances not valid when used as arguments for creating another object | migrations | assigned | 0.7.3 | defect | major | andrew | 11/29/11 | |
| #782 | Integrity appears after removing null=True from field | migrations | assigned | 0.7.3 | defect | major | andrew | 06/14/12 | |
| #788 | pydev in Eclipse doesn't recognise DatabaseOperations | commands | closed | wontfix | 0.7.3 | defect | minor | andrew | 06/16/11 |
Note:
See TracReports for help on using and creating reports.
