|
|
|
@515
|
[515]
|
3 years |
ged |
- Added a new collection which can resolve entities relative to the …
|
|
|
|
@491
|
[491]
|
3 years |
ged |
change version numbers
|
|
|
|
@490
|
[490]
|
3 years |
ged |
Dropped support for python 2.3, SQLAlchemy 0.4 and deprecated stuff from …
|
|
|
|
@416
|
[416]
|
4 years |
ged |
add EntityBase to all
|
|
|
|
@402
|
[402]
|
4 years |
ged |
removed unused import
|
|
|
|
@400
|
[400]
|
4 years |
ged |
- Added a new statement 'using_options_defaults' which can be used
on a …
|
|
|
|
@398
|
[398]
|
4 years |
ged |
move the default collection class to a separate file
|
|
|
|
@397
|
[397]
|
4 years |
ged |
New features:
- The local_colname and remote_colname arguments on …
|
|
|
|
@385
|
[385]
|
4 years |
ged |
fix missing key in exception message
|
|
|
|
@383
|
[383]
|
4 years |
ged |
removed support for the deprecated with_fields syntax
|
|
|
|
@377
|
[377]
|
4 years |
ged |
bump version
|
|
|
|
@363
|
[363]
|
4 years |
ged |
- Default "target entity resolving code" changed slightly. It now uses a …
|
|
|
|
@357
|
[357]
|
4 years |
ged |
cleanup cleanup_all
|
|
|
|
@356
|
[356]
|
4 years |
ged |
- better support for viewonly relationships
- restore flush method on …
|
|
|
|
@349
|
[349]
|
4 years |
ged |
- The default session (elixir.session) uses sessionmaker() instead of
…
|
|
|
|
@347
|
[347]
|
4 years |
ged |
removed trailing spaces
|
|
|
|
@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 …
|
|
|
|
@334
|
[334]
|
4 years |
ged |
add missing import
|
|
|
|
@333
|
[333]
|
4 years |
cleverdevil |
Changed the way that the elixir.entities mapping is created, at Gaetan's …
|
|
|
|
@332
|
[332]
|
4 years |
cleverdevil |
Made the elixir.entities list into a useful way to lookup entities by …
|
|
|
|
@323
|
[323]
|
4 years |
ged |
- Added experimental (!) support for concrete table inheritance (both
…
|
|
|
|
@314
|
[314]
|
4 years |
ged |
prepare for release
|
|
|
|
@303
|
[303]
|
4 years |
ged |
- Added an alternate (nicer) syntax to define synonym properties. This …
|
|
|
|
@296
|
[296]
|
4 years |
ged |
more version bump
|
|
|
|
@277
|
[277]
|
4 years |
ged |
update CHANGES and version numbers
|
|
|
|
@276
|
[276]
|
4 years |
ged |
fix doc
|
|
|
|
@267
|
[267]
|
5 years |
ged |
- cleanup class attributes (in the attributes-based syntax) after the
…
|
|
|
|
@263
|
[263]
|
5 years |
ged |
- minor style improvements, correct typos, ...
- bump version to 0.4.1
|
|
|
|
@254
|
[254]
|
5 years |
ged |
- removed FAQ (the wiki is its new home)
- updated Elixir description
|
|
|
|
@248
|
[248]
|
5 years |
cleverdevil |
After reviewing the existing docstrings, clarifying the main docstring to …
|
|
|
|
@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 …
|
|
|
|
@210
|
[210]
|
5 years |
ged |
- moved away from assign_mapper, now all assign_mapper-provided methods …
|
|
|
|
@199
|
[199]
|
5 years |
ged |
- Added test for the case when you refer to a remotely-defined class by …
|
|
|
|
@196
|
[196]
|
5 years |
ged |
- updated TODO file
- (partially) changelogged what was done recently. …
|
|
|
|
@185
|
[185]
|
5 years |
cleverdevil |
Patch from Mike Bayer:
The attached patch modifies Elixir's …
|
|
|
|
@183
|
[183]
|
5 years |
ged |
added more statement hooks: before_table, before_mapper, …
|
|
|
|
@181
|
[181]
|
5 years |
ged |
revamped statements system (each statement can trigger several methods …
|
|
|
|
@175
|
[175]
|
5 years |
ged |
merged autodelay branch!
|
|
|
|
@148
|
[148]
|
5 years |
ged |
do not rely on the query() classmethod to provide the .q property
|
|
|
|
@139
|
[139]
|
5 years |
ged |
- Applied patch from Ants Aasma to make Elixir compatible with the 0.4 …
|
|
|
|
@138
|
[138]
|
5 years |
ged |
change version number in init too…
|
|
|
|
@130
|
[130]
|
5 years |
ged |
- Added has_property statement to add properties on the entity mapper …
|
|
|
|
@119
|
[119]
|
5 years |
ged |
- Made EntityMeta public, so that people can actually define their own …
|
|
|
|
@89
|
[89]
|
5 years |
ged |
- Added version
- Fixed inheritance unit test to pass SQLAlchemy type …
|
|
|
|
@82
|
[82]
|
5 years |
ged |
- Added support for autoloading/reflecting databases with
…
|
|
|
|
@73
|
[73]
|
5 years |
ged |
added comment
|
|
|
|
@70
|
[70]
|
5 years |
ged |
Applied patch from Robin Munn to make the code python 2.3 compatible
|
|
|
|
@64
|
[64]
|
5 years |
ged |
- implemented singletable non-polymorphic inheritance
- added support for …
|
|
|
|
@53
|
[53]
|
5 years |
ged |
further reorder things... hopefully fixing the autoload problem
|
|
|
|
@52
|
[52]
|
5 years |
ged |
now with the intended reordering/fix
|
|
|
|
@51
|
[51]
|
5 years |
ged |
reorder setup operations. should fix autoload bug.
|
|
|
|
@48
|
[48]
|
5 years |
ged |
documented cleanup_all
|
|
|
|
@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 …
|
|
|
|
@33
|
[33]
|
5 years |
joshua |
- added "pudge_all" to most files
- added 'license="MIT License"' to …
|
|
|
|
@24
|
[24]
|
5 years |
joshua |
* created and added a pudge template (including css and two images)
* …
|
|
|
|
@23
|
[23]
|
5 years |
ged |
changed the "extra" options system to work like Jonathan suggested
|
|
|
|
@22
|
[22]
|
5 years |
ged |
* implemented order_by translation on relations (has_many …
|
|
|
|
@18
|
[18]
|
5 years |
cleverdevil |
A bunch of docstring updates, representing a good chunk of …
|
|
|
|
@17
|
[17]
|
5 years |
cleverdevil |
Finishing the name change from 'supermodel' to 'elixir'.
|
|
|
|
@16
|
[16]
|
5 years |
cleverdevil |
Continuing the name change.
|
|
copied from elixir/trunk/supermodel/__init__.py:
|
|
|
|
@15
|
[15]
|
5 years |
cleverdevil |
Starting the name change to 'elixir'.
|