Timeline
06/30/09:
- 13:50 Ticket #193 (use isinstance(value, ModelBase) instead of type(value) == ModelBase) created by
- I have an additional metaclass on top of ModelBase?, so in …
- 10:50 Ticket #192 (m2m fields in orm are not working during migration) created by
- If you have a m2m field and you want to get some data from it during a …
06/29/09:
- 21:22 Ticket #185 (Failure to work with local flavor's USStateField field) closed by
- fixed: Odd, it might have been something in the parser. Anyway, the new …
- 21:14 Ticket #186 (Error if upload_filename points to a method) closed by
- fixed: That's odd, since it's already in that list in my codebase - I think I …
- 14:37 Ticket #191 (ManyToManyField currently broken?) closed by
- fixed: Fixed in [b8dd81bdb7b3].
- 14:35 Ticket #191 (ManyToManyField currently broken?) created by
- With hg changeset 269:7f46ccc1def8 the following minimal example app: …
- 12:35 Ticket #190 (Failed to generate migration) created by
- Hello, I was trying to create a migration and got the following error : …
- 01:16 Ticket #187 (The migrate command usage string is wrong) closed by
- fixed: Fixed in [61cca0193535].
- 01:04 Ticket #189 (Add Backwards Dependencies) created by
- I.e. depended_on_by as well as depends_on. Needs a better name. See …
- 00:16 Contributing edited by
- (diff)
- 00:15 Download edited by
- (diff)
06/26/09:
- 18:33 Ticket #188 ([PATCH] Compiled migrations (.pyc files) are not applied) created by
- I distribute my django apps compiled (.pyc files). When applying …
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 …
Note: See TracTimeline
for information about the timeline view.
