root / elixir / trunk / elixir / fields.py

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @484 [484] 3 years ged update all web links
(edit) @465 [465] 3 years ged - Fixed Elixir to work with the future SQLAlchemy 0.6 (trunk as of …
(edit) @429 [429] 3 years ged added field with unique=True in field example
(edit) @401 [401] 4 years ged - fixed bug with the new "schema" argument on ManyToMany relationships (I …
(edit) @383 [383] 4 years ged removed support for the deprecated with_fields syntax
(edit) @370 [370] 4 years ged added an example of a field with a default value, as per a suggestion on …
(edit) @350 [350] 4 years ged - added add_mapper_property and add_table_column helper method in …
(edit) @347 [347] 4 years ged removed trailing spaces
(edit) @320 [320] 4 years ged commented some code
(edit) @310 [310] 4 years ged fix deprecated warnings with latest SQLAlchemy version (replace String …
(edit) @303 [303] 4 years ged - Added an alternate (nicer) syntax to define synonym properties. This …
(edit) @267 [267] 5 years ged - cleanup class attributes (in the attributes-based syntax) after the …
(edit) @243 [243] 5 years ged - added test for deferred fields courtesy of Isaac Csandl - tweaked setup …
(edit) @238 [238] 5 years ged - added support for synonym properties (on Field) - updated TODO
(edit) @236 [236] 5 years ged - migrate to attribute-based syntax in all examples and documentation. - …
(edit) @224 [224] 5 years ged we are moving from pudge to apydia: find -name "*.py" -exec sed -i …
(edit) @223 [223] 5 years ged enable syntax hilighting for python code in docstrings
(edit) @221 [221] 5 years ged - added the possibility to not have the autosetup triggers installer (use …
(edit) @199 [199] 5 years ged - Added test for the case when you refer to a remotely-defined class by …
(edit) @196 [196] 5 years ged - updated TODO file - (partially) changelogged what was done recently. …
(edit) @188 [188] 5 years ged - generalized "through" argument to all relationship types + has_field + …
(edit) @187 [187] 5 years ged indent
(edit) @175 [175] 5 years ged merged autodelay branch!
(edit) @119 [119] 5 years ged - Made EntityMeta public, so that people can actually define their own …
(edit) @82 [82] 5 years ged - Added support for autoloading/reflecting databases with …
(edit) @74 [74] 5 years ged - added support for deferred columns (use the "deferred" keyword argument …
(edit) @70 [70] 5 years ged Applied patch from Robin Munn to make the code python 2.3 compatible
(edit) @64 [64] 5 years ged - implemented singletable non-polymorphic inheritance - added support for …
(edit) @47 [47] 5 years ged - Changed tests so that when one test fails, other unrelated ones …
(edit) @45 [45] 5 years ged - added a couple of hyperlinks to SQLAlchemy documentation. I tried to …
(edit) @43 [43] 5 years ged - completed the documentation of all relationships - a tiny little bit of …
(edit) @38 [38] 5 years cleverdevil More improvements to the docstrings for the generated documentation. This …
(edit) @33 [33] 5 years joshua - added "pudge_all" to most files - added 'license="MIT License"' to …
(edit) @24 [24] 5 years joshua * created and added a pudge template (including css and two images) * …
(edit) @18 [18] 5 years cleverdevil A bunch of docstring updates, representing a good chunk of …
(edit) @17 [17] 5 years cleverdevil Finishing the name change from 'supermodel' to 'elixir'.
(copy) @16 [16] 5 years cleverdevil Continuing the name change.
copied from elixir/trunk/supermodel/fields.py:
(copy) @15 [15] 5 years cleverdevil Starting the name change to 'elixir'.
Note: See TracRevisionLog for help on using the revision log.