Timeline
07/04/09:
- 23:06 Ticket #198 (Can't parse non-absolute path) created by
- utils.ask_for_it_by_name assumes there is an absolute path to the object. …
- 14:22 Ticket #197 (Recursive dependancies go cause inifinte recursion) closed by
- fixed: This should be fixed in [0aa5b5fb6e74] (tagged as new 'stableish').
- 03:16 Ticket #197 (Recursive dependancies go cause inifinte recursion) created by
- I have an inherited object model and have the same problem as #179. I …
07/02/09:
- 14:12 Ticket #196 (renaming a primary key does not work) created by
- If i rename a table and an other has a one2one relation to it the primary …
07/01/09:
- 23:22 Download edited by
- (diff)
- 22:29 Ticket #195 (installation via setup.py is broken) closed by
- fixed: And now it is! (in [e82940a7c9f0])
- 20:02 Ticket #195 (installation via setup.py is broken) created by
- New 'south.hacks' module is not in 'packages' in setup.py.
- 13:40 Ticket #194 (Drop unique_together constraint fails) created by
- Using PostgreSQL and the latest tip of South. This is what I have: My …
- 11:29 Ticket #184 (A field's "default" value defined with ugettext_lazy is not understood by ...) closed by
- fixed: Fixed in [6178d86a92e0].
- 11:05 Ticket #193 (use isinstance(value, ModelBase) instead of type(value) == ModelBase) closed by
- fixed: Agreed. Fixed in [82d030c30f26]
- 10:45 Ticket #192 (m2m fields in orm are not working during migration) closed by
- fixed: Fixed in [b996f6de7a60].
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 - …
Note: See TracTimeline
for information about the timeline view.
