|
|
|
@531
|
[531]
|
21 months |
ged |
add some comments, FIXME, etc…
|
|
|
|
@522
|
[522]
|
2 years |
ged |
clarify "table" argument to ManyToMany.
|
|
|
|
@502
|
[502]
|
3 years |
ged |
fix ReST markup so that API docs look good
|
|
|
|
@497
|
[497]
|
3 years |
ged |
more cleanup after dropping py2.3/SA0.4
|
|
|
|
@490
|
[490]
|
3 years |
ged |
Dropped support for python 2.3, SQLAlchemy 0.4 and deprecated stuff from …
|
|
|
|
@488
|
[488]
|
3 years |
ged |
callable is deprecated in py3k
|
|
|
|
@484
|
[484]
|
3 years |
ged |
update all web links
|
|
|
|
@481
|
[481]
|
3 years |
ged |
- added test for migration after M2M column format change through …
|
|
|
|
@478
|
[478]
|
3 years |
ged |
- Default table_options (defined in options_defaultstable_options?) are …
|
|
|
|
@477
|
[477]
|
3 years |
ged |
- Added a "table_kwargs" argument on ManyToMany relationships to pass any
…
|
|
|
|
@476
|
[476]
|
3 years |
ged |
formatting fix
|
|
|
|
@475
|
[475]
|
3 years |
ged |
- changed the M2M column format again (only differ from the 0.6.x naming …
|
|
|
|
@465
|
[465]
|
3 years |
ged |
- Fixed Elixir to work with the future SQLAlchemy 0.6 (trunk as of …
|
|
|
|
@458
|
[458]
|
3 years |
ged |
- Changed the pattern used by default to generate column names for (all)
…
|
|
|
|
@455
|
[455]
|
3 years |
ged |
document order_by "load-only" behavior
|
|
|
|
@443
|
[443]
|
3 years |
ged |
apply patch from "Secator" to fix py2.6 warnings
|
|
|
|
@441
|
[441]
|
3 years |
ged |
better message
|
|
|
|
@430
|
[430]
|
3 years |
ged |
update comment
|
|
|
|
@428
|
[428]
|
3 years |
ged |
implemented ManyToOne relationships to plain SA-mapped classes. OneToMany …
|
|
|
|
@427
|
[427]
|
3 years |
ged |
- Deprecated act_as_list extension in favor of SQLAlchemy's orderinglist
…
|
|
|
|
@426
|
[426]
|
3 years |
ged |
- Fixed filter argument on OneToMany relationship leaking the filter to …
|
|
|
|
@421
|
[421]
|
3 years |
ged |
- moved all relationship options to explicit kwargs, instead of doing
…
|
|
|
|
@414
|
[414]
|
4 years |
ged |
Allow "colname" argument to be specified in addition to "primaryjoin" …
|
|
|
|
@413
|
[413]
|
4 years |
ged |
- Fixed documentation about local_colname and remote_colname arguments …
|
|
|
|
@406
|
[406]
|
4 years |
ged |
- added documentation for target_column and test for a O2M using a M2O …
|
|
|
|
@405
|
[405]
|
4 years |
ged |
Added a new "target_column" argument on ManyToOne relationships (ticket …
|
|
|
|
@401
|
[401]
|
4 years |
ged |
- fixed bug with the new "schema" argument on ManyToMany relationships (I …
|
|
|
|
@400
|
[400]
|
4 years |
ged |
- Added a new statement 'using_options_defaults' which can be used
on a …
|
|
|
|
@397
|
[397]
|
4 years |
ged |
New features:
- The local_colname and remote_colname arguments on …
|
|
|
|
@389
|
[389]
|
4 years |
ged |
More helpful assertion message when inverse relationship types don't …
|
|
|
|
@384
|
[384]
|
4 years |
ged |
add documentation for the "field" argument to ManyToOne, and added …
|
|
|
|
@380
|
[380]
|
4 years |
ged |
- Allow ManyToOne relationships to use manually created fields as their
…
|
|
|
|
@362
|
[362]
|
4 years |
ged |
- Added support for callables for some arguments on relationships:
…
|
|
|
|
@356
|
[356]
|
4 years |
ged |
- better support for viewonly relationships
- restore flush method on …
|
|
|
|
@355
|
[355]
|
4 years |
ged |
- Added support for viewonly relationships (OneToMany and OneToOne).
|
|
|
|
@350
|
[350]
|
4 years |
ged |
- added add_mapper_property and add_table_column helper method in …
|
|
|
|
@347
|
[347]
|
4 years |
ged |
removed trailing spaces
|
|
|
|
@346
|
[346]
|
4 years |
ged |
tweak and log last change
|
|
|
|
@345
|
[345]
|
4 years |
ged |
Fixed ManyToMany relationships when not using the default schema (patch …
|
|
|
|
@343
|
[343]
|
4 years |
ged |
Some cleanup to the target/collection stuff... Still need some work to get …
|
|
|
|
@342
|
[342]
|
4 years |
ged |
- remove deprecated methods on Entity
- pulled entity mapping and target …
|
|
|
|
@328
|
[328]
|
4 years |
ged |
- first step to allow a custom table (externally defined) for M2M
…
|
|
|
|
@321
|
[321]
|
4 years |
ged |
Fixed several problems with concrete inheritance and …
|
|
|
|
@319
|
[319]
|
4 years |
ged |
- Fixed ManyToOne relationships using 'key' kwarg in their column_kwargs
…
|
|
|
|
@307
|
[307]
|
4 years |
ged |
- Made Elixir python 2.3 compatible again (based on a patch from
Jason …
|
|
|
|
@297
|
[297]
|
4 years |
cleverdevil |
Added a column_format keyword argument to ManyToMany which can be used …
|
|
|
|
@269
|
[269]
|
4 years |
ged |
- the columns created by ManyToOne relationships create an index by …
|
|
|
|
@267
|
[267]
|
5 years |
ged |
- cleanup class attributes (in the attributes-based syntax) after the
…
|
|
|
|
@265
|
[265]
|
5 years |
ged |
- moved some format strings to constants in options
- added set method on …
|
|
|
|
@263
|
[263]
|
5 years |
ged |
- minor style improvements, correct typos, ...
- bump version to 0.4.1
|
|
|
|
@244
|
[244]
|
5 years |
ged |
- added some comments/fixed some other comments
- made trigger test …
|
|
|
|
@243
|
[243]
|
5 years |
ged |
- added test for deferred fields courtesy of Isaac Csandl
- tweaked setup …
|
|
|
|
@240
|
[240]
|
5 years |
ged |
- Added the possibility to give a custom name for ManyToOne constraints
…
|
|
|
|
@236
|
[236]
|
5 years |
ged |
- migrate to attribute-based syntax in all examples and documentation.
- …
|
|
|
|
@224
|
[224]
|
5 years |
ged |
we are moving from pudge to apydia:
find -name "*.py" -exec sed -i …
|
|
|
|
@223
|
[223]
|
5 years |
ged |
enable syntax hilighting for python code in docstrings
|
|
|
|
@221
|
[221]
|
5 years |
ged |
- added the possibility to not have the autosetup triggers installer (use …
|
|
|
|
@205
|
[205]
|
5 years |
bbangert |
- Implemented ondelete/onupdate options for use with …
|
|
|
|
@199
|
[199]
|
5 years |
ged |
- Added test for the case when you refer to a remotely-defined class by …
|
|
|
|
@198
|
[198]
|
5 years |
ged |
Added onupdate kwarg to BelongsTo relationships for consistency with …
|
|
|
|
@193
|
[193]
|
5 years |
ged |
reverted r191 as it *is* useless in a "delayed setup" scenario
|
|
|
|
@191
|
[191]
|
5 years |
bbangert |
Adding fallback entity relationship lookup. This was removed in the …
|
|
|
|
@188
|
[188]
|
5 years |
ged |
- generalized "through" argument to all relationship types + has_field + …
|
|
|
|
@184
|
[184]
|
5 years |
cleverdevil |
A first pass at has_many with a through and via keyword argument.
|
|
|
|
@182
|
[182]
|
5 years |
ged |
- fixed bug which prevented to have a belongs_to with a pk and an inverse
…
|
|
|
|
@175
|
[175]
|
5 years |
ged |
merged autodelay branch!
|
|
|
|
@163
|
[163]
|
5 years |
ged |
added primary_key argument to belongs_to relationships
|
|
|
|
@160
|
[160]
|
5 years |
ged |
more cosmetics, trying to bring autodelay branch & trunk as close as …
|
|
|
|
@158
|
[158]
|
5 years |
ged |
cosmetic changes
|
|
|
|
@147
|
[147]
|
5 years |
ged |
- Applied (a modified version of a) patch from Ivanov Maxim to fix the
…
|
|
|
|
@145
|
[145]
|
5 years |
ged |
- Reworked how entities look for primary keys on related entities. This
…
|
|
|
|
@144
|
[144]
|
5 years |
ged |
- Changed the order of relationship kwargs processing so that computed …
|
|
|
|
@141
|
[141]
|
5 years |
ged |
- cleaned up "match_type_of" is relationship: now each relationship do it
…
|
|
|
|
@139
|
[139]
|
5 years |
ged |
- Applied patch from Ants Aasma to make Elixir compatible with the 0.4 …
|
|
|
|
@136
|
[136]
|
5 years |
ged |
- made uselist=True a default for has_and_belongs_to_many relationships
…
|
|
|
|
@119
|
[119]
|
5 years |
ged |
- Made EntityMeta public, so that people can actually define their own …
|
|
|
|
@114
|
[114]
|
5 years |
ged |
- Fixed relationships to tables using a schema (Patch by Neil …
|
|
|
|
@93
|
[93]
|
5 years |
ged |
- (Hopefully) fixed reflecting has_and_belongs_to_many relationships.
…
|
|
|
|
@87
|
[87]
|
5 years |
ged |
- Applied patch from "Isaac/Nerkles" to add an "ondelete" argument to
…
|
|
|
|
@86
|
[86]
|
5 years |
cleverdevil |
Rolling back the previous change due to issues pointed out by …
|
|
|
|
@85
|
[85]
|
5 years |
cleverdevil |
In relationships, you can now specify cascade=True, which will add a …
|
|
|
|
@84
|
[84]
|
5 years |
ged |
- Fixed documentation for belongs_to relationships (the arguemnt is …
|
|
|
|
@82
|
[82]
|
5 years |
ged |
- Added support for autoloading/reflecting databases with
…
|
|
|
|
@74
|
[74]
|
5 years |
ged |
- added support for deferred columns (use the "deferred" keyword argument …
|
|
|
|
@72
|
[72]
|
5 years |
ged |
- fixed foreign key names on MySQL (and possibly other) databases by
…
|
|
|
|
@70
|
[70]
|
5 years |
ged |
Applied patch from Robin Munn to make the code python 2.3 compatible
|
|
|
|
@67
|
[67]
|
5 years |
ged |
Corrected copy-paste mistake in has_many documentation (as reported on TG …
|
|
|
|
@66
|
[66]
|
5 years |
ged |
- fixed inheritance with delay_setup
- raise exception when an inverse is …
|
|
|
|
@65
|
[65]
|
5 years |
ged |
- added CHANGES file
- removed debug print and huge bug in inheritance …
|
|
|
|
@64
|
[64]
|
5 years |
ged |
- implemented singletable non-polymorphic inheritance
- added support for …
|
|
|
|
@54
|
[54]
|
5 years |
ged |
fixed selfref for autoloaded tables (complete autoload test to check that)
|
|
|
|
@51
|
[51]
|
5 years |
ged |
reorder setup operations. should fix autoload bug.
|
|
|
|
@47
|
[47]
|
5 years |
ged |
- Changed tests so that when one test fails, other unrelated ones …
|
|
|
|
@45
|
[45]
|
5 years |
ged |
- added a couple of hyperlinks to SQLAlchemy documentation. I tried to …
|
|
|
|
@44
|
[44]
|
5 years |
cleverdevil |
Corrected minor spelling mistakes.
|
|
|
|
@43
|
[43]
|
5 years |
ged |
- completed the documentation of all relationships
- a tiny little bit of …
|
|
|
|
@36
|
[36]
|
5 years |
cleverdevil |
A few updates to the documentation strings for the generated docs.
|
|
|
|
@33
|
[33]
|
5 years |
joshua |
- added "pudge_all" to most files
- added 'license="MIT License"' to …
|
|
|
|
@26
|
[26]
|
5 years |
joshua |
- added a simple tutorial
- fixed a few issues with the template
- added …
|
|
|
|
@24
|
[24]
|
5 years |
joshua |
* created and added a pudge template (including css and two images)
* …
|
|
|
|