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