Timeline
08/06/09:
- 23:38 Ticket #160 (validation error in convert_to_south) closed by
- fixed: Fixed in [48f193b5cfcc].
- 23:06 Ticket #169 (Accessing generic fkeys from (data) migrations) closed by
- fixed: Generics appear to work nicely now. Marking as fixed.
- 23:05 Ticket #189 (Add Backwards Dependencies) closed by
- wontfix: Nope, we're getting rid of this in the refactor, we couldn't think of a …
- 23:04 Ticket #94 (Potential incorrect ordering of create_tables with inherited models) closed by
- duplicate: Marking as duplicate of #150, since that's ordering too.
- 22:59 Ticket #210 (error converting app: cannot import SouthFieldClass) closed by
- invalid: Closing, no response, and the original bug is invalid.
- 22:58 Ticket #206 (type function in orm.py expects string - and gets unicode) closed by
- fixed: Looks to be fixed.
- 22:55 Ticket #190 (Failed to generate migration) closed by
- worksforme: Closing, can't see what the error was.
- 22:52 Ticket #179 (Problem with inherited models) closed by
- invalid: Looks to be invalid. Closing.
- 22:23 Ticket #170 (Running syncdb in --no-south mode (with patch)) closed by
- fixed: Implemented in [f7a99186f275].
- 21:57 Ticket #155 (startmigration --initial fails if model related to a proxy model) closed by
- fixed: Fixed in [b881df2d7e4e].
- 21:41 Ticket #151 (Auto resets my databases default for datetime values everytime I migrate) closed by
- wontfix: We won't fix this, as we don't like special cases. The recommended fix is …
- 21:39 Ticket #147 (Double post_syncdb signal sending after migrate) closed by
- fixed: This has been fixed in the interim.
- 21:36 Ticket #139 (Removing M2M causes crash) closed by
- fixed: This seems to be fixed with recent Djangos, so marking as fixed.
- 21:29 Ticket #137 (ValueError on GenericRelation) closed by
- fixed: This has been fixed in the meantime, as GenericRelations are no longer …
- 21:26 Ticket #127 (Attempting to drop Index's after table was already dropped.) closed by
- fixed: Fixed in [f7a5b6b2b068].
- 21:06 Ticket #188 ([PATCH] Compiled migrations (.pyc files) are not applied) closed by
- fixed: Fixed in [8a7e0cd56089].
- 08:39 BadContent edited by
- (diff)
08/05/09:
- 20:58 Ticket #217 (relations to 'self' fail) closed by
- fixed: This seems to have been fixed, most likely as part of the ORM refactor.
- 20:56 Ticket #219 (Problem renaming fields with sqlite.) closed by
- fixed: Fixed in [8e3ad05f8009].
- 20:50 Ticket #221 (boolean fields with numeric default values fail) closed by
- fixed: Fixed in [8e81255ed1ff]
- 20:41 BadContent edited by
- (diff)
- 08:41 BadContent edited by
- (diff)
08/04/09:
- 22:53 Ticket #223 (Unit tests fail if other migrations are run) closed by
- fixed: Applied in [148ad6c7f1b5].
- 15:16 Ticket #223 (Unit tests fail if other migrations are run) created by
- Reproduction steps: 1. Add SOUTH_TESTS_MIGRATE = True to settings.py …
08/03/09:
07/31/09:
- 03:25 Ticket #222 (When running forwards and backwards migrations, raise an exception if ...) created by
- Sometimes, people may import a Model directly in a forwards() or …
07/29/09:
- 16:28 Ticket #221 (boolean fields with numeric default values fail) created by
- default value 0 or 1 fail
- 16:20 Contributing edited by
- (diff)
- 14:11 Ticket #220 (Renaming a inherited model makes troubles with foreignkeys) created by
- If i rename a table that was inherited from an other model there are some …
07/28/09:
- 21:01 Ticket #219 (Problem renaming fields with sqlite.) created by
- Using 46e95399bdca, I get this exception when renaming fields: […] …
- 17:59 FAQ edited by
- (diff)
- 15:54 Ticket #218 (Minor Documentation suggestions) closed by
- fixed: Yes, good changes. Applied.
- 15:54 WikiStart edited by
- (diff)
- 15:52 ConvertingAnApp edited by
- (diff)
- 15:51 ConvertingAnApp edited by
- (diff)
- 15:51 ConvertingAnApp edited by
- (diff)
- 02:32 Ticket #218 (Minor Documentation suggestions) created by
- These are minor suggestions but in terms of documentation flow I think it …
07/27/09:
- 15:25 WikiStart edited by
- (diff)
- 15:25 ReleaseNotes/0.6 edited by
- (diff)
- 12:07 Ticket #217 (relations to 'self' fail) created by
- South fails on on OneToOne? relation to the same class. eg. some = …
07/25/09:
- 11:06 Ticket #207 (Autogenerator should drop UNIQUE constraints) closed by
- fixed: So it does. Implemented in [92e1d7754d19].
- 10:44 Ticket #208 (Error in auto-migration when deleting a reference to object) closed by
- worksforme: I cannot replicate this in the trunk version, so I'll mark as Works For …
- 10:09 ReleaseNotes/0.6 edited by
- (diff)
- 10:00 Ticket #212 (Make sure that any data changed in a dry-run gets rolled back) closed by
- fixed: Indeed, I sometimes forget MySQL has transaction support, limited to data …
07/24/09:
- 21:13 Ticket #213 (FakeORM construction is slow and happens too often) closed by
- fixed: Implemented in [11e74884e6c3] - thanks for doing all this profiling, I was …
- 20:48 Ticket #216 (--verbosity=0 doesn't really make South silent) closed by
- fixed: Looks good, committed in [c6c31ef2a3e2] (with a minor tweak or two).
- 20:39 ReleaseNotes/0.6 created by
- 19:29 Ticket #214 (Batch post_syncdb() signals so they only happen once per migrated ...) closed by
- fixed: Thanks for the patch, looks good. Applied in [b11ede5ffc4f].
- 18:50 Ticket #216 (--verbosity=0 doesn't really make South silent) created by
- Reproduction steps: 1. Run manage.py migrate or `manage.py …
- 18:35 Ticket #215 (Teams working with South encounter errors when convert_to_south is run on ...) closed by
- wontfix: I'm sorry, but I'm going to have to say this is unfixable. Consider also …
07/23/09:
- 21:44 Ticket #215 (Teams working with South encounter errors when convert_to_south is run on ...) created by
- Reproduction steps: 1. Alice writes a new application with some …
- 19:14 Ticket #214 (Batch post_syncdb() signals so they only happen once per migrated ...) created by
- While profiling, we discovered that if you use the …
- 19:11 Ticket #213 (FakeORM construction is slow and happens too often) created by
- We profiled our application and discovered that South spent a lot of time …
- 19:02 Ticket #212 (Make sure that any data changed in a dry-run gets rolled back) created by
- This ticket is related to #138. In a forwards or backwards migration, …
07/22/09:
- 12:44 Ticket #211 (South do not track new and removed permissions) created by
- Custom permissions can be added by specifying a permission tuple in …
07/21/09:
- 21:46 Ticket #210 (error converting app: cannot import SouthFieldClass) created by
- Creating migrations directory at …
07/20/09:
- 11:12 Ticket #209 (Migration hangs indefinitely if another connection to DB is open) created by
- When you try to run migrations and there is another connection to a table …
- 10:23 BadContent edited by
- (diff)
- 08:03 BadContent edited by
- (diff)
07/19/09:
07/16/09:
- 08:15 Ticket #208 (Error in auto-migration when deleting a reference to object) created by
- Models layout like this: class Job: route = …
07/14/09:
- 21:58 Tutorial1 edited by
- (diff)
- 21:48 Tutorial2 edited by
- (diff)
- 21:48 Tutorial2 edited by
- (diff)
- 21:43 Tutorial2 edited by
- (diff)
- 21:35 Tutorial1 edited by
- (diff)
- 21:31 Tutorial1 edited by
- (diff)
- 08:49 Ticket #207 (Autogenerator should drop UNIQUE constraints) created by
- Removing unique=True from a model field results in auto-generated …
07/13/09:
- 21:04 Ticket #206 (type function in orm.py expects string - and gets unicode) created by
- When doing my first south init with 'convert_to_south' it did crash. The …
- 20:05 Ticket #181 (Introspect Models instead of source files) closed by
- fixed: OK, I'd say this feature's pretty much implemented now, and it's had a …
07/10/09:
- 23:12 Ticket #199 (Delete model and then add a model with the same name fails) closed by
- fixed: Testing with trunk, this seems to be fixed; one of the reasons I removed …
- 23:06 Ticket #200 (Failure when parsing unique_together = ('field1', 'field2')) closed by
- fixed: I'm marking this fixed - the switch to introspection means it doesn't …
- 12:43 Ticket #196 (renaming a primary key does not work) closed by
- fixed: Fixed in [dd5b53a69684].
07/09/09:
- 14:58 Ticket #205 (add_column fails for unique ForeignKey or OneToOneField) closed by
- fixed: Fixed in [da117a13a6cd].
- 01:28 Ticket #205 (add_column fails for unique ForeignKey or OneToOneField) created by
- […] With a sqlite database, this produces: […] when trying to …
07/08/09:
- 18:24 Ticket #204 (SKIP_SOUTH_TESTS is being ignored) closed by
- fixed: Fixed in [a12068f44f46].
- 18:08 Ticket #204 (SKIP_SOUTH_TESTS is being ignored) created by
- South ignores the SKIP_SOUTH_TEST setting due to missing import. See …
- 11:57 Ticket #201 (Tutorial is unclear about South superseding Django's vanilla syncdb) closed by
- fixed: I think this does it well: …
- 11:56 Tutorial1 edited by
- (diff)
- 11:39 Ticket #202 (If `startmigration` command is not given a migration-name, print file to ...) closed by
- fixed: Good idea in principle, but I don't like the idea of not failing when …
- 11:32 Ticket #203 (Sort models in `pprint_frozen_models`) closed by
- fixed: Done in [4ce9086155e8].
- 10:35 Ticket #203 (Sort models in `pprint_frozen_models`) created by
- In south/management/commands/startmigration.py, pprint_fields returns …
- 10:20 Ticket #202 (If `startmigration` command is not given a migration-name, print file to ...) created by
- I like to see what startmigration will generate before it actually …
- 09:33 Ticket #201 (Tutorial is unclear about South superseding Django's vanilla syncdb) created by
- I find that the Tutorial, Part 1 page isn't clear that when starting a new …
07/07/09:
- 13:02 Ticket #200 (Failure when parsing unique_together = ('field1', 'field2')) created by
- The Django documentation specifies that: […] is equivalent to: […] …
- 12:54 Ticket #199 (Delete model and then add a model with the same name fails) created by
- I dropped a model named Group so my latest migration (the one that …
Note: See TracTimeline
for information about the timeline view.
