|
|
|
@421
|
[421]
|
4 years |
ged |
- moved all relationship options to explicit kwargs, instead of doing
…
|
|
|
|
@417
|
[417]
|
4 years |
ged |
slightly improved documentation & exception message …
|
|
|
|
@401
|
[401]
|
5 years |
ged |
- fixed bug with the new "schema" argument on ManyToMany relationships (I …
|
|
|
|
@400
|
[400]
|
5 years |
ged |
- Added a new statement 'using_options_defaults' which can be used
on a …
|
|
|
|
@397
|
[397]
|
5 years |
ged |
New features:
- The local_colname and remote_colname arguments on …
|
|
|
|
@349
|
[349]
|
5 years |
ged |
- The default session (elixir.session) uses sessionmaker() instead of
…
|
|
|
|
@347
|
[347]
|
5 years |
ged |
removed trailing spaces
|
|
|
|
@336
|
[336]
|
5 years |
ged |
update Elixir to work with SA0.5
|
|
|
|
@323
|
[323]
|
5 years |
ged |
- Added experimental (!) support for concrete table inheritance (both
…
|
|
|
|
@321
|
[321]
|
5 years |
ged |
Fixed several problems with concrete inheritance and …
|
|
|
|
@299
|
[299]
|
5 years |
ged |
- moved the format of the multi-table inheritance column to a constant in …
|
|
|
|
@294
|
[294]
|
5 years |
ged |
document polymorphic="col_name" feature.
|
|
|
|
@275
|
[275]
|
5 years |
ged |
- polymorphic defaults to True ! (Mickael Bayer convinced me that …
|
|
|
|
@267
|
[267]
|
6 years |
ged |
- cleanup class attributes (in the attributes-based syntax) after the
…
|
|
|
|
@265
|
[265]
|
6 years |
ged |
- moved some format strings to constants in options
- added set method on …
|
|
|
|
@249
|
[249]
|
6 years |
ged |
implemented new option: allowcoloverride
|
|
|
|
@236
|
[236]
|
6 years |
ged |
- migrate to attribute-based syntax in all examples and documentation.
- …
|
|
|
|
@223
|
[223]
|
6 years |
ged |
enable syntax hilighting for python code in docstrings
|
|
|
|
@221
|
[221]
|
6 years |
ged |
- added the possibility to not have the autosetup triggers installer (use …
|
|
|
|
@210
|
[210]
|
6 years |
ged |
- moved away from assign_mapper, now all assign_mapper-provided methods …
|
|
|
|
@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 …
|
|
|
|
@175
|
[175]
|
6 years |
ged |
merged autodelay branch!
|
|
|
|
@119
|
[119]
|
6 years |
ged |
- Made EntityMeta public, so that people can actually define their own …
|
|
|
|
@96
|
[96]
|
6 years |
ged |
- The tablename option can now be given a callable so that people can …
|
|
|
|
@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
…
|
|
|
|
@71
|
[71]
|
6 years |
ged |
added support to pass non-keyword arguments to tables. You just pass
them …
|
|
|
|
@64
|
[64]
|
6 years |
ged |
- implemented singletable non-polymorphic inheritance
- added support for …
|
|
|
|
@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
|
|
|
|
@45
|
[45]
|
6 years |
ged |
- added a couple of hyperlinks to SQLAlchemy documentation. I tried to …
|
|
|
|
@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)
* …
|
|
|
|
@23
|
[23]
|
6 years |
ged |
changed the "extra" options system to work like Jonathan suggested
|
|
|
|
@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)
|
|
|
|
@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/options.py:
|
|
|
|
@15
|
[15]
|
6 years |
cleverdevil |
Starting the name change to 'elixir'.
|