Timeline
07/01/10:
06/30/10:
- 15:11 Ticket #496 (Migration fails with m2m field on proxy model) created by
- Migration fails then there is a ManyToMany? field referencing proxy model. …
- 15:04 Ticket #482 (more documentation on Meta freezing) closed by
- fixed: Committed in [11f303441fff]
- 15:00 Ticket #481 (freezing the model ordering information) closed by
- fixed: Fixed in [788ef3e9c20a].
06/28/10:
06/22/10:
- 22:13 Ticket #484 (Support custom typecasting when altering column (using())) created by
- When doing the following: db.alter_column('model_name', …
- 17:39 Ticket #483 (Incorrect behaviour when using "from django.utils.datetime_safe import ...) closed by
- fixed: Ah, it seems the repr() of safe_datetime is a little odd. Fixed by …
- 13:08 Ticket #483 (Incorrect behaviour when using "from django.utils.datetime_safe import ...) created by
- Code created in migrations seems to improperly import this module, that's …
- 09:43 Ticket #475 (Migrations failing on postgresql) closed by
- invalid: This error almost always happens when you apply an initial migration …
06/18/10:
- 13:46 Ticket #482 (more documentation on Meta freezing) created by
- South does not freeze all attributes of a model's Meta inner class (e.g. …
- 13:35 Ticket #481 (freezing the model ordering information) created by
- I noticed that South does not freeze the ordering information for the …
06/17/10:
- 05:14 Ticket #480 (--show-sql option for migrate) created by
- Somewhat similar to --db-dry-run, but outputs sql. Preferably, outputs orm …
06/16/10:
- 18:04 BadContent edited by
- (diff)
- 11:38 BadContent edited by
- (diff)
- 09:55 BadContent edited by
- (diff)
06/14/10:
06/13/10:
- 17:41 Ticket #479 (Unused variables) created by
- Running South 0.7.1 through PyDev? reveals some unused variables and …
06/12/10:
- 19:19 BadContent edited by
- (diff)
- 12:12 TracReports edited by
- (diff)
- 12:12 TracGuide edited by
- (diff)
- 12:12 TracTicketsCustomFields edited by
- (diff)
- 12:12 TracAdmin edited by
- (diff)
- 12:12 TracWorkflow edited by
- (diff)
- 12:12 TracSyntaxColoring edited by
- (diff)
- 12:12 TracRevisionLog edited by
- (diff)
- 12:12 TracModWSGI created by
- 12:12 WikiDeletePage edited by
- (diff)
- 12:12 TracSearch edited by
- (diff)
- 12:12 TracStandalone edited by
- (diff)
- 12:12 TracNotification edited by
- (diff)
- 12:12 TracModPython edited by
- (diff)
- 12:12 TracRepositoryAdmin created by
- 12:12 TracBrowser edited by
- (diff)
- 12:12 WikiMacros edited by
- (diff)
- 12:12 CamelCase edited by
- (diff)
- 12:12 WikiRestructuredTextLinks edited by
- (diff)
- 12:12 TracIni edited by
- (diff)
- 12:12 TracSupport edited by
- (diff)
- 12:12 TracInstall edited by
- (diff)
- 12:12 TracBackup edited by
- (diff)
- 12:12 WikiPageNames edited by
- (diff)
- 12:12 TracCgi edited by
- (diff)
- 12:12 InterWiki edited by
- (diff)
- 12:12 TracTickets edited by
- (diff)
- 12:12 TracWiki edited by
- (diff)
- 12:12 TracEnvironment edited by
- (diff)
- 12:12 PageTemplates edited by
- (diff)
- 12:12 TracPermissions edited by
- (diff)
- 12:12 WikiFormatting edited by
- (diff)
- 12:12 TracInterfaceCustomization edited by
- (diff)
- 12:12 TracFastCgi edited by
- (diff)
- 12:12 TracRoadmap edited by
- (diff)
- 12:12 WikiNewPage edited by
- (diff)
- 12:12 TracImport edited by
- (diff)
- 12:12 TracLogging edited by
- (diff)
- 12:12 TracTimeline edited by
- (diff)
- 12:12 TracPlugins edited by
- (diff)
- 12:12 TracAccessibility edited by
- (diff)
- 12:12 WikiRestructuredText edited by
- (diff)
- 12:12 WikiProcessors edited by
- (diff)
- 12:12 TracUnicode edited by
- (diff)
- 12:12 WikiHtml edited by
- (diff)
- 12:12 TracNavigation edited by
- (diff)
- 12:12 TracFineGrainedPermissions edited by
- (diff)
- 12:12 InterTrac edited by
- (diff)
- 12:12 TracLinks edited by
- (diff)
- 12:12 TracChangeset edited by
- (diff)
- 12:12 TracUpgrade edited by
- (diff)
- 12:12 TracRss edited by
- (diff)
- 12:12 TracQuery edited by
- (diff)
- 00:36 BadContent edited by
- (diff)
- 00:35 BadContent edited by
- (diff)
06/10/10:
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 …
Note: See TracTimeline
for information about the timeline view.
