root / elixir / trunk / elixir / options.py

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @421 [421] 4 years ged - moved all relationship options to explicit kwargs, instead of doing …
(edit) @417 [417] 4 years ged slightly improved documentation & exception message …
(edit) @401 [401] 5 years ged - fixed bug with the new "schema" argument on ManyToMany relationships (I …
(edit) @400 [400] 5 years ged - Added a new statement 'using_options_defaults' which can be used on a …
(edit) @397 [397] 5 years ged New features: - The local_colname and remote_colname arguments on …
(edit) @349 [349] 5 years ged - The default session (elixir.session) uses sessionmaker() instead of …
(edit) @347 [347] 5 years ged removed trailing spaces
(edit) @336 [336] 5 years ged update Elixir to work with SA0.5
(edit) @323 [323] 5 years ged - Added experimental (!) support for concrete table inheritance (both …
(edit) @321 [321] 5 years ged Fixed several problems with concrete inheritance and …
(edit) @299 [299] 5 years ged - moved the format of the multi-table inheritance column to a constant in …
(edit) @294 [294] 5 years ged document polymorphic="col_name" feature.
(edit) @275 [275] 5 years ged - polymorphic defaults to True ! (Mickael Bayer convinced me that …
(edit) @267 [267] 6 years ged - cleanup class attributes (in the attributes-based syntax) after the …
(edit) @265 [265] 6 years ged - moved some format strings to constants in options - added set method on …
(edit) @249 [249] 6 years ged implemented new option: allowcoloverride
(edit) @236 [236] 6 years ged - migrate to attribute-based syntax in all examples and documentation. - …
(edit) @223 [223] 6 years ged enable syntax hilighting for python code in docstrings
(edit) @221 [221] 6 years ged - added the possibility to not have the autosetup triggers installer (use …
(edit) @210 [210] 6 years ged - moved away from assign_mapper, now all assign_mapper-provided methods …
(edit) @196 [196] 6 years ged - updated TODO file - (partially) changelogged what was done recently. …
(edit) @185 [185] 6 years cleverdevil Patch from Mike Bayer: The attached patch modifies Elixir's …
(edit) @175 [175] 6 years ged merged autodelay branch!
(edit) @119 [119] 6 years ged - Made EntityMeta public, so that people can actually define their own …
(edit) @96 [96] 6 years ged - The tablename option can now be given a callable so that people can …
(edit) @83 [83] 6 years ged - Added support for the "version_id_col" option on entities. This option …
(edit) @82 [82] 6 years ged - Added support for autoloading/reflecting databases with …
(edit) @71 [71] 6 years ged added support to pass non-keyword arguments to tables. You just pass them …
(edit) @64 [64] 6 years ged - implemented singletable non-polymorphic inheritance - added support for …
(edit) @47 [47] 6 years ged - Changed tests so that when one test fails, other unrelated ones …
(edit) @46 [46] 6 years ged removed the "extension" option
(edit) @45 [45] 6 years ged - added a couple of hyperlinks to SQLAlchemy documentation. I tried to …
(edit) @36 [36] 6 years cleverdevil A few updates to the documentation strings for the generated docs.
(edit) @33 [33] 6 years joshua - added "pudge_all" to most files - added 'license="MIT License"' to …
(edit) @26 [26] 6 years joshua - added a simple tutorial - fixed a few issues with the template - added …
(edit) @24 [24] 6 years joshua * created and added a pudge template (including css and two images) * …
(edit) @23 [23] 6 years ged changed the "extra" options system to work like Jonathan suggested
(edit) @22 [22] 6 years ged * implemented order_by translation on relations (has_many …
(edit) @21 [21] 6 years ged reapply changes made in rev 14 (which were wiped out in rev 17)
(edit) @18 [18] 6 years cleverdevil A bunch of docstring updates, representing a good chunk of …
(edit) @17 [17] 6 years cleverdevil Finishing the name change from 'supermodel' to 'elixir'.
(copy) @16 [16] 6 years cleverdevil Continuing the name change.
copied from elixir/trunk/supermodel/options.py:
(copy) @15 [15] 6 years cleverdevil Starting the name change to 'elixir'.
Note: See TracRevisionLog for help on using the revision log.