root / elixir / trunk / CHANGES

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @534 [534] 16 months ged - Fixed bad foreign key constraint generated for classes inheriting from …
(edit) @528 [528] 21 months ged - Added more tests for relationships to forward-declared entities, …
(edit) @527 [527] 21 months ged move changes from 0.7.1 where they belong (instead of being reported as …
(edit) @526 [526] 21 months ged Changelog that. Jeeeeez, when will I learn?
(edit) @524 [524] 21 months ged changelog…
(edit) @515 [515] 3 years ged - Added a new collection which can resolve entities relative to the …
(edit) @511 [511] 3 years ged - Entities can now be declared "abstract" so that they do not create a …
(edit) @510 [510] 3 years ged - Fixed having relationships in custom base classes (based on patch by …
(edit) @505 [505] 3 years ged - using_options_defaults and using_table_options statements can be used …
(edit) @504 [504] 3 years ged - Fixed custom bases classes and versioned extension when used with zope …
(edit) @490 [490] 3 years ged Dropped support for python 2.3, SQLAlchemy 0.4 and deprecated stuff from …
(edit) @486 [486] 3 years ged release time, yay!
(edit) @483 [483] 3 years ged fix changelog
(edit) @482 [482] 3 years ged update changelog
(edit) @480 [480] 3 years ged - Provide our own Session.mapper equivalent to avoid SQLAlchemy 0.5.5+ …
(edit) @479 [479] 3 years ged link to ticket
(edit) @478 [478] 3 years ged - Default table_options (defined in options_defaultstable_options?) are …
(edit) @477 [477] 3 years ged - Added a "table_kwargs" argument on ManyToMany relationships to pass any …
(edit) @469 [469] 3 years ged more changelog
(edit) @468 [468] 3 years ged changelog that fix
(edit) @465 [465] 3 years ged - Fixed Elixir to work with the future SQLAlchemy 0.6 (trunk as of …
(edit) @459 [459] 3 years ged update CHANGES
(edit) @458 [458] 3 years ged - Changed the pattern used by default to generate column names for (all) …
(edit) @448 [448] 3 years ged Fixed using to_dict with a ManyToOne relationship in the "deep" set and …
(edit) @447 [447] 3 years ged minor reformat
(edit) @434 [434] 3 years ged changelog
(edit) @427 [427] 3 years ged - Deprecated act_as_list extension in favor of SQLAlchemy's orderinglist …
(edit) @426 [426] 3 years ged - Fixed filter argument on OneToMany relationship leaking the filter to …
(edit) @425 [425] 3 years ged - Added workaround for an odd mod_python behavior (class.module
(edit) @423 [423] 3 years ged changelog
(edit) @419 [419] 3 years ged - Fixed event methods not being called when they are defined on a parent …
(edit) @415 [415] 4 years ged update changelog
(edit) @413 [413] 4 years ged - Fixed documentation about local_colname and remote_colname arguments …
(edit) @411 [411] 4 years ged added "preload_data" extension which allows to insert data into the …
(edit) @410 [410] 4 years ged - Added new extension: perform_ddl. It allows to execute one or several …
(edit) @409 [409] 4 years ged - Added new column_names argument to the acts_as_versioned extension, …
(edit) @405 [405] 4 years ged Added a new "target_column" argument on ManyToOne relationships (ticket …
(edit) @404 [404] 4 years ged Catch up with recent changes (including one important feature which …
(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) @392 [392] 4 years ged update changelog, prepare for release
(edit) @386 [386] 4 years ged changelog
(edit) @383 [383] 4 years ged removed support for the deprecated with_fields syntax
(edit) @382 [382] 4 years ged - extra args and kwargs to Synonym and ColumnProperty are forwarded to …
(edit) @380 [380] 4 years ged - Allow ManyToOne relationships to use manually created fields as their …
(edit) @372 [372] 4 years ged replace source:xx links to complete http links
(edit) @371 [371] 4 years ged add link to upgrade notes
(edit) @368 [368] 4 years ged prepare for release
(edit) @366 [366] 4 years ged typos
(edit) @365 [365] 4 years ged clarification
(edit) @363 [363] 4 years ged - Default "target entity resolving code" changed slightly. It now uses a …
(edit) @362 [362] 4 years ged - Added support for callables for some arguments on relationships: …
(edit) @356 [356] 4 years ged - better support for viewonly relationships - restore flush method on …
(edit) @355 [355] 4 years ged - Added support for viewonly relationships (OneToMany and OneToOne).
(edit) @354 [354] 4 years ged - Fixed acts_as_list extension with autoloaded entities (patch from maqr, …
(edit) @353 [353] 4 years ged sync changelog
(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) @346 [346] 4 years ged tweak and log last change
(edit) @341 [341] 4 years ged misc cleanup
(edit) @339 [339] 4 years ged log change
(edit) @336 [336] 4 years ged update Elixir to work with SA0.5
(edit) @327 [327] 4 years ged - Fixed inheritance with autoloaded entities: when using autoload, we …
(edit) @325 [325] 4 years ged log requirement bump
(edit) @323 [323] 4 years ged - Added experimental (!) support for concrete table inheritance (both …
(edit) @322 [322] 4 years ged - Added two new methods on the base entity: from_dict and to_dict, which …
(edit) @319 [319] 4 years ged - Fixed ManyToOne relationships using 'key' kwarg in their column_kwargs …
(edit) @318 [318] 4 years ged Fixed multi-table inheritance when using a non default schema (closes #38)
(edit) @314 [314] 4 years ged prepare for release
(edit) @309 [309] 4 years ged - Fixed act_as_list extension to work with DBMS that require subselects to …
(edit) @307 [307] 4 years ged - Made Elixir python 2.3 compatible again (based on a patch from Jason …
(edit) @304 [304] 4 years ged - update copyright notice for 2008 - prepare for release
(edit) @303 [303] 4 years ged - Added an alternate (nicer) syntax to define synonym properties. This …
(edit) @302 [302] 4 years ged - Fixed the inverse relationship matching when the inverse relationship is …
(edit) @301 [301] 4 years ged updated changelog
(edit) @296 [296] 4 years ged more version bump
(edit) @277 [277] 4 years ged update CHANGES and version numbers
(edit) @266 [266] 5 years ged changelog fix
(edit) @265 [265] 5 years ged - moved some format strings to constants in options - added set method on …
(edit) @250 [250] 5 years ged let's release
(edit) @242 [242] 5 years ged updated CHANGES
(edit) @240 [240] 5 years ged - Added the possibility to give a custom name for ManyToOne constraints …
(edit) @238 [238] 5 years ged - added support for synonym properties (on Field) - updated TODO
(edit) @211 [211] 5 years ged changelog the last changes + reordered changelog
(edit) @206 [206] 5 years bbangert - Fixed bug in versioning that could cause repeat inserts of duplicates …
(edit) @205 [205] 5 years bbangert - Implemented ondelete/onupdate options for use with …
(edit) @200 [200] 5 years ged typo
(edit) @199 [199] 5 years ged - Added test for the case when you refer to a remotely-defined class by …
(edit) @198 [198] 5 years ged Added onupdate kwarg to BelongsTo relationships for consistency with …
(edit) @196 [196] 5 years ged - updated TODO file - (partially) changelogged what was done recently. …
(edit) @190 [190] 5 years bbangert - Fixed bug in associable not properly picking out its own plural name …
(edit) @147 [147] 5 years ged - Applied (a modified version of a) patch from Ivanov Maxim to fix the …
(edit) @145 [145] 5 years ged - Reworked how entities look for primary keys on related entities. This …
(edit) @144 [144] 5 years ged - Changed the order of relationship kwargs processing so that computed …
(edit) @143 [143] 5 years ged changelog that
(edit) @139 [139] 5 years ged - Applied patch from Ants Aasma to make Elixir compatible with the 0.4 …
(edit) @130 [130] 5 years ged - Added has_property statement to add properties on the entity mapper …
(edit) @126 [126] 5 years ged changelog that
(edit) @119 [119] 5 years ged - Made EntityMeta public, so that people can actually define their own …
(edit) @117 [117] 5 years bbangert Added credit to Mike Bayer for assistance.
Note: See TracRevisionLog for help on using the revision log.