Timeline
12/31/08:
- 15:34 Ticket #68 (When should the post_syncdb be sent?) closed by
- duplicate: Just noticed this is a duplicate of #55, essentially, since that's the …
- 15:31 Ticket #7 (Make changes in models automatic) closed by
- wontfix: Closing this, as it's unlikely we'll write a model history tracker in the …
- 15:28 Ticket #10 (db API: no way to change field types) closed by
- fixed: OK, alter_column has been working for ages now, and I missed this ticket. …
- 15:17 Ticket #24 (migrations do not respect source files encoding, causing SyntaxError: ...) closed by
- fixed: Fixed in [124]. Sorry about the delay there :)
- 15:04 Ticket #66 (delete_column() and ForeignKeys, with MySQL/Innodb) closed by
- fixed: Fixed in [123]; the delete_column call now correctly has _id on it, and …
- 14:36 Ticket #67 (--add-field for m2m fields generates invalid code) closed by
- fixed: Fixed in [122]. (The forwards side was also useless, since you need to …
- 14:25 FAQ edited by
- (diff)
- 14:12 Ticket #69 (add_column with keep_default doesn't work for ForeignKeys) closed by
- fixed: Fixed in [120].
- 13:59 Ticket #63 (Need to create predictable names for unique indexes on columns) closed by
- fixed: I've committed a fix for this in [119]. anonymous: The reason we can't use …
- 13:24 Ticket #71 (db.rename_column always fails with --db-dry-run) closed by
- duplicate: Yes, after testing this isn't happening with a post-#65 version. Marking …
12/25/08:
- 18:50 Ticket #71 (db.rename_column always fails with --db-dry-run) created by
- db.rename_column always fails with --db-dry-run because {{{ …
12/23/08:
- 20:00 Ticket #70 (add_column doesn't work with ManyToManyField) closed by
- wontfix: This is somewhat of a design decision, in that a ManyToMany? field doesn't …
- 19:58 Ticket #25 (setup.py is located in install, for utilities like easy_install / buildout ...) closed by
- fixed: Closing this, it seems to work now.
12/22/08:
- 14:21 Ticket #70 (add_column doesn't work with ManyToManyField) created by
- If you try to add a ManyToManyField? using add_column, eg …
- 13:41 Ticket #69 (add_column with keep_default doesn't work for ForeignKeys) created by
- keep_default needs to handle name => name_id conversion for foreign key …
12/19/08:
- 23:11 Ticket #68 (When should the post_syncdb be sent?) created by
- I'm noting this problem in a ticket to make sure I remember it. …
12/18/08:
- 03:32 Ticket #67 (--add-field for m2m fields generates invalid code) created by
- When doing startmigration appname --add-field MyModel?.field, the migration …
12/17/08:
- 09:09 Ticket #66 (delete_column() and ForeignKeys, with MySQL/Innodb) created by
- I'm using "startmigration --add-field Model.some_fk". Migration forwards …
12/15/08:
- 23:07 Ticket #61 (CONSTRAINT fails on uppercase characters in column names) closed by
- fixed: Alright, fixed and committed in [117]. I had to fix it under MySQL, you …
- 22:12 Ticket #62 (Unit tests do not test add_column) closed by
- invalid: Hm, now it seems to catch errors I put in it. Marking as invalid for now.
- 20:50 Ticket #65 (Dry run fails from r107 on in a case where older versions work correctly.) closed by
- fixed: Fixed in [116].
12/14/08:
- 20:14 Ticket #65 (Dry run fails from r107 on in a case where older versions work correctly.) created by
- in my case it said: Running migrations for people: - Migrating forwards …
12/12/08:
- 14:59 Ticket #64 (startapp --initial dies with a OneToOne field?) closed by
- worksforme: This appears to have been fixed in [101]; the given example certainly …
12/11/08:
- 19:30 Ticket #64 (startapp --initial dies with a OneToOne field?) created by
- Here's the model field: […] And the error: […]
12/10/08:
- 17:46 Ticket #63 (Need to create predictable names for unique indexes on columns) created by
- Currently, we use ... UNIQUE, which means you can't delete the column's …
- 17:04 Ticket #62 (Unit tests do not test add_column) created by
- Since I broke it today, and the unit tests didn't catch it.
12/09/08:
- 13:37 Ticket #61 (CONSTRAINT fails on uppercase characters in column names) created by
- The ALTER TABLE ADD CONSTRAINT commands fails when column names contain …
12/08/08:
- 15:40 Ticket #60 (many-to-many self reference - can't do this) created by
- I've got Article model which is inheriting from BaseArticle? model. Article …
12/07/08:
- 15:12 Ticket #57 (A column add example in the docs?) closed by
- fixed: Fixed; I've added a tutorial section, and a quick reference in the command …
- 15:12 CommandReference edited by
- (diff)
- 15:09 Tutorial edited by
- (diff)
- 15:03 Ticket #59 (Add --add-field option to startmigration) closed by
- fixed: Done in [108] and [109] - I've run it through a series of quick tests, but …
12/06/08:
- 21:20 Ticket #59 (Add --add-field option to startmigration) created by
- Something like: […] which would create the template with the …
- 21:13 Ticket #58 (Attribute errors cause MySQL to partially apply a migration) closed by
- fixed: Fixed in [107], including subtle please-oh-god-not-mysql hint.
- 20:40 Ticket #58 (Attribute errors cause MySQL to partially apply a migration) created by
- Migration with […] will obviously not work, but mysql won't rollback …
- 19:35 Ticket #57 (A column add example in the docs?) created by
- Since column adds are 80% of our migrations (and I would assume many …
12/03/08:
- 19:30 Ticket #56 (./manage.py migrate breaks for apps with no migrations) closed by
- fixed: Fixed in [105].
- 14:50 Ticket #56 (./manage.py migrate breaks for apps with no migrations) created by
- If you define an app as being handled by south, but you've yet to create …
- 09:37 Ticket #55 (post_syncdb signal is sent too early) created by
- Our app is listening to post_syncdb signal to load some initial data …
12/02/08:
- 00:03 Ticket #54 (alter_column has null-ness swapped) closed by
- fixed: OK, fixed in [103] and [104]. I had to rewrite null_ok to use basic SQL; …
12/01/08:
- 19:35 Ticket #54 (alter_column has null-ness swapped) created by
- Looking in alter_column in generic.py, the set_null and drop_null are …
Note: See TracTimeline
for information about the timeline view.
