|
|
|
@484
|
[484]
|
3 years |
ged |
update all web links
|
|
|
|
@465
|
[465]
|
3 years |
ged |
- Fixed Elixir to work with the future SQLAlchemy 0.6 (trunk as of …
|
|
|
|
@429
|
[429]
|
3 years |
ged |
added field with unique=True in field example
|
|
|
|
@401
|
[401]
|
4 years |
ged |
- fixed bug with the new "schema" argument on ManyToMany relationships (I …
|
|
|
|
@383
|
[383]
|
4 years |
ged |
removed support for the deprecated with_fields syntax
|
|
|
|
@370
|
[370]
|
4 years |
ged |
added an example of a field with a default value, as per a suggestion on …
|
|
|
|
@350
|
[350]
|
4 years |
ged |
- added add_mapper_property and add_table_column helper method in …
|
|
|
|
@347
|
[347]
|
4 years |
ged |
removed trailing spaces
|
|
|
|
@320
|
[320]
|
4 years |
ged |
commented some code
|
|
|
|
@310
|
[310]
|
4 years |
ged |
fix deprecated warnings with latest SQLAlchemy version (replace String …
|
|
|
|
@303
|
[303]
|
4 years |
ged |
- Added an alternate (nicer) syntax to define synonym properties. This …
|
|
|
|
@267
|
[267]
|
5 years |
ged |
- cleanup class attributes (in the attributes-based syntax) after the
…
|
|
|
|
@243
|
[243]
|
5 years |
ged |
- added test for deferred fields courtesy of Isaac Csandl
- tweaked setup …
|
|
|
|
@238
|
[238]
|
5 years |
ged |
- added support for synonym properties (on Field)
- updated TODO
|
|
|
|
@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 …
|
|
|
|
@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. …
|
|
|
|
@188
|
[188]
|
5 years |
ged |
- generalized "through" argument to all relationship types + has_field + …
|
|
|
|
@187
|
[187]
|
5 years |
ged |
indent
|
|
|
|
@175
|
[175]
|
5 years |
ged |
merged autodelay branch!
|
|
|
|
@119
|
[119]
|
5 years |
ged |
- Made EntityMeta public, so that people can actually define their own …
|
|
|
|
@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 …
|
|
|
|
@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 …
|
|
|
|
@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 …
|
|
|
|
@43
|
[43]
|
5 years |
ged |
- completed the documentation of all relationships
- a tiny little bit of …
|
|
|
|
@38
|
[38]
|
5 years |
cleverdevil |
More improvements to the docstrings for the generated documentation. This …
|
|
|
|
@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)
* …
|
|
|
|
@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/fields.py:
|
|
|
|
@15
|
[15]
|
5 years |
cleverdevil |
Starting the name change to 'elixir'.
|