root / elixir / trunk / elixir / entity.py

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @197 [197] 6 years ged more frame hackery so that one can use a class from another module in a …
(edit) @196 [196] 6 years ged - updated TODO file - (partially) changelogged what was done recently. …
(edit) @185 [185] 6 years cleverdevil Patch from Mike Bayer: The attached patch modifies Elixir's …
(edit) @183 [183] 6 years ged added more statement hooks: before_table, before_mapper, …
(edit) @175 [175] 6 years ged merged autodelay branch!
(edit) @170 [170] 6 years cleverdevil First part of moving events into the core of elixir. Next, I will be …
(edit) @169 [169] 6 years cleverdevil Added a method to EntityDescriptor for adding mapper extensions. Updated …
(edit) @164 [164] 6 years cleverdevil Added some hooks to allow Elixir statements to perform some post-setup …
(edit) @161 [161] 6 years ged - renamed RELEASE because I couldn't figure out how to exclude it from …
(edit) @158 [158] 6 years ged cosmetic changes
(edit) @148 [148] 6 years ged do not rely on the query() classmethod to provide the .q property
(edit) @145 [145] 6 years ged - Reworked how entities look for primary keys on related entities. This …
(edit) @139 [139] 6 years ged - Applied patch from Ants Aasma to make Elixir compatible with the 0.4 …
(edit) @130 [130] 6 years ged - Added has_property statement to add properties on the entity mapper …
(edit) @119 [119] 6 years ged - Made EntityMeta public, so that people can actually define their own …
(edit) @113 [113] 6 years ged - added .q property on the metaclass, so that you can get a query on an …
(edit) @111 [111] 6 years ged added default init method on entities so that subclasses can override …
(edit) @96 [96] 6 years ged - The tablename option can now be given a callable so that people can …
(edit) @94 [94] 6 years ged pep8fix
(edit) @93 [93] 6 years ged - (Hopefully) fixed reflecting has_and_belongs_to_many relationships. …
(edit) @83 [83] 6 years ged - Added support for the "version_id_col" option on entities. This option …
(edit) @82 [82] 6 years ged - Added support for autoloading/reflecting databases with …
(edit) @81 [81] 6 years ged - Applied patch from "Wavy" so that columns of a table are in the same …
(edit) @74 [74] 6 years ged - added support for deferred columns (use the "deferred" keyword argument …
(edit) @71 [71] 6 years ged added support to pass non-keyword arguments to tables. You just pass them …
(edit) @70 [70] 6 years ged Applied patch from Robin Munn to make the code python 2.3 compatible
(edit) @66 [66] 6 years ged - fixed inheritance with delay_setup - raise exception when an inverse is …
(edit) @65 [65] 6 years ged - added CHANGES file - removed debug print and huge bug in inheritance …
(edit) @64 [64] 6 years ged - implemented singletable non-polymorphic inheritance - added support for …
(edit) @53 [53] 6 years ged further reorder things... hopefully fixing the autoload problem
(edit) @51 [51] 6 years ged reorder setup operations. should fix autoload bug.
(edit) @47 [47] 6 years ged - Changed tests so that when one test fails, other unrelated ones …
(edit) @46 [46] 6 years ged removed the "extension" option
(edit) @43 [43] 6 years ged - completed the documentation of all relationships - a tiny little bit of …
(edit) @33 [33] 6 years joshua - added "pudge_all" to most files - added 'license="MIT License"' to …
(edit) @26 [26] 6 years joshua - added a simple tutorial - fixed a few issues with the template - added …
(edit) @24 [24] 6 years joshua * created and added a pudge template (including css and two images) * …
(edit) @22 [22] 6 years ged * implemented order_by translation on relations (has_many …
(edit) @21 [21] 6 years ged reapply changes made in rev 14 (which were wiped out in rev 17)
(edit) @19 [19] 6 years cleverdevil Fixed two TODOs that were bothering me.
(edit) @18 [18] 6 years cleverdevil A bunch of docstring updates, representing a good chunk of …
(edit) @17 [17] 6 years cleverdevil Finishing the name change from 'supermodel' to 'elixir'.
(copy) @16 [16] 6 years cleverdevil Continuing the name change.
copied from elixir/trunk/supermodel/entity.py:
(copy) @15 [15] 6 years cleverdevil Starting the name change to 'elixir'.
Note: See TracRevisionLog for help on using the revision log.