Timeline
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 …
01/15/10:
- 10:45 Ticket #315 (south appears to lower-case table name when generating constraint for ...) created by
- South (or django) appears to preserve case when generating tablenames, but …
01/11/10:
- 13:27 Ticket #314 (eval() breaks --intial migration) closed by
- fixed: Bugs in 0.7 already? Well done. Fixed in [df83cb79bfa8].
- 01:03 Ticket #314 (eval() breaks --intial migration) created by
- Here's another one for your coffers Andrew. If I remove the if meta: …
01/10/10:
- 17:12 Ticket #313 (add new blank=True CharField on SQLite results in OperationalError: ...) created by
- I am trying to run this migration on SQLite3: […] Where the new field …
- 15:23 BadContent edited by
- (diff)
- 15:22 Ticket #312 (South deletes table that has: managed = False) created by
- in class Meta for one of my models I have: managed = False when I run …
01/07/10:
- 02:03 Ticket #311 (Warning: BLOB/TEXT column 'body' can't have a default value) created by
- Get this error when running on mysql: […] This is a fix […]
Note: See TracTimeline
for information about the timeline view.
