Timeline
02/16/10:
- 15:15 Ticket #245 (utf-8 coding detection is not done) closed by
- fixed: Since south now uses introspection entirely, and converts all strings into …
02/15/10:
- 21:41 BadContent edited by
- (diff)
- 17:05 Ticket #351 (south.db.sqlite3.DatabaseOperations._fields not updated after an ...) closed by
- duplicate: Duplicate of #316 - this is fixed in trunk.
- 17:03 Ticket #351 (south.db.sqlite3.DatabaseOperations._fields not updated after an ...) created by
- When many migrations are performed by the migrate command, in some cases, …
- 12:20 Ticket #350 (Creating foreign key relations in datamigrations fail) created by
- I was actually trying to find out why reverse foreign key relations don't …
- 02:49 Ticket #349 (SQLite structure population should be more tolerant) created by
- In the sqlite backend, _populate_current_structure has some regex which …
02/12/10:
- 16:34 BadContent edited by
- (diff)
- 08:52 Ticket #348 (South breaks permission creation) closed by
- duplicate: Marking this as a duplicate of #211, which it is, mostly (that ticket does …
- 07:18 Ticket #348 (South breaks permission creation) created by
- For non-migrated apps django automatically adds new default (add, change, …
02/11/10:
- 23:46 Ticket #347 (Decimal field cannot contain default values) closed by
- fixed: Fixed in [eb57707fb001].
- 22:38 Dependencies edited by
- (diff)
- 22:38 Dependencies edited by
- (diff)
- 16:39 Ticket #344 (./lost+found dir blocking migrations?) closed by
- invalid: I've not seen that before, but nevertheless, it seems to be a MySQL/Python …
- 16:29 Ticket #346 (Duplicate index creation on foreign keys) closed by
- fixed: Fixed in [d138cb5f8930].
- 16:25 Ticket #345 (ImportError: No module named parser) closed by
- invalid: The parser module has already been removed in trunk, so I'm closing this …
- 12:14 Ticket #347 (Decimal field cannot contain default values) created by
- If model contains a decimal field with a default value, as in […] …
- 10:41 FAQ edited by
- (diff)
- 10:39 FAQ edited by
- (diff)
- 10:38 Documentation edited by
- (diff)
- 10:38 DatabaseAPI edited by
- (diff)
- 10:37 DatabaseAPI edited by
- (diff)
- 10:37 Documentation edited by
- (diff)
- 10:31 Ticket #262 (ManyToManyField also needs related_name (and through?) when frozen) closed by
- fixed: Patch applied in [6b80917fd58a]. This would seem to complete the ticket; …
- 09:49 Ticket #346 (Duplicate index creation on foreign keys) created by
- Concerning at least changeset 632:3885e6f4db33, seemed to work with …
- 05:34 Ticket #345 (ImportError: No module named parser) created by
- Jython 2.5.1 (Release_2_5_1:6813, Sep 26 2009, 13:47:54) Django version …
02/10/10:
- 23:19 Ticket #344 (./lost+found dir blocking migrations?) created by
- Running migrations for webapp: - Migrating forwards to …
- 20:27 Ticket #341 (Freezing a single model does not work) closed by
- wontfix: The new datamigration only lets you freeze whole apps (since most of the …
- 20:21 Ticket #343 (Ability to force a fake migration to a given state) closed by
- fixed: The new option --delete-ghost-migrations was committed in …
- 17:55 Ticket #342 (Ability to consolidate multiple migrations on the same app to run as one ...) closed by
- wontfix: I'm afraid this isn't technically possible; South migrations cannot be …
- 17:34 Ticket #343 (Ability to force a fake migration to a given state) created by
- There should be a flag to force a migration to a certain state even if …
- 17:32 Ticket #342 (Ability to consolidate multiple migrations on the same app to run as one ...) created by
- Introduce a flag, or change the default, to allow multiple migrations on …
- 16:28 Ticket #341 (Freezing a single model does not work) created by
- datamigration --freeze=auth.User does not work. It prints […] …
- 13:42 Ticket #340 (Table creation for models with only a single local field fails) closed by
- fixed: Fixed in [d2cb8cb7060a].
- 13:36 Ticket #340 (Table creation for models with only a single local field fails) created by
- Hi, I noticed that South creates erroneous migration code in case of only …
- 11:16 Ticket #339 (south.migration package is not installed) closed by
- fixed: Fixed in [3c55f23ca089].
- 00:50 Ticket #339 (south.migration package is not installed) created by
- […] It seems that the south.migration module is simply not listed in …
02/09/10:
- 21:43 Ticket #338 (Historicaly removed app raises django.core.exceptions.ImproperlyConfigured) closed by
- fixed: Applied in [bfbc4c55fa94].
- 10:18 Ticket #338 (Historicaly removed app raises django.core.exceptions.ImproperlyConfigured) created by
- I'm using "trunk" version 617:b52d5e1e4b21 of south. And it seems there is …
02/07/10:
- 00:12 Ticket #337 (Fails to Alter Table when also adding a geometry) created by
- Migration cannot alter table in regular way while adding geography field. …
02/06/10:
- 19:17 ReleaseNotes/0.7 edited by
- (diff)
- 19:16 ReleaseNotes/0.7 edited by
- (diff)
- 17:34 Ticket #282 (Have migrate command exit with an error code in the case of migration ...) closed by
- fixed: This is now the case in trunk.
- 17:33 Ticket #164 (Autodetection: M2M altered to have a new Through doesn't delete old M2M ...) closed by
- fixed: Fixed in [c3d5a951c3e9].
- 16:58 Ticket #255 (Add Oracle support) closed by
- fixed: Module merged into trunk in [2e55249be457]. I'll try and get an Oracle …
- 16:57 ReleaseNotes/0.7 edited by
- (diff)
- 16:53 Ticket #235 (adding unique=True to a field that formerly had db_index=True, ...) closed by
- fixed: This appears to be fixed in 0.7.
- 16:16 Ticket #150 (Wrong order of tables for deletion in forwards() in case of ManyToMany ...) closed by
- fixed: This is fixed, but not by fixing the ordering; MySQL's foreignkey checks …
- 16:12 Ticket #176 (South migrate --status (shows differences, details of migration runs)) closed by
- fixed: Deciding not to implement this, it's easily replicated with: […]
- 16:11 Ticket #172 (Send signals indicating change on model) closed by
- fixed: South trunk now sends the ran_migration signal; closing.
- 15:36 Ticket #233 (South supporting multiple databases) closed by
- fixed: South now works fine with the new multidb support. [a29e90b115df] adds a …
- 14:26 Ticket #292 (some tests failing under sqlite3) closed by
- fixed: SQLite tests now all pass.
- 14:26 Ticket #165 (ORM does not cascade delete) closed by
- fixed: Fixed in [1d801ff38f8a].
- 14:26 Ticket #180 (Unable to handle model deletion (with ForeignKey constraint)) closed by
- fixed: Fixed in [1d801ff38f8a].
- 13:50 Ticket #269 (Support some kind of --refresh mechanism in 'startmigration') closed by
- wontfix: Hrm, seems I missed this when it was first opened. I don't see a common …
- 13:47 Ticket #311 (Warning: BLOB/TEXT column 'body' can't have a default value) closed by
- fixed: This got applied somewhere, don't know when.
- 13:46 Ticket #291 (Cannot alter mysql table) closed by
- invalid: No response; closing.
- 13:45 Ticket #257 (Report warnings to user when auto-generated schema names are longer than ...) closed by
- invalid: No report back with more details, triaging away.
- 13:45 Ticket #227 (Migrating from mysql to postgres, hit some mysql-specific code...) closed by
- invalid
- 13:44 Ticket #171 (Emphesize in documentation distinctions between syncdb/migrate post-syncdb ...) closed by
- wontfix: The original ticket was about Django firing an empty post_syncdb signal …
- 13:44 Ticket #336 (Try to stop the auth module's superuser hook from firing when a profile ...) created by
- If the profile module is migrated, the tables won't be ready yet, and so …
- 13:37 Ticket #146 (load fixtures even when there is 'nothing to migrate') closed by
- wontfix: I'm not convinced this is actually what people will be expecting of …
- 13:29 Ticket #73 (ability to specify separate directory for storing migrations) closed by
- fixed: This was implemented in [41fc76e83a19].
- 13:28 ReleaseNotes/0.7 edited by
- (diff)
- 12:39 Ticket #335 (South doesn't work for Django 1.2 pre-alpha) closed by
- worksforme: South does work with Django 1.2, just not the current release; if you …
- 04:09 Ticket #335 (South doesn't work for Django 1.2 pre-alpha) created by
- Since the Django guys added support for multiple databases in 1.2, python …
- 00:33 Ticket #273 (Don't pull through default values from models.py) closed by
- fixed: This is now implemented in 0.7 - defaults are used if needed, and prompted …
- 00:32 Ticket #312 (South deletes table that has: managed = False) closed by
- fixed: Fixed in [516b011fe68c].
- 00:14 Ticket #288 (altering a column in sqlite fails when Meta.unique_together is defined) closed by
- fixed: This now appears to work perfectly fine against the most recent 0.7 …
02/05/10:
- 22:53 Ticket #334 (Allow loaddata usage with the frozen ORM) created by
- Currently, loaddata relies on models looking roughly the same; there …
- 22:50 Ticket #332 (Postgres ProgrammingError: constraint does not exist on Postgres 8.1.8 -- ...) closed by
- fixed: Fixed in [27347e319b13] (0.6 branch) and [8de2e9af5ca6] (0.7 branch). I'd …
- 21:14 Ticket #333 (Changing from ForeignKey to ManyToManyField Causes Indentation Error in ...) created by
- This may be a result of the fact I was adding a new table at the same time …
02/02/10:
02/01/10:
- 23:46 Ticket #331 (Undefined method in Migration object) closed by
- fixed: Fixed in [1f455faa795d].
- 23:42 Ticket #330 (undefined variable used in warning) closed by
- fixed: Fixed in [cbad4425c5c4].
- 23:26 SouthFieldTriple edited by
- (diff)
- 23:25 SouthFieldTriple edited by
- (diff)
- 23:23 MyFieldsDontWork created by
- 15:05 Ticket #331 (Undefined method in Migration object) created by
- The Migration model desnt have from_name method. # Ask South if …
- 15:00 Ticket #330 (undefined variable used in warning) created by
- the variable "field" doesnt exists in …
01/31/10:
- 17:30 ExtendingIntrospection edited by
- (diff)
- 17:24 Ticket #327 (contribute_to_class can be called multiple times for fields) closed by
- fixed: Ah, the custom introspection solution is nice and clean; I'll stick a …
- 04:49 Ticket #327 (contribute_to_class can be called multiple times for fields) created by
- I have a custom field that adds another field to the model in its …
01/30/10:
- 14:00 Ticket #326 (problems with orm and multi-table inheritance) created by
- Hi, I'm trying to do some data migration using model class (for example, …
01/28/10:
- 10:48 Ticket #315 (south appears to lower-case table name when generating constraint for ...) closed by
- fixed: Alright, the 0.7 branch has this all straightened out in [1e6d1da2d3cc].
- 10:32 Ticket #317 (Migration fails for PostgreSQL if default value contains percentage signs ...) closed by
- fixed: Fixed in [6213146f0f06].
- 10:11 Ticket #325 (Unable to access "get_for_model" method of the ContentTypes framework) closed by
- wontfix: Yes, this is (unfortunately) by design; custom methods aren't carried over …
- 08:06 Ticket #325 (Unable to access "get_for_model" method of the ContentTypes framework) created by
- When I execute the following code inside a migration I am getting an …
01/26/10:
- 16:43 Ticket #324 (M2M join table not created with Django 1.2 alpha 1) created by
- After adding a "Team" table with a M2M relation to an existing model …
- 15:59 ReleaseNotes/0.7 edited by
- (diff)
- 15:33 BadContent edited by
- (diff)
- 15:32 ReleaseNotes/0.7 edited by
- (diff)
- 15:30 Settings edited by
- (diff)
- 03:12 Ticket #323 (Traceback when createing a new migration with ManyToMany field) created by
- looks like ticket #279 I used django 1.2-pre-alfa, but in latest trunk …
01/25/10:
- 09:38 Ticket #321 (Tab/spaces/intendation issue in sqlite3.py file) closed by
- fixed: Fixed in [4e556eb30377].
- 09:36 Ticket #322 (changeset 4d43d22033b9 syntax error) closed by
- duplicate: Duplicate of #321.
- 08:31 Ticket #322 (changeset 4d43d22033b9 syntax error) created by
- line 137 south/db/sqlite3.py has syntax error: incorrect indentation.
01/22/10:
- 15:17 Ticket #321 (Tab/spaces/intendation issue in sqlite3.py file) created by
- When attempting to migrate a sqlite3 database got an IndentationError?. …
01/21/10:
- 16:48 Ticket #320 (migrate management command doesn't return a proper status code.) closed by
- fixed: Committed in [054255960b60].
- 16:33 Ticket #320 (migrate management command doesn't return a proper status code.) created by
- Its just a return, rather than a sys.exit(1) when a migration errors.
- 13:31 Ticket #318 (ContentTypes signals require "db" argument since Django 1.2) closed by
- duplicate: I agree. Closing.
- 10:26 Ticket #310 (KeyError: 'db') closed by
- fixed: Fixed in [28ca426eb343] and [94a9f98db5d7].
- 09:20 Ticket #319 (AddModel Migration is leaving off commas between defintions) closed by
- fixed: Ha, yes, it's reasons like this why 0.7 isn't quite ready for primetime :) …
- 04:32 Ticket #319 (AddModel Migration is leaving off commas between defintions) created by
- Migrations that create models leave off the commas between definitions... …
01/19/10:
- 06:56 Ticket #318 (ContentTypes signals require "db" argument since Django 1.2) created by
- I've had this error while trying to re-create the database from scratch: …
01/18/10:
- 22:00 Ticket #317 (Migration fails for PostgreSQL if default value contains percentage signs ...) created by
- Tried migrating a model with the following field: […] Got: […] …
- 19:43 Ticket #316 (SQLIte migrations break sometimes when adding columns and then ...) closed by
- fixed: Excellent, that's been merged into trunk. I'll close the ticket, as the …
- 16:09 Ticket #316 (SQLIte migrations break sometimes when adding columns and then ...) created by
- The problem is with the self._fields When adding a column and then …
Note: See TracTimeline
for information about the timeline view.
