Timeline
04/19/10:
- 10:22 Ticket #432 (schemamigration cannot automatically detect the change of default value.) closed by
- wontfix: This is entirely correct behaviour; Django doesn't store defaults in the …
- 10:13 Ticket #432 (schemamigration cannot automatically detect the change of default value.) created by
- My server information: * Ubuntu 8.04 models.py: […] After changing …
- 10:07 Ticket #431 (db.alter_column() cannot change default value in MySQL) created by
- Here is my server information: * mysql 5.0.51a * ubuntu 8.04 Using …
- 01:44 Ticket #430 (Avoiding the "./manage.py migrate myapp 0001 --fake") created by
- It would be great if one could avoid having to run "./manage.py migrate …
04/17/10:
- 23:42 Ticket #429 (Altering a column to allow NULL fails with sqlite) created by
- Using the following to alter a column to allow a null value: […] …
- 03:23 Ticket #428 (Backwards migrations don't track dependency orm entries) created by
- I have a pair of migrations in different apps that essentially copy data …
04/16/10:
- 02:44 Ticket #427 (Fixtures not always loaded) created by
- If an initial_data fixture exists for an app, then this will be loaded, …
- 01:09 Ticket #426 (Replace __import__ with import_module) created by
- The fromlist parameter of __import__ is poorly documented and …
04/15/10:
- 23:42 Ticket #424 (Custom ForeignKey Field does not get _id postfix on sqlite) closed by
- duplicate: This looks to be a duplicate of #415, on second analysis.
- 17:49 BadContent edited by
- (diff)
- 03:01 Ticket #425 (Removing null=True needs to ask for a default) created by
- When creating a schemamigration that removes null=True from a field, South …
04/13/10:
- 14:32 Ticket #417 (--no-initial-data shoud be disabled by default) closed by
- wontfix: This is very much a perspective thing. People expect migrate to work …
- 12:37 Ticket #418 (Migrations with - (hyphen) in their name are not found by south) closed by
- wontfix: This is intentional; migrations are python modules, and thus should have …
04/12/10:
- 15:51 Ticket #424 (Custom ForeignKey Field does not get _id postfix on sqlite) created by
- I've only tested this on sqlite I've got a custom field that subclasses …
- 15:05 Ticket #423 (Custom ForeignKey Field with hardcoded proxy model fails) created by
- I've got a field that inherits from ForeignKey. In the field's …
- 13:07 Ticket #422 (Custom Field that defines an __init__ without arguments) created by
- I have a custom field that store the last modification time of the model …
- 07:28 Ticket #421 (DROP DEFAULT on MySQL 5.1) created by
- I'm on MySQL 5.1.14, and I've observed the following behaviour: SQL …
- 00:08 Ticket #416 (South in Python 2.3) closed by
- wontfix: That's an impressive amount of work you've put in the patch, but I'm going …
04/11/10:
- 12:19 Ticket #414 (Classes that inherit from ...) closed by
- fixed: Committed in [758283ed1e6e].
- 12:00 Ticket #411 (Option to Ignore Ghost Migrations) closed by
- fixed: Thanks, pulled and merged as [965340231707].
- 09:54 BadContent edited by
- (diff)
04/09/10:
- 13:02 Ticket #420 (Field ordering wrong after running an initial schema migration) created by
- #145 dealt with incorrect field ordering, and was fixed quite a long time …
- 12:51 Ticket #419 (south logging misbehaves.) created by
- == problem == south logging sets its own debug level. (and worse it sets …
04/08/10:
- 22:02 Ticket #418 (Migrations with - (hyphen) in their name are not found by south) created by
- Some of our old migrations have hyphens instead of underscores to separate …
04/07/10:
- 05:23 Ticket #417 (--no-initial-data shoud be disabled by default) created by
- South is a great tool to migrate database schema. But if i use a command …
04/06/10:
- 23:40 BadContent edited by
- (diff)
- 16:13 Ticket #416 (South in Python 2.3) created by
- Greetings, Did a backport of south v0.7 to work with python 2.3, here is …
- 00:45 BadContent edited by
- (diff)
04/05/10:
04/04/10:
- 23:17 Ticket #415 (adding OneToOneFields creates wrong column name) created by
- consider the following model: […] where * A was created, * then …
04/01/10:
- 19:18 Ticket #414 (Classes that inherit from ...) created by
- django-objectpermissions …
- 14:42 Ticket #404 (Generated migrations contain lines with trailing whitespace) closed by
- fixed: This is python, whitespace is a topic dear to our hearts! In this case, I …
- 12:46 Ticket #413 (Oracle backend throws an error in backward migration if a model does not ...) created by
- When a model has an AutoField?, the oracle backend creates a SEQUENCE for …
- 12:41 Ticket #412 (Oracle backend generates wrong sql for some fields) created by
- The Oracle backend correctly generates sql for null columns with a default …
03/31/10:
- 21:51 Ticket #408 (south breaks manage.py test) closed by
- fixed: Yes, the South test suite can potentially interfere with other apps - it's …
- 21:49 Ticket #409 (south breaks manage.py test) closed by
- duplicate: Duplicate of #408.
- 21:16 Ticket #411 (Option to Ignore Ghost Migrations) created by
- It would be convenient to add an option to the migrate command that …
- 15:38 Ticket #410 (Intercept reset management command like syncdb) created by
- I think it would be good to intercept the reset management command for …
- 10:35 Ticket #409 (south breaks manage.py test) created by
- Hi found that using south 0.7, my unit tests start to fail. Somehow the …
- 10:35 Ticket #408 (south breaks manage.py test) created by
- Hi found that using south 0.7, my unit tests start to fail. Somehow the …
03/29/10:
- 20:35 Ticket #402 (Rename of primary key on sqlite generates invalid SQL) closed by
- fixed: Your suspicion was right: the actual fix was a lot harder. Still, all done …
- 20:06 Ticket #403 (MySQL misbehaves when a forwards() data migration doesn't work out) closed by
- fixed: Now fixed in [9f0aac73bdf9].
- 18:16 Ticket #407 (Can't alter column to AutoField on postgreSQL) created by
- After testing my case in ticket #402 I tried it out on postgreSQL and came …
- 08:55 Ticket #405 (Permissions set through class Meta are not picked up) closed by
- duplicate: Duplicate of #211.
- 00:35 Ticket #405 (Permissions set through class Meta are not picked up) created by
- If you use the model Meta class to create custom permissions e.g.: class …
- 00:02 Ticket #404 (Generated migrations contain lines with trailing whitespace) created by
- If you have certain commit hooks enabled to check for clean patches, it …
03/28/10:
- 23:38 Ticket #403 (MySQL misbehaves when a forwards() data migration doesn't work out) created by
- If the forwards() migration blows up for some reason, you get a bunch of …
- 23:33 Ticket #401 (Rename of primary key on sqlite generates invalid SQL) closed by
- duplicate
- 23:12 Ticket #402 (Rename of primary key on sqlite generates invalid SQL) created by
- I'm trying to migrate from a multitable inheritance scheme to abstract …
- 23:12 Ticket #401 (Rename of primary key on sqlite generates invalid SQL) created by
- I'm trying to migrate from a multitable inheritance scheme to abstract …
03/26/10:
- 21:55 Ticket #400 (Allowing logger to be configured by logging module) created by
- The 'south' logger is forced to DEBUG without any possibility to change …
- 18:52 Ticket #399 (South creates fields in apparently random order) closed by
- fixed: Whoops. Re-fixed in [ef236f097aed].
- 13:15 Ticket #399 (South creates fields in apparently random order) created by
- This is reopen of #145 (no permissions to change status fields) i use …
03/25/10:
- 20:23 Milestone 0.7 completed
- 20:22 Ticket #337 (Fails to Alter Table when also adding a geometry) closed by
- worksforme
- 20:22 Ticket #333 (Changing from ForeignKey to ManyToManyField Causes Indentation Error in ...) closed by
- fixed
- 20:22 Ticket #394 (a single drop column migration hangs up) closed by
- invalid
- 20:22 Ticket #378 (dashes in migration name causes South to not see them) closed by
- invalid
- 20:22 Ticket #350 (Creating foreign key relations in datamigrations fail) closed by
- worksforme
- 20:21 Ticket #349 (SQLite structure population should be more tolerant) closed by
- worksforme
- 20:10 WikiStart edited by
- (diff)
- 10:36 Ticket #397 (Logging test fails on windows because a handle is left open) closed by
- fixed: How annoying, I wrote some code to close the logging handlers before the …
- 10:25 Ticket #398 (SQLite warnings are printed even during tests) closed by
- fixed: Fixed in [0e3356468bb7].
- 01:11 Ticket #398 (SQLite warnings are printed even during tests) created by
- The warnings from the SQLite backend are printed even during tests, which …
- 01:06 Ticket #397 (Logging test fails on windows because a handle is left open) created by
- Line 36 in test_db_execute_logging_validfile() opens the file to check …
03/24/10:
- 21:02 Ticket #396 (M2M to 'self' fails) closed by
- worksforme: Was reported on IRC: […] Cannot replicate with that description - …
- 20:44 Ticket #396 (M2M to 'self' fails) created by
- […]
- 17:27 Ticket #395 (forwards()/backwards() should have access to old/new orm) created by
- I do see a prev_orm()/next_orm() method, but as far as I can see, they …
- 09:16 Ticket #394 (a single drop column migration hangs up) created by
- def forwards(self, orm): # Deleting field …
03/23/10:
- 14:42 Ticket #393 (South executes unnecessary SQL when adding a field) closed by
- wontfix: Yes, this is currently by design; when South adds the field, it has to do …
- 14:30 Ticket #393 (South executes unnecessary SQL when adding a field) created by
- South (appears to?) execute unnecessary SQL when adding new fields: it …
03/21/10:
- 22:52 Ticket #392 (South fails to recognize apps with more than one dot in module name) closed by
- invalid: Alright.
- 19:40 Ticket #392 (South fails to recognize apps with more than one dot in module name) created by
- South assumes that app module names do not contain dots. In …
- 18:57 BadContent edited by
- (diff)
- 18:20 Ticket #391 (_ptr fields in inheriting models not renamed when main model is renamed) created by
- For example, if I have: […] and rename Foo to Baz, the foo_ptr …
03/20/10:
03/19/10:
- 23:52 Ticket #390 (South can't handle circular app dependencies under MySQL with InnoDB) closed by
- wontfix: South _does_ delay foreign keys until the end of that migration, as well …
Note: See TracTimeline
for information about the timeline view.
