Timeline
12/08/08:
- 17:25 Ticket #76 (Allow ManyToOne created using field= to not add a ForeignKey constraint) created by
- Maybe this should be the default behavior when the field argument is used.
- 17:10 Changeset [428] by
-
implemented ManyToOne relationships to plain SA-mapped classes. OneToMany ...
- 10:01 Migrate05to06 edited by
- (diff)
- 09:57 Migrate05to06 edited by
- (diff)
12/05/08:
- 15:59 Ticket #53 (deprecate acts_as_list in favor of the equivalent SA construct) closed by
- fixed: Deprecation done in r427. I decided not to reimplement act_as_list on top …
- 15:56 Changeset [427] by
-
- Deprecated act_as_list extension in favor of SQLAlchemy's orderinglist
...
- 15:54 Recipes edited by
- (diff)
- 15:48 Recipes edited by
- (diff)
- 15:02 Changeset [426] by
-
- Fixed filter argument on OneToMany relationship leaking the filter to ...
- 14:35 Changeset [425] by
-
- Added workaround for an odd mod_python behavior (class.module ...
- 14:22 Changeset [424] by
-
- split test_o2m.test_filter into test_filter and test_orderinglist - ...
12/04/08:
- 17:13 Changeset [423] by
-
changelog
- 17:11 Changeset [422] by
-
delete Elixir properties as late as possible (ie in setup phase), not ...
- 15:48 Changeset [421] by
-
- moved all relationship options to explicit kwargs, instead of doing
...
12/02/08:
- 16:46 Changeset [420] by
-
only inspect methods (fixes previous commit)
- 16:14 Changeset [419] by
-
- Fixed event methods not being called when they are defined on a parent ...
- 14:46 Ticket #34 (Elixir fails during insert and update on MySQL 5.x when using the list ...) closed by
- fixed: I've finally decided to commit the patch anyway (r418).
- 14:45 Changeset [418] by
-
Fix move_to_bottom on MySQL (by issuing an extra query). Fixes #34. Added ...
12/01/08:
- 14:31 Changeset [417] by
-
slightly improved documentation & exception message ...
11/17/08:
- 16:45 Changeset [416] by
-
add EntityBase to all
