Timeline
05/14/09:
- 19:33 Ticket #146 (load fixtures even when there is 'nothing to migrate') created by
- syncdb loads fixtures every time, even when it has nothing else to do. …
05/13/09:
- 17:56 Ticket #133 (Error when removing m2m field) closed by
- worksforme: This seems to work on trunk now; I suspect it was some instability there …
- 17:52 Ticket #143 (AttributeError when removing self-referential FK) closed by
- fixed: Fixed in [248].
- 15:51 Ticket #145 (South creates fields in apparently random order) closed by
- fixed: Fixed in [247].
- 15:39 Ticket #142 (when running tests syncdb is run without --migrate when ...) closed by
- fixed: Fixed in [244].
- 11:47 Ticket #134 (south crashes when using FK to models that have been imported with aliases) closed by
- fixed: Fixed in [243].
- 08:02 Ticket #145 (South creates fields in apparently random order) created by
- Using the built in syncdb, when a table is created the fields are created …
05/12/09:
- 20:21 Ticket #144 (Sqlite and unique_together) created by
- unique_together uses SQL table constraints. Sqlite supports table …
05/11/09:
- 18:06 Ticket #143 (AttributeError when removing self-referential FK) created by
- Using today's svn (r240) i was unable to create a migration that moved a …
05/10/09:
- 20:59 Ticket #142 (when running tests syncdb is run without --migrate when ...) created by
- I've set SOUTH_TESTS_MIGRATE=True in settings and tryed to run ./manage.py …
05/09/09:
- 21:28 Ticket #129 (South crashes when attempting to add a GenericRelation field.) closed by
- fixed: Looked to be a bad case of inheritance+manytomany. My local test case was …
- 14:48 Ticket #136 (south doesn't like django-multilingual) closed by
- wontfix: Yes, the problem here is that multilingual is one of those apps that …
- 12:45 Ticket #132 (default=datetime.now incorrectly recognized a changed in r231) closed by
- fixed: True, it's nice to be consistent.
- 12:45 Ticket #132 (default=datetime.now incorrectly recognized a changed in r231) reopened by
- 11:36 Ticket #141 (Docs mistake) closed by
- fixed: 1) Docs component is now added, good spot. 2) That typo is now fixed. …
- 11:35 Tutorial1 edited by
- (diff)
- 11:34 Ticket #141 (Docs mistake) created by
- Hi. 1) Why you havent "docs" component? So, I write to commands :-) 2) …
- 11:32 Ticket #135 (Default values of datetime.now now handled properly by ORM freezing) closed by
- fixed: This should be fixed by [237]; I've decided not to evaluate functions as …
05/08/09:
- 19:40 WikiStart edited by
- (diff)
- 19:38 Roadmap edited by
- (diff)
- 10:20 Ticket #138 (forward() and backwards() run twice) closed by
- invalid: Yes, because you're running MySQL and so it's doing a dry run before the …
- 10:17 Ticket #140 (Main page contains link to old tutorial) closed by
- fixed: Yeah, missed that.
- 10:17 WikiStart edited by
- (diff)
- 08:17 Ticket #140 (Main page contains link to old tutorial) created by
- as per summary
- 03:00 Ticket #139 (Removing M2M causes crash) created by
- removing a M2M field that has the through="SomeThroughTable?" causes a …
- 01:46 Ticket #138 (forward() and backwards() run twice) created by
- I was trying to create a migration that populated a new model with data …
05/07/09:
- 22:07 Ticket #137 (ValueError on GenericRelation) created by
- Using today's South svn (r234) on Django 1.0.x (r10680), i get a …
- 14:39 Ticket #136 (south doesn't like django-multilingual) created by
- <<< Traceback (most recent call last): File …
05/06/09:
- 20:54 Ticket #135 (Default values of datetime.now now handled properly by ORM freezing) created by
- The startmigration command doesn't properly handle freezing DateTimeFields? …
- 15:19 Ticket #132 (default=datetime.now incorrectly recognized a changed in r231) closed by
- wontfix: This is a side-effect from fixing #128. Unfortunately, the best solution …
- 00:35 Ticket #134 (south crashes when using FK to models that have been imported with aliases) created by
- from django.db import models from django.contrib.auth.models import Group …
05/05/09:
- 23:57 Ticket #133 (Error when removing m2m field) created by
- When removing an m2m field from a model and using the --auto flag to …
- 15:46 Ticket #132 (default=datetime.now incorrectly recognized a changed in r231) created by
- After upgrading to r231, startmigration --auto started "recognizing" …
- 10:42 Download edited by
- (diff)
- 08:51 ConvertingAnApp edited by
- (diff)
- 07:25 Ticket #130 (upload_to attribute for FileField and ImageField causes error) closed by
- fixed: Ah, that was me trying to be too clever. Fixed in [233].
- 01:26 Ticket #130 (upload_to attribute for FileField and ImageField causes error) created by
- South tries to execute it in order to freeze the result as part of the fix …
05/02/09:
- 14:34 Ticket #129 (South crashes when attempting to add a GenericRelation field.) created by
- I have an ABC with a GenericRelation? field, and when I try to run …
- 01:22 Ticket #128 (Support class-level constants) closed by
- fixed: r231 should fix this; constants will get resolved and frozen as their …
04/30/09:
- 23:10 Ticket #128 (Support class-level constants) created by
- I often define class-level constants for things like choices: […] …
04/28/09:
- 00:03 Ticket #127 (Attempting to drop Index's after table was already dropped.) created by
- Index's are trying to be deleted after the table has been dropped. Using …
04/27/09:
- 13:22 Documentation edited by
- (diff)
- 12:57 BackwardsIncompatableChanges edited by
- (diff)
- 12:55 ReleaseNotes/0.5 edited by
- (diff)
- 12:54 Download edited by
- (diff)
- 12:54 ReleaseNotes/0.5 edited by
- (diff)
- 12:54 ReleaseNotes/0.5 created by
- 12:48 ORMFreezer edited by
- (diff)
- 12:48 Autodetection edited by
- (diff)
- 12:47 Autodetection edited by
- (diff)
- 12:38 WikiStart edited by
- (diff)
- 12:37 Download edited by
- (diff)
- 12:35 Milestone 0.5 completed
- 12:29 Ticket #126 (unique_together not working with 3 constraints.) closed by
- fixed: Finally! This one is because MySQL migrations use dry runs to check things …
04/24/09:
- 20:26 WhatAreMigrations created by
- 14:22 Documentation edited by
- (diff)
- 14:21 Contributing edited by
- (diff)
- 14:19 Tutorial4 edited by
- (diff)
- 14:17 Tutorial4 edited by
- (diff)
- 14:07 Tutorial4 edited by
- (diff)
- 13:39 Ticket #114 (Generic Foreign Keys cause KeyError) closed by
- fixed: Ah, the problem was with GenericRelation?, not GenericForeignKey?. Fixed in …
- 13:31 Ticket #83 (alter_table does not take care of constraints) closed by
- fixed: OK, this is a tough one. [224] contains a fix for the problem here, but …
- 10:38 Ticket #125 (alter_column generates invalid SQL for PostgreSQL) closed by
- fixed: Excellent bug reporting and detective work there! Fixed in [223].
- 01:07 Ticket #121 (Error in autogenerated stub) closed by
- fixed: Fixed in [222] - regeneration of the affected migration's models dict will …
- 00:26 Ticket #98 (autodetection misses Meta.unique_together) closed by
- fixed: OK, uniques for new models came in a week or two back, and [220] fixes …
04/23/09:
- 13:59 Ticket #126 (unique_together not working with 3 constraints.) created by
- from django.db import models class Foo(models.Model): desc = …
04/22/09:
- 16:10 Ticket #124 (freezing, inter-app model references and model inheritance) closed by
- duplicate: Hmm, this looks very much like a duplicate of #121, where the names aren't …
04/20/09:
- 11:50 Ticket #123 (Problems when (apparently) models file is split into submodules) closed by
- fixed: Yes, that's useful (it was taking ages to replicate this). Fixed in [218].
04/19/09:
- 11:35 Ticket #125 (alter_column generates invalid SQL for PostgreSQL) created by
- I've changed a field to allow NULLs by adding blank=True and …
04/18/09:
- 20:40 Tutorial edited by
- (diff)
- 18:08 Ticket #124 (freezing, inter-app model references and model inheritance) created by
- I'm seeing the following error: […] My setup is as follows: App1 …
- 11:22 Documentation edited by
- (diff)
- 11:21 Documentation edited by
- (diff)
- 11:21 DatabaseAPI edited by
- (diff)
- 11:19 Tutorial4 created by
- 11:15 Tutorial3 edited by
- (diff)
- 10:45 Tutorial3 edited by
- (diff)
04/17/09:
- 22:51 Ticket #79 (Adding a CharField to a table in sqlite yields `sqlite3.OperationalError: ...) closed by
- fixed: After much pondering, I'm pushing this one onto the user, and so calling …
- 22:31 Ticket #85 (Unsupport field types from Django 1.0) closed by
- fixed: Seems to have been fixed with the modelsparser stuff.
- 22:19 CommandReference edited by
- (diff)
- 22:11 Tutorial3 edited by
- (diff)
04/16/09:
- 10:43 Ticket #122 (ModelParser can't deal with carriage returns) closed by
- fixed: Fixed in [210]. Also turns out this fixes another 'bug', handily.
- 10:39 Ticket #119 (Add remove_foreign_key) closed by
- fixed: I knew that constraints-fetching code would prove useful. Committed in …
- 10:25 Ticket #120 (Don't create models for through models in M2Ms) closed by
- fixed: Fixed in [208].
- 10:07 Ticket #118 (monkey patched fields are not identified correctly) closed by
- invalid: Apologies for the slow reply! Yes, often we can't tell exactly what a …
- 10:04 DynamicFields created by
04/14/09:
- 14:49 Ticket #123 (Problems when (apparently) models file is split into submodules) created by
- I've split my models.py file into submodules, one for each model, and …
- 14:03 Ticket #122 (ModelParser can't deal with carriage returns) created by
- This actually seems to be an issue with Python's parser.py module. In …
Note: See TracTimeline
for information about the timeline view.
