Timeline
11/04/10:
- 19:25 Ticket #671 (new version of mssql does not support DROP DEFAULT) created by
- I use MSSQL. When I try execute 'python manage.py migrate forum' I receive …
11/03/10:
- 19:26 Ticket #668 (south version incorrect in docs) closed by
- fixed: Fixed in [f7bf21002084].
- 18:28 Ticket #668 (south version incorrect in docs) created by
- http://south.aeracode.org/docs/installation.html still lists 0.7.1 as the …
11/02/10:
- 01:01 Ticket #667 (Migrations files doesn't pass pep8 and pyflake.) created by
- Hi, The automatic scripts created in migration doesn't pass the pep8 and …
10/30/10:
- 13:04 Ticket #666 (MySQL InnoDB foreign key errors when applying multiple migrations) created by
- I got the dreaded 1005 error: mysql_exceptions.OperationalError?: (1005, …
- 10:41 Ticket #641 (Fixture installing doesn't recognize "--database" option) closed by
- duplicate: This is either a duplicate of #469, or something you'll have to fix …
- 10:38 Ticket #653 (ManualChanges.suggest_name can return invalid migration names) closed by
- fixed: Thanks for that; applied as [a64558685b3a].
- 10:30 Ticket #658 (Importing BaseCommentAbstractModel causes South to use ...) closed by
- invalid: This isn't just South; I can replicate it with South turned off and just …
10/28/10:
- 23:50 Ticket #658 (Importing BaseCommentAbstractModel causes South to use ...) created by
- I have an app called "comments" (intended to be a custom comments app). I …
- 19:17 Ticket #653 (ManualChanges.suggest_name can return invalid migration names) created by
- The --add-field or --add-index options for schemamigration take …
- 17:20 BadContent edited by
- (diff)
- 14:35 BadContent edited by
- (diff)
- 13:01 BadContent edited by
- (diff)
- 12:21 BadContent edited by
- (diff)
- 11:17 BadContent edited by
- (diff)
- 10:08 BadContent edited by
- (diff)
- 08:16 BadContent edited by
- (diff)
10/27/10:
- 23:07 Ticket #641 (Fixture installing doesn't recognize "--database" option) created by
- When migrating a module with fixtures, and using the --database option, …
- 22:31 Ticket #640 (Documentation suggestion: A way to ignore apps containing migrations) created by
- Whether or not it may be considered wise to do so, it is likely that a …
- 22:17 Ticket #639 (Support fixture schema migrations) created by
- I use fixtures for testing. But as my schema changes over time and I …
- 13:16 Ticket #638 (platform-dependent constraint name hash) created by
- Constraint names in south appear to use the python built in hash function …
- 10:26 BadContent edited by
- (diff)
- 10:21 BadContent edited by
- (diff)
- 10:18 Ticket #604 (Dropping sqlite column after data migration fails) closed by
- invalid: Yeah, so this is a bug in that bundled version then. I've committed a docs …
- 10:06 BadContent edited by
- (diff)
- 09:58 BadContent edited by
- (diff)
- 08:25 BadContent edited by
- (diff)
10/26/10:
- 21:29 BadContent edited by
- (diff)
- 20:17 BadContent edited by
- (diff)
- 18:43 Ticket #627 (alter_column fails on postgres when removing null=True) created by
- I ran into an irritation while using South to change several text columns …
- 17:31 BadContent edited by
- (diff)
- 15:28 BadContent edited by
- (diff)
- 15:22 Ticket #513 (Migration fails on django-cms) closed by
- invalid: As I said before, this bug is not a South issue, but particular to …
- 15:20 Ticket #513 (Migration fails on django-cms) reopened by
- I had the very save failure as this point 'picture:0005_table_rename'. The …
- 14:01 BadContent edited by
- (diff)
- 13:00 BadContent edited by
- (diff)
- 12:07 BadContent edited by
- (diff)
- 08:03 BadContent edited by
- (diff)
- 00:10 Ticket #616 (No support for custom M2M subclasses that change the schema of auto ...) created by
- I'm trying to integrate south support into …
10/25/10:
- 23:45 BadContent edited by
- (diff)
- 22:46 BadContent edited by
- (diff)
- 21:34 Ticket #144 (Sqlite and unique_together) closed by
- fixed: OK, looks good - applied as [c92d62e5e5df].
- 21:31 Ticket #603 (Putting South into installed_apps issues SET_FOREIGN_KEY_CHECKS=0) closed by
- fixed: Right you are. Fixed in [9922086cf843].
- 21:26 Ticket #572 (Incompatibility with tables manually specifying postgres schemas) closed by
- fixed: To be honest, I don't want to invest any more time in fixing this issue - …
- 11:48 Ticket #572 (Incompatibility with tables manually specifying postgres schemas) reopened by
- This only partly fixes this issue, which is related to django. Russ …
- 00:43 Ticket #603 (Putting South into installed_apps issues SET_FOREIGN_KEY_CHECKS=0) reopened by
- self._initialised never gets set... which caused my migration to hang …
10/21/10:
- 22:15 Ticket #606 (The "convert_to_south" command fails if "models" is a package (directory)) created by
- I've attempted this several different times to test it, but if the …
- 17:46 Ticket #605 (When models are broken into seperate files South does not detect them.) created by
- Not sure if there is any way for South to detect models in non-standard …
- 08:56 Ticket #604 (Dropping sqlite column after data migration fails) created by
- When following the tutorial at …
10/16/10:
- 15:30 Ticket #602 (--delete-ghost-migrations doesn't work on convert_to_south) closed by
- duplicate: Duplicate of #519.
- 15:28 Ticket #603 (Putting South into installed_apps issues SET_FOREIGN_KEY_CHECKS=0) closed by
- fixed: Fixed in [a7ccfadca0ba].
- 11:03 Ticket #603 (Putting South into installed_apps issues SET_FOREIGN_KEY_CHECKS=0) created by
- The title pretty much says it; just by putting south into INSTALLED_APPS I …
10/15/10:
- 15:39 Ticket #602 (--delete-ghost-migrations doesn't work on convert_to_south) created by
- When running ./manage.py appname convert_to_south, if migrations already …
10/14/10:
- 19:37 Ticket #601 (Unable to remove UNIQUE from field with South 0.72) created by
- I've created a schemamigration which removes UNIQUE and 'required' from a …
10/13/10:
- 20:47 Ticket #597 ("converting an app" documentation fixes and clarifications) closed by
- fixed: Fixed in [ef8e3fd3a82d].
- 13:37 Ticket #600 (Adding Boolean field doesn't obey default with SQLite) created by
- When a migration adds a boolean column to a SQLite database, the default …
10/11/10:
- 22:04 Ticket #599 (PointField error) created by
- I'm trying to convert some geodjango models to South. I got this error: …
10/06/10:
- 17:37 Ticket #597 ("converting an app" documentation fixes and clarifications) created by
- […] The other thing that could use slightly more explanation on this …
Note: See TracTimeline
for information about the timeline view.
