root / elixir / trunk / elixir / options.py

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @515 [515] 3 years ged - Added a new collection which can resolve entities relative to the …
(edit) @513 [513] 3 years ged - do not leak options_defaults from a subclass into a parent class - do …
(edit) @511 [511] 3 years ged - Entities can now be declared "abstract" so that they do not create a …
(edit) @505 [505] 3 years ged - using_options_defaults and using_table_options statements can be used …
(edit) @502 [502] 3 years ged fix ReST markup so that API docs look good
(edit) @490 [490] 3 years ged Dropped support for python 2.3, SQLAlchemy 0.4 and deprecated stuff from …
(edit) @484 [484] 3 years ged update all web links
(edit) @475 [475] 3 years ged - changed the M2M column format again (only differ from the 0.6.x naming …
(edit) @466 [466] 3 years ged deprecate autosetup option
(edit) @460 [460] 3 years ged revert M2M column format change for now. Needs more thinking as the …
(edit) @458 [458] 3 years ged - Changed the pattern used by default to generate column names for (all) …
(edit) @437 [437] 3 years ged fixed shortnames documentation, doh!
(edit) @421 [421] 3 years ged - moved all relationship options to explicit kwargs, instead of doing …
(edit) @417 [417] 3 years ged slightly improved documentation & exception message …
(edit) @401 [401] 4 years ged - fixed bug with the new "schema" argument on ManyToMany relationships (I …
(edit) @400 [400] 4 years ged - Added a new statement 'using_options_defaults' which can be used on a …
(edit) @397 [397] 4 years ged New features: - The local_colname and remote_colname arguments on …
(edit) @349 [349] 4 years ged - The default session (elixir.session) uses sessionmaker() instead of …
(edit) @347 [347] 4 years ged removed trailing spaces
(edit) @336 [336] 4 years ged update Elixir to work with SA0.5
(edit) @323 [323] 4 years ged - Added experimental (!) support for concrete table inheritance (both …
(edit) @321 [321] 4 years ged Fixed several problems with concrete inheritance and …
(edit) @299 [299] 4 years ged - moved the format of the multi-table inheritance column to a constant in …
(edit) @294 [294] 4 years ged document polymorphic="col_name" feature.
(edit) @275 [275] 4 years ged - polymorphic defaults to True ! (Mickael Bayer convinced me that …
(edit) @267 [267] 5 years ged - cleanup class attributes (in the attributes-based syntax) after the …
(edit) @265 [265] 5 years ged - moved some format strings to constants in options - added set method on …
(edit) @249 [249] 5 years ged implemented new option: allowcoloverride
(edit) @236 [236] 5 years ged - migrate to attribute-based syntax in all examples and documentation. - …
(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) @210 [210] 5 years ged - moved away from assign_mapper, now all assign_mapper-provided methods …
(edit) @196 [196] 5 years ged - updated TODO file - (partially) changelogged what was done recently. …
(edit) @185 [185] 5 years cleverdevil Patch from Mike Bayer: The attached patch modifies Elixir's …
(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) @96 [96] 5 years ged - The tablename option can now be given a callable so that people can …
(edit) @83 [83] 5 years ged - Added support for the "version_id_col" option on entities. This option …
(edit) @82 [82] 5 years ged - Added support for autoloading/reflecting databases with …
(edit) @71 [71] 5 years ged added support to pass non-keyword arguments to tables. You just pass them …
(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) @46 [46] 5 years ged removed the "extension" option
(edit) @45 [45] 5 years ged - added a couple of hyperlinks to SQLAlchemy documentation. I tried to …
(edit) @36 [36] 5 years cleverdevil A few updates to the documentation strings for the generated docs.
(edit) @33 [33] 5 years joshua - added "pudge_all" to most files - added 'license="MIT License"' to …
(edit) @26 [26] 5 years joshua - added a simple tutorial - fixed a few issues with the template - added …
(edit) @24 [24] 5 years joshua * created and added a pudge template (including css and two images) * …
(edit) @23 [23] 5 years ged changed the "extra" options system to work like Jonathan suggested
(edit) @22 [22] 5 years ged * implemented order_by translation on relations (has_many …
(edit) @21 [21] 5 years ged reapply changes made in rev 14 (which were wiped out in rev 17)
(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/options.py:
(copy) @15 [15] 5 years cleverdevil Starting the name change to 'elixir'.
Note: See TracRevisionLog for help on using the revision log.