|
|
|
@191
|
[191]
|
6 years |
bbangert |
Adding fallback entity relationship lookup. This was removed in the …
|
|
|
|
@188
|
[188]
|
6 years |
ged |
- generalized "through" argument to all relationship types + has_field + …
|
|
|
|
@184
|
[184]
|
6 years |
cleverdevil |
A first pass at has_many with a through and via keyword argument.
|
|
|
|
@182
|
[182]
|
6 years |
ged |
- fixed bug which prevented to have a belongs_to with a pk and an inverse
…
|
|
|
|
@175
|
[175]
|
6 years |
ged |
merged autodelay branch!
|
|
|
|
@163
|
[163]
|
6 years |
ged |
added primary_key argument to belongs_to relationships
|
|
|
|
@160
|
[160]
|
6 years |
ged |
more cosmetics, trying to bring autodelay branch & trunk as close as …
|
|
|
|
@158
|
[158]
|
6 years |
ged |
cosmetic changes
|
|
|
|
@147
|
[147]
|
6 years |
ged |
- Applied (a modified version of a) patch from Ivanov Maxim to fix the
…
|
|
|
|
@145
|
[145]
|
6 years |
ged |
- Reworked how entities look for primary keys on related entities. This
…
|
|
|
|
@144
|
[144]
|
6 years |
ged |
- Changed the order of relationship kwargs processing so that computed …
|
|
|
|
@141
|
[141]
|
6 years |
ged |
- cleaned up "match_type_of" is relationship: now each relationship do it
…
|
|
|
|
@139
|
[139]
|
6 years |
ged |
- Applied patch from Ants Aasma to make Elixir compatible with the 0.4 …
|
|
|
|
@136
|
[136]
|
6 years |
ged |
- made uselist=True a default for has_and_belongs_to_many relationships
…
|
|
|
|
@119
|
[119]
|
6 years |
ged |
- Made EntityMeta public, so that people can actually define their own …
|
|
|
|
@114
|
[114]
|
6 years |
ged |
- Fixed relationships to tables using a schema (Patch by Neil …
|
|
|
|
@93
|
[93]
|
6 years |
ged |
- (Hopefully) fixed reflecting has_and_belongs_to_many relationships.
…
|
|
|
|
@87
|
[87]
|
6 years |
ged |
- Applied patch from "Isaac/Nerkles" to add an "ondelete" argument to
…
|
|
|
|
@86
|
[86]
|
6 years |
cleverdevil |
Rolling back the previous change due to issues pointed out by …
|
|
|
|
@85
|
[85]
|
6 years |
cleverdevil |
In relationships, you can now specify cascade=True, which will add a …
|
|
|
|
@84
|
[84]
|
6 years |
ged |
- Fixed documentation for belongs_to relationships (the arguemnt is …
|
|
|
|
@82
|
[82]
|
6 years |
ged |
- Added support for autoloading/reflecting databases with
…
|
|
|
|
@74
|
[74]
|
6 years |
ged |
- added support for deferred columns (use the "deferred" keyword argument …
|
|
|
|
@72
|
[72]
|
6 years |
ged |
- fixed foreign key names on MySQL (and possibly other) databases by
…
|
|
|
|
@70
|
[70]
|
6 years |
ged |
Applied patch from Robin Munn to make the code python 2.3 compatible
|
|
|
|
@67
|
[67]
|
6 years |
ged |
Corrected copy-paste mistake in has_many documentation (as reported on TG …
|
|
|
|
@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 …
|
|
|
|
@54
|
[54]
|
6 years |
ged |
fixed selfref for autoloaded tables (complete autoload test to check that)
|
|
|
|
@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 …
|
|
|
|
@45
|
[45]
|
6 years |
ged |
- added a couple of hyperlinks to SQLAlchemy documentation. I tried to …
|
|
|
|
@44
|
[44]
|
6 years |
cleverdevil |
Corrected minor spelling mistakes.
|
|
|
|
@43
|
[43]
|
6 years |
ged |
- completed the documentation of all relationships
- a tiny little bit of …
|
|
|
|
@36
|
[36]
|
6 years |
cleverdevil |
A few updates to the documentation strings for the generated docs.
|
|
|
|
@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/relationships.py:
|
|
|
|
@15
|
[15]
|
6 years |
cleverdevil |
Starting the name change to 'elixir'.
|