Timeline
08/27/09:
- 23:14 ReleaseNotes/0.6.1 edited by
- (diff)
- 21:46 Ticket #233 (South supporting multiple databases) created by
- On Django's 1.2 Roadmap …
- 21:43 Ticket #226 (Sqlite doesn't support app names with underscores in them for column ...) closed by
- fixed: Fixed in [f44c3e3cc52c].
- 20:58 Ticket #231 (abstract=True and ForeignKey('self')) closed by
- fixed: Fixed in [1ad15ec58637].
- 18:11 Ticket #232 (South produces error: The model 'category' from the app 'main' is not ...) created by
- I have converted my app to South as per the tutorial, and it worked fine …
- 12:03 Ticket #231 (abstract=True and ForeignKey('self')) created by
- Have those models: […] When I run: python manage.py startmigration …
08/26/09:
- 14:00 Ticket #230 (django not imported for auto generated migrations) closed by
- worksforme: This is a bug with the autogenerator; if you upgrade to the current …
- 13:15 Ticket #230 (django not imported for auto generated migrations) created by
- the orm part of a migration specifies something like …
- 11:23 Ticket #229 (inherited model m2m gets invalid foreign key) created by
- example: […] will yield something like […] where the …
- 09:04 DynamicFields edited by
- (diff)
- 08:53 DynamicFields edited by
- (diff)
- 08:44 BadContent edited by
- (diff)
08/25/09:
08/24/09:
08/20/09:
08/19/09:
- 18:48 Ticket #228 (Problems with fakeORM and script migration) created by
- Traceback (most recent call last): File …
08/18/09:
08/14/09:
- 08:04 Ticket #227 (Migrating from mysql to postgres, hit some mysql-specific code...) created by
- […]
08/13/09:
08/12/09:
- 01:07 Ticket #226 (Sqlite doesn't support app names with underscores in them for column ...) created by
- We are using an sqlite3 database. We ran code like this in a migration: …
08/11/09:
- 23:02 ReleaseNotes/0.6 edited by
- (diff)
- 21:37 WikiStart edited by
- (diff)
- 21:36 ReleaseNotes/0.6 edited by
- (diff)
- 21:36 ReleaseNotes/0.6 edited by
- (diff)
- 21:33 ConvertingAnApp edited by
- (diff)
- 21:28 Download edited by
- (diff)
- 21:14 ReleaseNotes/0.6 edited by
- (diff)
- 21:10 ReleaseNotes/0.6 edited by
- (diff)
- 21:09 ReleaseNotes/0.6 edited by
- (diff)
- 11:31 Milestone 0.6 completed
08/10/09:
- 16:15 Ticket #225 (Tweak to ease default values for TimeFields?) created by
- Hi In a model I have a TimeField? which is related to, say, a moment in a …
- 10:56 ReleaseNotes/0.6 edited by
- (diff)
08/09/09:
- 12:54 Ticket #224 (wrong key in models dictionary lookup) created by
- I have upgraded to the latest development version from revision #299, and …
08/08/09:
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 …
Note: See TracTimeline
for information about the timeline view.
