Timeline
09/16/09:
- 20:44 Ticket #249 (Auto doesn't create correct indices for many-to-many join tables) created by
- If we have a many-to-many relationship, auto doesn't create the same …
- 20:33 Ticket #248 (Verbosity=2 doesn't print create index statements in db-dry-run) created by
- If you have a model with a foreign key like: […] and you run …
- 20:29 Ticket #246 (Nothing in forwards and backwards when altering a ManyToManyField) closed by
- invalid: No, as ManyToMany? fields are actually represented by a whole new database …
- 19:57 Ticket #247 (Custom Model Fields throw exception durring migration) created by
- I'm using some custom model fields in a few of my applications. In this …
- 18:34 Ticket #246 (Nothing in forwards and backwards when altering a ManyToManyField) created by
- I altered a many to many field to allow blank (blank=True) The result …
- 10:05 Ticket #245 (utf-8 coding detection is not done) created by
- andrewgodwin on IRC told me to open a ticket for this: if a models.py is …
09/13/09:
09/12/09:
- 02:29 Ticket #244 (South needs to be smarter about creating long index names.) closed by
- fixed
- 02:09 WikiStart edited by
- (diff)
- 01:58 QuickStartGuide edited by
- (diff)
- 01:52 QuickStartGuide edited by
- (diff)
- 01:50 QuickStartGuide edited by
- (diff)
- 01:45 QuickStartGuide edited by
- (diff)
- 01:44 QuickStartGuide edited by
- (diff)
- 01:42 QuickStartGuide edited by
- (diff)
- 01:31 QuickStartGuide edited by
- (diff)
- 01:25 QuickStartGuide edited by
- (diff)
- 01:22 QuickStartGuide edited by
- (diff)
- 01:22 QuickStartGuide edited by
- (diff)
- 01:13 QuickStartGuide edited by
- (diff)
- 01:12 QuickStartGuide edited by
- (diff)
- 01:11 QuickStartGuide edited by
- (diff)
- 01:08 QuickStartGuide edited by
- (diff)
- 01:05 QuickStartGuide edited by
- (diff)
- 00:59 QuickStartGuide edited by
- (diff)
- 00:44 Settings edited by
- Added a sample SOUTH_LOGGING_FILE entry. (diff)
- 00:42 Settings edited by
- SOUTH_DEBUG_ON is now SOUTH_LOGGING_ON (diff)
- 00:30 Settings edited by
- A note to developers about SOUTH_DEBUG_ON (diff)
- 00:28 Settings edited by
- Added new SOUTH_DEBUG_ON and SOUTH_LOGGING_FILE (diff)
- 00:11 QuickStartGuide edited by
- (diff)
09/11/09:
- 23:59 QuickStartGuide edited by
- (diff)
- 23:58 QuickStartGuide edited by
- (diff)
- 23:57 QuickStartGuide edited by
- (diff)
- 23:56 QuickStartGuide edited by
- (diff)
- 23:50 QuickStartGuide edited by
- (diff)
- 23:48 QuickStartGuide edited by
- (diff)
- 23:00 Ticket #242 (adding ForeignKey('self') to model failed) closed by
- invalid: Yes, you added a not-null foreign key to a table and didn't provide a sane …
- 23:00 QuickStartGuide edited by
- (diff)
- 22:54 Ticket #225 (Tweak to ease default values for TimeFields?) closed by
- fixed: Fixed in [44ed48f7ee0a].
- 22:53 QuickStartGuide edited by
- (diff)
- 22:51 QuickStartGuide edited by
- (diff)
- 22:49 QuickStartGuide edited by
- (diff)
- 22:44 QuickStartGuide edited by
- (diff)
- 22:40 Ticket #161 (Altering column to ForeignKey makes invalid migration) closed by
- fixed: Fixed in [6a5ce6a665a8].
- 22:38 QuickStartGuide edited by
- (diff)
- 22:33 QuickStartGuide edited by
- (diff)
- 22:22 QuickStartGuide edited by
- (diff)
- 22:21 QuickStartGuide created by
- 22:20 WikiStart edited by
- (diff)
- 22:13 Ticket #168 (South fails to add a blank=True/null=False field without manually adding ...) closed by
- fixed: If the field allows empty strings (which CharFields? do) we will manually …
- 19:24 Download edited by
- Supports Django 1.1 too (diff)
- 18:21 Ticket #244 (South needs to be smarter about creating long index names.) created by
- When a table has a very long name, South blindly truncates the index name …
- 18:19 Ticket #243 (Renaming a ForeignKey in MySQL/Innodb) created by
- db.rename_column('app_model', 'valuation', 'estimate',) fails with: …
09/09/09:
- 17:28 SouthFieldTriple edited by
- (diff)
- 17:26 DynamicFields edited by
- (diff)
- 17:24 SouthFieldTriple created by
- 12:55 Ticket #242 (adding ForeignKey('self') to model failed) created by
- I added this (the second line) to my model: class Category(models.Model): …
09/08/09:
- 23:08 ExtendingIntrospection edited by
- (diff)
- 23:06 ExtendingIntrospection edited by
- (diff)
- 22:58 ExtendingIntrospection created by
- 22:44 Documentation edited by
- (diff)
- 21:35 Ticket #241 (convert_to_south fails on sqlite) closed by
- duplicate: Marking as duplicate of #240, which it basically is, even if not obviously …
- 19:53 ReleaseNotes/0.6.2 created by
- 19:52 Ticket #240 (Problems creating migrations with GeoDjango models) closed by
- fixed: Ahh, the GIS field names internally changed in 1.1, which I developed …
- 19:26 Dependencies edited by
- (diff)
- 14:44 Ticket #241 (convert_to_south fails on sqlite) created by
- I develop on sqlite and my version of sqlite (from debian unstable) does …
- 00:42 Ticket #240 (Problems creating migrations with GeoDjango models) created by
- Works fine in 0.6, not in 0.6.1
09/06/09:
- 13:39 Settings edited by
- (diff)
- 13:39 Settings edited by
- (diff)
- 13:38 Settings created by
- 13:30 Documentation edited by
- (diff)
09/05/09:
- 15:25 Milestone 0.6.1 completed
- 15:24 ReleaseNotes/0.6.1 edited by
- (diff)
- 15:18 Download edited by
- (diff)
- 15:17 WikiStart edited by
- (diff)
- 15:05 GenericRelations edited by
- (diff)
- 15:04 GenericRelations created by
- 15:01 Documentation edited by
- (diff)
- 14:59 ReleaseNotes/0.6.1 edited by
- (diff)
- 14:40 Ticket #239 (Fix GeoDjango fields) closed by
- fixed: Fixed in [b7716bf56c4b].
09/04/09:
- 10:58 ReleaseNotes/0.6.1 edited by
- (diff)
- 10:55 Ticket #239 (Fix GeoDjango fields) created by
- GeoDjango? fields are not correctly being detected by the introspector, but …
- 10:52 Ticket #229 (inherited model m2m gets invalid foreign key) closed by
- invalid: No response; closing as invalid for now. If you do still have the error on …
- 10:51 Ticket #224 (wrong key in models dictionary lookup) closed by
- invalid: I've had no response, so closing as invalid.
- 10:50 WikiStart edited by
- (diff)
09/03/09:
- 22:28 Ticket #238 (create subversion tag for v0.6) closed by
- invalid: Subversion is now outdated - we use Mercurial as the version control …
- 22:26 Ticket #238 (create subversion tag for v0.6) created by
- can you please tag version 0.6 in the subversion repository? I hook my svn …
09/02/09:
- 23:07 db.backend_name edited by
- (diff)
- 23:07 db.backend_name created by
- 23:06 Documentation edited by
- (diff)
09/01/09:
- 21:11 ReleaseNotes/0.6.1 edited by
- (diff)
- 21:07 Ticket #209 (Migration hangs indefinitely if another connection to DB is open) closed by
- fixed: Added to the FAQ, and marking as Invalid, since it's not a South issue, …
- 21:06 FAQ edited by
- (diff)
- 21:06 FAQ edited by
- (diff)
- 21:05 FAQ edited by
- (diff)
- 21:02 Ticket #234 (terminology suggestion: migrated app --> migratory app) closed by
- wontfix: I'm very unlikely to do this, mostly because there's another Django …
- 21:00 Ticket #232 (South produces error: The model 'category' from the app 'main' is not ...) closed by
- fixed: This is fixed in #226, in the sense that the correct error now gets …
- 20:56 Ticket #237 (string template printed with no parameters) closed by
- fixed: Committed in [bf37ca008ffb].
- 20:46 Ticket #237 (string template printed with no parameters) created by
- south/migration.py:318 print " - Migration '%s' is marked for …
08/29/09:
- 13:45 ReleaseNotes/0.6 edited by
- (diff)
- 13:44 Ticket #236 (0.6 release notes should point out that if upgrading, you may need to do a ...) closed by
- fixed: Interesting, I thought I'd eliminated that problem - the comparison …
- 00:14 Ticket #236 (0.6 release notes should point out that if upgrading, you may need to do a ...) created by
- I upgraded a project from South 0.5 to South 0.6, and found that if I …
- 00:02 Ticket #235 (adding unique=True to a field that formerly had db_index=True, ...) created by
- Create a model like this (in myapp/models.py): […] Perform its …
08/28/09:
- 20:46 Ticket #234 (terminology suggestion: migrated app --> migratory app) created by
- while reading http://south.aeracode.org/wiki/Tutorial1 Consider renaming …
08/27/09:
- 23:14 ReleaseNotes/0.6.1 edited by
- (diff)
- 21:46 Ticket #233 (South supporting multiple databases) created by
- On Django's 1.2 Roadmap …
- 21:43 Ticket #226 (Sqlite doesn't support app names with underscores in them for column ...) closed by
- fixed: Fixed in [f44c3e3cc52c].
- 20:58 Ticket #231 (abstract=True and ForeignKey('self')) closed by
- fixed: Fixed in [1ad15ec58637].
- 18:11 Ticket #232 (South produces error: The model 'category' from the app 'main' is not ...) created by
- I have converted my app to South as per the tutorial, and it worked fine …
- 12:03 Ticket #231 (abstract=True and ForeignKey('self')) created by
- Have those models: […] When I run: python manage.py startmigration …
08/26/09:
- 14:00 Ticket #230 (django not imported for auto generated migrations) closed by
- worksforme: This is a bug with the autogenerator; if you upgrade to the current …
- 13:15 Ticket #230 (django not imported for auto generated migrations) created by
- the orm part of a migration specifies something like …
- 11:23 Ticket #229 (inherited model m2m gets invalid foreign key) created by
- example: […] will yield something like […] where the …
- 09:04 DynamicFields edited by
- (diff)
- 08:53 DynamicFields edited by
- (diff)
- 08:44 BadContent edited by
- (diff)
08/25/09:
08/24/09:
08/20/09:
08/19/09:
- 18:48 Ticket #228 (Problems with fakeORM and script migration) created by
- Traceback (most recent call last): File …
08/18/09:
Note: See TracTimeline
for information about the timeline view.
