Timeline


and .

08/06/08:

12:21 Changeset [387] by ged

let's try to remember to update trac

08/05/08:

10:32 Contact edited by ged
(diff)
10:21 Contact edited by ged
(diff)

08/04/08:

17:21 Changeset [386] by ged

changelog

17:19 Changeset [385] by ged

fix missing key in exception message

12:36 Ticket #39 (Error when flushing object who's property name matches the column name) closed by ged
fixed: field_param_doc.patch applied (with wording changes) in r384, thanks. in …
12:26 Changeset [384] by ged

add documentation for the "field" argument to ManyToOne, and added ...

10:52 Changeset [383] by ged

removed support for the deprecated with_fields syntax

04:37 Ticket #61 (Migrate is broken with elixir 0.6.0) created by guest
I had migrate scripts that worked with Elixir 0.5.2 and they don' t …

07/29/08:

10:48 Changeset [382] by ged

- extra args and kwargs to Synonym and ColumnProperty are forwarded to ...

07/28/08:

15:50 Recipes/MultipleDatabasesOneMetadata edited by guest
(diff)

07/24/08:

18:22 Recipes/MultipleDatabasesOneMetadata created by guest
18:07 Recipes edited by guest
(diff)
08:32 Documentation edited by joshua
Linking 0.6.0 API docs (diff)

07/23/08:

17:23 Ticket #60 (I could'nt find enough information about autoloaded classes) created by guest
I tried to find how to load a view, since the views doesn't have a primary …
17:21 Changeset [381] by ged

add TODO

17:17 Ticket #59 (test) closed by guest
fixed
17:16 Ticket #59 (test) created by guest
test
11:10 Changeset [380] by ged

- Allow ManyToOne relationships to use manually created fields as their

...

09:53 Changeset [379] by ged

i don't like loop bodies on the same line as the loops themselves :)

07/22/08:

15:08 Changeset [378] by cleverdevil

Resolved duplication in Entity.set and Entity.__init__ by having the ...

13:03 Changeset [377] by ged

bump version

13:02 Changeset [376] by ged

modify tests so that it doesn't cause an error on SQLite versions which ...

12:55 Changeset [375] by ged

let's try not to forget upgrade notes next time

12:13 Changeset [374] by ged

retagging release

12:12 Changeset [373] by ged

remove release as to retag it with updated CHANGES

12:09 Changeset [372] by ged

replace source:xx links to complete http links

12:06 Changeset [371] by ged

add link to upgrade notes

12:02 TutorialDivingIn edited by ged
(diff)
11:58 TutorialDivingIn edited by ged
(diff)
11:52 alltogether.py attached to TutorialDivingIn by ged
11:52 section9.py attached to TutorialDivingIn by ged
11:51 section6.py attached to TutorialDivingIn by ged
11:51 section4.py attached to TutorialDivingIn by ged
11:49 alltogether.py attached to TutorialDivingIn05 by ged
11:49 section9.py attached to TutorialDivingIn05 by ged
11:48 section6.py attached to TutorialDivingIn05 by ged
11:48 section4.py attached to TutorialDivingIn05 by ged
11:48 model.py attached to TutorialDivingIn05 by ged
11:37 TutorialDivingIn edited by ged
(diff)
11:27 TutorialDivingIn05 created by ged
11:22 Documentation edited by ged
(diff)
11:22 Documentation edited by ged
(diff)
10:12 Migrate05to06 edited by ged
(diff)
09:41 Changeset [370] by ged

added an example of a field with a default value, as per a suggestion on ...

07/18/08:

18:00 News edited by ged
(diff)
17:55 Changeset [369] by ged

tag release

17:54 Changeset [368] by ged

prepare for release

00:00 Milestone 0.6 completed

07/15/08:

17:29 Changeset [367] by cleverdevil

The constructor for Entity no longer called from_dict as it can lead ...

10:18 News edited by ged
(diff)
10:18 Documentation edited by ged
(diff)
10:07 Migrate05to06 edited by ged
(diff)
09:51 Migrate05to06 created by ged
09:50 Changeset [366] by ged

typos

09:47 Changeset [365] by ged

clarification

09:43 Documentation edited by ged
(diff)

07/14/08:

23:03 Ticket #58 (A small patch to improve test_events) closed by ged
fixed: Partially applied in r364. Thanks.
23:02 Changeset [364] by ged

apply ideas from ticket #58 patch to improve event tests (adds checking ...

21:55 Ticket #9 (Enhance target resolving code to cope with more situations) closed by ged
fixed: Done in r363, though the pattern described in earlier comment is not …
21:51 Changeset [363] by ged

- Default "target entity resolving code" changed slightly. It now uses a ...

07/12/08:

04:35 Ticket #58 (A small patch to improve test_events) created by guest
This patch makes the test ensure that raw SQL statements are allowed …

07/11/08:

17:54 Ticket #57 (Implement polymorphic relationships) created by ged
There are two patterns that I know of to implement polymorphic …
17:19 Ticket #50 (Allow custom join condition without horrible hacks) closed by ged
fixed: closed in r362
17:18 Changeset [362] by ged
  • Added support for callables for some arguments on relationships:

...

16:14 Changeset [361] by ged

fix test on SA 0.4.x

15:59 Ticket #15 (Support "abstract" classes) closed by ged
fixed: fixed in r360
15:58 Ticket #47 (Entity.set to/from_dict) closed by ged
fixed: fixed in r360
15:58 Changeset [360] by ged
  • cleanup "copy properties from base class" implementation (closes #15) ...
12:44 Changeset [359] by ged

remove outdated comment

10:55 Changeset [358] by ged
  • added add_mapper_extension helper method on EntityBuilder
  • minor ...
09:48 Ticket #56 (DB changes inside of event handlers not affecting DB) closed by ged
invalid: The problem is that you cannot insert any new instances at this point …
08:44 Ticket #56 (DB changes inside of event handlers not affecting DB) created by guest
Possibly related to: r286 There's a patch for the test_events.py …

07/09/08:

21:53 Ticket #55 (Strange behavior using mapped_collection with passive association) created by guest
This problem is difficult to describe, so I suggest first looking at the …
16:12 Ticket #52 (acts_as_list does not work with autoload) closed by ged
fixed: Applied in r354. Thanks for the report & patch. Note that I personally …

07/08/08:

11:28 Ticket #54 (too many aguments on myObj.commit()) closed by ged
fixed: fixed in r356... That's what happens when I "sed" all files in the …
11:21 Goodies edited by ged
(diff)
11:21 Recipes edited by ged
(diff)
11:19 Changeset [357] by ged

cleanup cleanup_all

11:07 Changeset [356] by ged
  • better support for viewonly relationships
  • restore flush method on ...

07/07/08:

22:21 Ticket #54 (too many aguments on myObj.commit()) created by guest
When using SA trunk, and elixir trunk. myObj.commit() throws up. Please …
14:55 Changeset [355] by ged

- Added support for viewonly relationships (OneToMany and OneToOne).

13:07 Changeset [354] by ged

- Fixed acts_as_list extension with autoloaded entities (patch from maqr,

...

11:10 Ticket #53 (deprecate acts_as_list in favor of the equivalent SA construct) created by ged
sqlalchemy.ext.orderinglist.ordering_list is more flexible and generally …
Note: See TracTimeline for information about the timeline view.