Timeline
06/25/09:
06/24/09:
- 14:52 Ticket #186 (Error if upload_filename points to a method) created by
- Consider this reduced test case: class NewsEntry?(models.Model): def …
06/23/09:
- 20:18 Ticket #185 (Failure to work with local flavor's USStateField field) created by
- South is ignoring the django local flavor USStateField() column type: …
06/22/09:
- 18:22 Ticket #184 (A field's "default" value defined with ugettext_lazy is not understood by ...) created by
- Given model: […] startmigration <appname> --inital returns: […] …
06/21/09:
- 10:33 Ticket #183 (Changing the related model on a ForeignKey does not take care of ...) created by
- Consider this migration: […] This does not take care of the foreign key …
06/20/09:
- 13:52 Ticket #182 (Improper handling of _bases) created by
- I have the following model (shortened for better readability): […] I …
06/18/09:
- 21:32 Ticket #181 (Introspect Models instead of source files) created by
- Python is a dynamic language and supports dynamic addition of attributes …
- 17:20 Ticket #180 (Unable to handle model deletion (with ForeignKey constraint)) created by
- Hi, I just downloaded south from trunk and applied my first migration to …
06/17/09:
- 19:04 Ticket #179 (Problem with inherited models) created by
- Hello, I am unable to apply migration to already synced application, which …
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 …
Note: See TracTimeline
for information about the timeline view.
