Timeline
05/21/10:
- 21:41 WikiStart edited by
- (diff)
- 21:24 Ticket #420 (Field ordering wrong after running an initial schema migration) closed by
- fixed: Seems to have been fixed at some point since this was reported. My …
- 21:18 Ticket #400 (Allowing logger to be configured by logging module) closed by
- wontfix
- 21:18 Ticket #448 (south syncdb affects app_template_dirs content so template loader raises ...) closed by
- fixed
- 21:18 Ticket #419 (south logging misbehaves.) closed by
- wontfix
- 21:18 Ticket #395 (forwards()/backwards() should have access to old/new orm) closed by
- invalid
- 21:18 Ticket #388 (schemamigration attempts to migrate GenericRelation) closed by
- invalid
- 21:08 Ticket #243 (Renaming a ForeignKey in MySQL/Innodb) closed by
- fixed: Closing this ticket as "fixed" for the first half, as #466 is a bug about …
05/20/10:
- 15:29 Ticket #466 (Renaming a foreign key doesn't update the foreign key in MySQL with InnoDB) created by
- The index seems to be updated but not the actual fk that is used to follow …
05/19/10:
- 16:58 Ticket #465 (new option for migrate: --noinput) created by
- for a fabric style deployment ... required user input is not nice if you …
05/18/10:
- 09:23 Ticket #464 (Trying to alter column to None type) created by
- If field.db_type() in south.db.generic._db_type_for_alter_column returns …
05/17/10:
- 22:40 Ticket #463 (CharField set to blank still requires default value) created by
- To the best of my knowledge, it is not advisable to use null=True on …
05/14/10:
- 15:56 Ticket #462 (Crash when doing datamigration on an app with no migrations or models) closed by
- fixed: Fixed in [cf2da5006eee].
05/13/10:
- 17:55 Ticket #462 (Crash when doing datamigration on an app with no migrations or models) created by
- It looks like it catches the error when there are no migrations for the …
- 15:25 Ticket #461 (ordering problem deleting field and an index that includes it) created by
- Using Postgres, South 0.7, I created a migration that included the removal …
- 14:16 Ticket #460 (south soes not work with new DATABASES settings) created by
- if the DATABASES setting is used: DATABASES = { 'default': { …
05/12/10:
- 23:41 Ticket #459 (No migration is needed for changes to blank= on a model field) created by
- An example from an autogenerated migration: […] No migration in needed …
- 20:50 Ticket #293 (Truncation problem with adding ManyToMany Fields results in "relation ...) closed by
- invalid: Excellent, then in this case I'll close the ticket as invalid (since it …
05/11/10:
- 11:02 Ticket #458 (Allow custom fields to define dependencies for model freezer) created by
- The field_dependencies method in the freezer (creator/freezer.py) …
05/07/10:
- 18:15 Ticket #457 (South unconditionally loads tagging) closed by
- fixed: Implemented in [e9f852711b12], with a slightly different approach (I don't …
- 18:12 Ticket #456 (south doesn't work under jython) closed by
- fixed: Rather embarrassingly, it seems I'd managed to apply the patch but not …
- 16:04 BadContent edited by
- (diff)
- 12:06 Ticket #457 (South unconditionally loads tagging) created by
- In the tagging introspection plugin: […] This of course does not …
05/06/10:
- 16:51 Ticket #456 (south doesn't work under jython) created by
- south uses a string as second parameter to __import__ migrations. …
- 15:13 BadContent edited by
- (diff)
05/05/10:
- 16:19 Ticket #455 (Wrong columns order when use migrate for table creation) created by
- My tables in mysql 5.0 has wrong column order. e.g. I have model with so …
- 03:11 Ticket #454 (ManyToMany Self Referential Doesn't get is_hidden Set) created by
- I have a Self Referential ManyToManyField?. When validating the models this …
05/03/10:
- 19:34 Ticket #453 ('ManyToManyField' object has no attribute _m2m_reverse_column_cache) closed by
- invalid: Traced down to a Django bug in 1.2.
- 19:04 Ticket #453 ('ManyToManyField' object has no attribute _m2m_reverse_column_cache) created by
- Apparently caused when removing self-referential M2M. Traceback: […]
- 16:06 Ticket #452 (0.7 does not work with 0.6 migrations where custome fields are referenced) closed by
- wontfix: This is a known incompatibility, and is mentioned (perhaps too subtly) in …
- 15:58 Ticket #452 (0.7 does not work with 0.6 migrations where custome fields are referenced) created by
- When trying to rollback the migration, south fails on the ones created …
- 14:09 Ticket #451 (South seems to break get_profile in test mode) created by
- When executing the code below in test mode (./manage.py test) profile = …
- 10:54 Ticket #421 (DROP DEFAULT on MySQL 5.1) closed by
- fixed
04/30/10:
- 23:34 Ticket #450 (Backwards data migrations do not obey no_dry_run) closed by
- duplicate: This has already been fixed as part of #403.
- 20:48 BadContent edited by
- (diff)
- 20:19 Ticket #450 (Backwards data migrations do not obey no_dry_run) created by
- Backwards data migrations need to be wrapped in "if not db.dry_run:" …
04/29/10:
- 16:27 Ticket #444 (South reports error: when creating mysql CharField with max_length > 1000.) closed by
- wontfix: This is a very similar problem to #293, but with indices. I'm not sure …
- 15:57 Ticket #443 (__import__) closed by
- duplicate: It is wrong in principle, but due to the way import is implemented …
- 15:11 Ticket #449 (Baselining migrations) created by
- At some stage one accumulates quite a number of migrations, especially in …
- 12:38 Ticket #448 (south syncdb affects app_template_dirs content so template loader raises ...) created by
- When I'm running tests for my app some of them raises …
- 10:20 Ticket #447 (added columns get wrong default value in SQLite) closed by
- fixed: Hrm, I remember it being discussed before, but I think that discussion …
- 10:19 Ticket #415 (adding OneToOneFields creates wrong column name) closed by
- fixed: Thanks, pulled.
- 06:00 Ticket #447 (added columns get wrong default value in SQLite) created by
- (I'm positive I've seen this discussed before somewhere, but for the life …
04/28/10:
- 21:51 Ticket #446 (introspection rules could accept callable for more flexibility) created by
- Where the introspection rules currently require a Field attribute name …
- 21:22 Ticket #445 (unapply a migration) closed by
- invalid: Actually, the migrate command also unapplies migration; as it says in …
- 16:59 Ticket #445 (unapply a migration) created by
- south doesn't permit to unapply a migration easyly. There is a command for …
- 09:47 Ticket #444 (South reports error: when creating mysql CharField with max_length > 1000.) created by
- Server info: * Ubuntu 8.04 * MySql 5.0.51a (allow varchar with at most …
- 09:21 Ticket #443 (__import__) created by
- This code from south/utils.py is wrong: module = …
04/26/10:
- 08:47 Ticket #441 (test failures on 32-bit architectures) closed by
- fixed: Excellent, that looks to be fixed then.
04/25/10:
- 22:01 Ticket #440 (No way to turn off interactivity on migrate (or syncdb --migrate)) closed by
- fixed: Merged, thanks. I'm not sure I can really write a test framework for this …
- 21:46 Ticket #442 (django-annoying AutoOneToOneField introspection plugin) closed by
- fixed: Thanks, applied as [5e8178613396].
- 21:32 Ticket #442 (django-annoying AutoOneToOneField introspection plugin) created by
- I use django-annoying …
- 02:17 Ticket #441 (test failures on 32-bit architectures) created by
- I'm getting 5 test failures running the tests on Ubuntu 9.10, x86 32-bit, …
04/24/10:
- 18:06 Ticket #440 (No way to turn off interactivity on migrate (or syncdb --migrate)) created by
- Django's post_syncdb signal takes an "interactive" kwarg which listeners …
- 10:12 Ticket #439 (Command responses should examine management command name) created by
- I use virtualenv, and don't have a ./manage.py file: this makes it easy to …
- 00:27 Ticket #427 (Fixtures not always loaded) closed by
- fixed: Actually, what I've done is replicate the syncdb behaviour of django - …
- 00:17 Ticket #423 (Custom ForeignKey Field with hardcoded proxy model fails) closed by
- duplicate: This may have come first, but #436 came with a patch, so resolving this as …
- 00:17 Ticket #436 (Migration Fails with Proxy Model) closed by
- fixed: Yes, that's exactly the fix, thanks! Committed in [0505afae2906].
- 00:08 Ticket #437 (migrate ignores --merge option) closed by
- fixed: Wow, that's an omission and a half; sorry about that. Fixed in …
04/23/10:
- 14:59 Ticket #438 (Oracle migrate error) closed by
- duplicate: Duplicate of #412.
- 14:58 Ticket #438 (Oracle migrate error) created by
- Traceback (most recent call last): File "manage.py", line 15, in …
- 14:51 Ticket #437 (migrate ignores --merge option) created by
- migrate command in management just doesn't pass merge to …
04/22/10:
- 01:37 Ticket #436 (Migration Fails with Proxy Model) created by
- It appears that there is a problem migrating applications that have a …
04/21/10:
- 13:43 Ticket #435 (Changing a ForeignKey from a "real" model to a proxy of it generates ...) created by
- Steps to reproduce: 1) Have a model with a ForiegnKey? to e.g. auth.User …
- 08:59 Ticket #422 (Custom Field that defines an __init__ without arguments) closed by
- invalid: Ah, yes, I see the problem. You'll need to write new introspection rules …
Note: See TracTimeline
for information about the timeline view.
