Timeline
06/09/10:
- 00:22 Ticket #478 (db.delete_index() doesn't introspect the database to get the name of ...) created by
- South uses django < 1.2 conventions to work out names of indexes in …
06/07/10:
- 17:02 Ticket #477 (Related models from a parent model that has been inherited are not ...) created by
- If you migrate a child model then the parent is available on the orm but …
06/06/10:
- 19:41 Ticket #476 (on a backward migration, dependencies are not satisfied) closed by
- invalid: If I'm reading this correctly, that actually is exactly how it should work …
- 19:13 Ticket #476 (on a backward migration, dependencies are not satisfied) created by
- When migrating backwards from migration B to migration A, the sequence of …
06/04/10:
- 22:16 Ticket #475 (Migrations failing on postgresql) created by
- I'm getting a problem similar to the one described in ticket #293 …
- 21:21 Ticket #474 (Removed import parser that failed on Jython) closed by
- fixed: Fixed in [105490fb7708].
- 17:05 Ticket #474 (Removed import parser that failed on Jython) created by
- Ticket #345 was closed as invalid but in fact was not fixed. An import …
06/03/10:
- 20:24 Ticket #473 (create_primary_key fails on SQLite with invalid SQL generated) closed by
- fixed: You're right, that wasn't quite the right thing to do, but thanks for …
- 11:50 Ticket #472 (The '--no-initial-data' option doesn't work when there is nothing to ...) closed by
- fixed: Applied in [6e78493c10dc]. Thanks!
- 11:32 Ticket #473 (create_primary_key fails on SQLite with invalid SQL generated) created by
- In the following migration, SQLite fails with …
06/02/10:
- 21:46 Ticket #469 (initial_data fixtures are always loaded into the default db) closed by
- fixed: Thanks, applied in [1bbd3b274e6c].
- 20:59 Ticket #472 (The '--no-initial-data' option doesn't work when there is nothing to ...) created by
- If there is no migrations to do for an app, the '--no-initial-data' option …
- 11:41 Ticket #471 (Error 150 while rename ForeignKey column in MySQL) created by
- Code: […] _mysql_exceptions.OperationalError?: (1025, "Error on rename …
- 08:36 Ticket #470 (Migrations scripts from 0.6 fail with 0.7.1 due to inheritance problem) created by
- I had following case: First I added new column "rank" to a table of the …
- 00:24 Ticket #469 (initial_data fixtures are always loaded into the default db) created by
- Even if the migration is being run on a different database, the …
05/31/10:
- 11:26 Ticket #468 (_suppress_default not respected properly) closed by
- fixed: Fixed in [37ee23a20820].
05/23/10:
- 02:13 Ticket #468 (_suppress_default not respected properly) created by
- The _suppress_default hook is good, however in column_sql …
05/22/10:
- 13:21 Ticket #467 (Can't use a class as first element in an introspection rule tuple) closed by
- fixed: Indeed, that point was wrongly worded. I've fixed the docs, rather than …
- 08:53 Ticket #467 (Can't use a class as first element in an introspection rule tuple) created by
- The docs say it's allowed, but I get a "TypeError?: 'SubfieldBase?' object …
- 00:00 Milestone 0.7.1 completed
05/21/10:
- 21:41 WikiStart edited by
- (diff)
- 21:24 Ticket #420 (Field ordering wrong after running an initial schema migration) closed by
- fixed: Seems to have been fixed at some point since this was reported. My …
- 21:18 Ticket #400 (Allowing logger to be configured by logging module) closed by
- wontfix
- 21:18 Ticket #448 (south syncdb affects app_template_dirs content so template loader raises ...) closed by
- fixed
- 21:18 Ticket #419 (south logging misbehaves.) closed by
- wontfix
- 21:18 Ticket #395 (forwards()/backwards() should have access to old/new orm) closed by
- invalid
- 21:18 Ticket #388 (schemamigration attempts to migrate GenericRelation) closed by
- invalid
- 21:08 Ticket #243 (Renaming a ForeignKey in MySQL/Innodb) closed by
- fixed: Closing this ticket as "fixed" for the first half, as #466 is a bug about …
05/20/10:
- 15:29 Ticket #466 (Renaming a foreign key doesn't update the foreign key in MySQL with InnoDB) created by
- The index seems to be updated but not the actual fk that is used to follow …
05/19/10:
- 16:58 Ticket #465 (new option for migrate: --noinput) created by
- for a fabric style deployment ... required user input is not nice if you …
05/18/10:
- 09:23 Ticket #464 (Trying to alter column to None type) created by
- If field.db_type() in south.db.generic._db_type_for_alter_column returns …
05/17/10:
- 22:40 Ticket #463 (CharField set to blank still requires default value) created by
- To the best of my knowledge, it is not advisable to use null=True on …
05/14/10:
- 15:56 Ticket #462 (Crash when doing datamigration on an app with no migrations or models) closed by
- fixed: Fixed in [cf2da5006eee].
05/13/10:
- 17:55 Ticket #462 (Crash when doing datamigration on an app with no migrations or models) created by
- It looks like it catches the error when there are no migrations for the …
- 15:25 Ticket #461 (ordering problem deleting field and an index that includes it) created by
- Using Postgres, South 0.7, I created a migration that included the removal …
- 14:16 Ticket #460 (south soes not work with new DATABASES settings) created by
- if the DATABASES setting is used: DATABASES = { 'default': { …
05/12/10:
- 23:41 Ticket #459 (No migration is needed for changes to blank= on a model field) created by
- An example from an autogenerated migration: […] No migration in needed …
- 20:50 Ticket #293 (Truncation problem with adding ManyToMany Fields results in "relation ...) closed by
- invalid: Excellent, then in this case I'll close the ticket as invalid (since it …
05/11/10:
- 11:02 Ticket #458 (Allow custom fields to define dependencies for model freezer) created by
- The field_dependencies method in the freezer (creator/freezer.py) …
Note: See TracTimeline
for information about the timeline view.
