Timeline
06/16/09:
- 23:03 Ticket #178 (Add logging to db commands (and possibly ORM)) created by
- Suggested by #176 initially; all SQL from db commands should be logged to …
- 23:02 Ticket #177 (keep_default=False fails when default value provided is empty string or 0) closed by
- fixed: Agreed. Fixed in [261].
06/12/09:
06/10/09:
- 23:34 Ticket #177 (keep_default=False fails when default value provided is empty string or 0) created by
- When using add_column's keep_default parameter, if the default provided in …
06/09/09:
- 12:18 Ticket #176 (South migrate --status (shows differences, details of migration runs)) created by
- Proposal for new command: […] This can list following information about …
- 11:27 Ticket #175 (New DatabaseOperations commands backup/restore) created by
- Ticket #173 is dealing with failed migrations issues, how to detect etc. …
06/05/09:
- 11:03 CommandReference edited by
- (diff)
- 10:59 Ticket #174 (Initial creating/filling of database needs better documentation) closed by
- fixed: No, this isn't how it works. initial_data is loaded _after_ all migrations …
06/04/09:
- 23:44 Ticket #174 (Initial creating/filling of database needs better documentation) created by
- The normal south scenario build from the start is: - database without …
- 23:15 Ticket #173 (South_migrationhistory needs status - when migrate fails in the middle) created by
- Scenario: - migration 0004 is next to be runned - 0004 - 1st case - …
06/03/09:
- 10:42 Ticket #172 (Send signals indicating change on model) created by
- Django syncdb sends …
- 09:35 Ticket #171 (Emphesize in documentation distinctions between syncdb/migrate post-syncdb ...) created by
- Syncdb sends signal each time syncdb is started. This is "corrected" in …
06/02/09:
- 16:42 Ticket #170 (Running syncdb in --no-south mode (with patch)) created by
- Real-world example: A) developing in dev env with dev db - create models …
05/28/09:
- 19:38 Ticket #167 (deleting the last model of an application fails) closed by
- fixed: Fixed in [259].
- 19:07 Ticket #169 (Accessing generic fkeys from (data) migrations) created by
- I have a model that has a generic foreign key, some data that is contained …
- 18:41 Ticket #168 (South fails to add a blank=True/null=False field without manually adding ...) created by
- For example, adding: {{{my_field = models.CharField?(max_length=255, …
- 15:54 Ticket #167 (deleting the last model of an application fails) created by
- Then, the application's models are not in app_models and the migration …
05/27/09:
- 23:12 Ticket #166 (Default values are not correct) closed by
- invalid: Gladly :)
- 20:29 Ticket #166 (Default values are not correct) created by
- I'm having an issue with some of my models that have their default field …
05/26/09:
- 19:40 Ticket #165 (ORM does not cascade delete) created by
- Built a data migration which deletes some rows. The rows are referenced …
- 10:45 Ticket #163 (Custom adapters - new settings SOUTH_DATABASE_ADAPTER) closed by
- fixed: Applied in [257].
- 10:42 Ticket #164 (Autodetection: M2M altered to have a new Through doesn't delete old M2M ...) created by
- http://groups.google.com/group/south-users/browse_thread/thread/dd26fa7419a …
- 09:52 Ticket #163 (Custom adapters - new settings SOUTH_DATABASE_ADAPTER) created by
- I'm running django on my own django.db.adapter. Normally, south doesn't …
05/25/09:
- 10:57 Ticket #162 (ORMFreezer wiki page contains outdated warning about south version) closed by
- fixed: Yup, thanks for spotting that.
- 10:57 ORMFreezer edited by
- (diff)
- 10:53 Ticket #162 (ORMFreezer wiki page contains outdated warning about south version) created by
- I assume that the third and fourth paragraphs on the wiki:ORMFreezer page …
05/24/09:
- 13:42 Ticket #159 (Problem with migration of derived models) closed by
- invalid
- 06:46 Ticket #161 (Altering column to ForeignKey makes invalid migration) created by
- I've got recipient field in my model. That was a TextField. Then I …
05/23/09:
- 21:41 Ticket #160 (validation error in convert_to_south) created by
- I have Django [http://code.djangoproject.com/log/django/trunk?rev=10833 …
- 14:07 Ticket #159 (Problem with migration of derived models) created by
- Please see this issue: …
05/21/09:
- 17:41 Ticket #158 (Rename Tables) closed by
- invalid: I believe you're after db.rename_table in the API, …
- 17:40 Documentation edited by
- (diff)
05/20/09:
- 21:55 Ticket #158 (Rename Tables) created by
- It would be nice if there was a command that allowed for the renaming of …
- 17:42 UnitTestIntegration edited by
- (diff)
05/19/09:
- 23:16 Tutorial2 edited by
- (diff)
- 22:46 Autodetection edited by
- (diff)
- 22:45 Tutorial2 edited by
- (diff)
- 22:11 Ticket #149 (verbose_name is migrations) closed by
- fixed: This was the same as #157, and is so fixed.
- 21:24 Ticket #157 (South detects a changed verbose_name as a model change) closed by
- fixed: Fixed in [253].
- 20:53 Ticket #157 (South detects a changed verbose_name as a model change) created by
- Subject basically says it all: if you change a field's verbose_name then …
- 13:46 Ticket #155 (startmigration --initial fails if model related to a proxy model) created by
- I have a proxy model for Django's built-in User model in the contrib.auth …
- 10:43 Ticket #154 (errors for app names with capital letters) closed by
- fixed: Fixed in [252] - I should really have tested a capitalised app. Apologies.
- 10:38 Ticket #154 (errors for app names with capital letters) created by
- If you use south on an application that has capital letters in its name, …
05/18/09:
- 23:04 Ticket #153 (Revision 248 Breaks auto migration) closed by
- fixed: Yowch, should have caught that, sorry. Fixed in [251].
- 22:44 Ticket #153 (Revision 248 Breaks auto migration) created by
- Using revision [247] of the trunk an auto migration for a frozen model …
- 18:59 Ticket #152 (Importing Model instead of models.Model breaks South) closed by
- fixed: Fixed in [250].
- 18:31 Ticket #152 (Importing Model instead of models.Model breaks South) created by
- If models are declared like so: […] "./manage.py startmigration myapp …
Note: See TracTimeline
for information about the timeline view.
