Timeline
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 …
04/13/09:
- 23:59 Documentation edited by
- (diff)
- 23:53 Tutorial3 created by
- 23:33 Tutorial2 edited by
- (diff)
- 11:47 Ticket #121 (Error in autogenerated stub) created by
- I have a model with a foreign key to the model "ExtendedUser?". …
04/12/09:
- 10:54 Ticket #120 (Don't create models for through models in M2Ms) created by
- They're already created elsewhere.
04/09/09:
04/08/09:
- 22:47 Ticket #119 (Add remove_foreign_key) created by
- I migrated a table and changed a ForeignKey? to a GenericForeignKey?. As a …
- 14:34 Ticket #118 (monkey patched fields are not identified correctly) created by
- if you are using django-mptt the monkey patched fields are not identified …
04/06/09:
- 21:32 Ticket #116 (models that are more then one level deep can't be synced) closed by
- fixed: I presume you're running: […] If so, you should use: […] …
- 21:28 Ticket #117 (foreign key to 'self' gives error) closed by
- fixed: Fixed in [204] - it's a startmigration fix, so you'll need to recreate the …
- 12:58 Ticket #117 (foreign key to 'self' gives error) created by
- the following field gives an error: ('parent', models.ForeignKey?('self', …
- 12:50 Ticket #116 (models that are more then one level deep can't be synced) created by
- in django-cms 2.0 we have models that that have the following structure: …
- 10:39 Ticket #115 (Autodetecting model changes) closed by
- worksforme: This is already an upcoming feature of 0.5; see [wiki:Autodetection …
- 10:36 Ticket #115 (Autodetecting model changes) created by
- It would be nice if south could detect changes to models or fields based …
04/05/09:
- 00:36 Ticket #114 (Generic Foreign Keys cause KeyError) created by
- When creating an initial migration from a model with a GenericForeignKey? I …
Note: See TracTimeline
for information about the timeline view.
