root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @534 [534] 12 months ged - Fixed bad foreign key constraint generated for classes inheriting from …
(edit) @533 [533] 13 months ged refactor versioning test
(edit) @532 [532] 17 months ged cosmetic change
(edit) @531 [531] 17 months ged add some comments, FIXME, etc…
(edit) @530 [530] 17 months ged added more autoload tests
(edit) @529 [529] 17 months ged plugged a "state change leak" in test_packages test
(edit) @528 [528] 17 months ged - Added more tests for relationships to forward-declared entities, …
(edit) @527 [527] 17 months ged move changes from 0.7.1 where they belong (instead of being reported as …
(edit) @526 [526] 17 months ged Changelog that. Jeeeeez, when will I learn?
(edit) @525 [525] 17 months ged Do not use None as column types in tests because this is unsupported in SA …
(edit) @524 [524] 17 months ged changelog…
(edit) @523 [523] 17 months ged apply patch from "foogod" to add "out-of-the-box" support for python 3.x …
(edit) @522 [522] 2 years ged clarify "table" argument to ManyToMany.
(edit) @521 [521] 2 years ged add FIXME
(edit) @520 [520] 2 years ged add me as maintainer
(edit) @519 [519] 2 years ged tagging release
(edit) @518 [518] 2 years ged release time
(edit) @517 [517] 2 years ged merge all changes from trunk (up to r516)
(edit) @516 [516] 2 years ged added tests for custom collection, or custom session on base class (they …
(edit) @515 [515] 2 years ged - Added a new collection which can resolve entities relative to the …
(edit) @514 [514] 2 years ged remove obsolete comment
(edit) @513 [513] 2 years ged - do not leak options_defaults from a subclass into a parent class - do …
(edit) @512 [512] 2 years ged - allows abstract classes to set default options - allow mixed type …
(edit) @511 [511] 2 years ged - Entities can now be declared "abstract" so that they do not create a …
(edit) @510 [510] 2 years ged - Fixed having relationships in custom base classes (based on patch by …
(edit) @509 [509] 2 years ged don't modify entity in EntityDescriptor.init
(edit) @508 [508] 2 years ged use public accessor introduced in SA 0.5
(edit) @507 [507] 2 years ged even more properties... doh!
(edit) @506 [506] 2 years ged plug a deprecation warning in ext.associable with SA 0.6
(edit) @505 [505] 2 years ged - using_options_defaults and using_table_options statements can be used …
(edit) @504 [504] 2 years ged - Fixed custom bases classes and versioned extension when used with zope …
(edit) @503 [503] 2 years ged update release process to include check of API docs
(edit) @502 [502] 2 years ged fix ReST markup so that API docs look good
(edit) @501 [501] 2 years ged PEP8 improvements in examples. Not sure it's worth it, since it is so …
(edit) @500 [500] 2 years ged one more old-style decorator busted
(edit) @499 [499] 2 years ged workaround a bug in Apydia trunk
(edit) @498 [498] 2 years ged fix too long line
(edit) @497 [497] 2 years ged more cleanup after dropping py2.3/SA0.4
(edit) @496 [496] 2 years ged minor cleanup of events test
(edit) @495 [495] 2 years ged more cleanup thanks to py2.3 & SA 0.4 support drop
(edit) @494 [494] 2 years ged almost functional conversion
(edit) @493 [493] 2 years ged experimental branch to test whether getting Field inherit from Column is …
(edit) @492 [492] 2 years ged update versions
(edit) @491 [491] 2 years ged change version numbers
(edit) @490 [490] 2 years ged Dropped support for python 2.3, SQLAlchemy 0.4 and deprecated stuff from …
(edit) @489 [489] 2 years ged maintenance branch for 0.7.x
(edit) @488 [488] 2 years ged callable is deprecated in py3k
(edit) @487 [487] 2 years ged tag release, yay
(edit) @486 [486] 2 years ged release time, yay!
(edit) @485 [485] 2 years ged fix a few cosmetic issues reported by pyflakes (mostly unused imports)
(edit) @484 [484] 2 years ged update all web links
(edit) @483 [483] 2 years ged fix changelog
(edit) @482 [482] 2 years ged update changelog
(edit) @481 [481] 2 years ged - added test for migration after M2M column format change through …
(edit) @480 [480] 2 years ged - Provide our own Session.mapper equivalent to avoid SQLAlchemy 0.5.5+ …
(edit) @479 [479] 2 years ged link to ticket
(edit) @478 [478] 2 years ged - Default table_options (defined in options_defaultstable_options?) are …
(edit) @477 [477] 2 years ged - Added a "table_kwargs" argument on ManyToMany relationships to pass any …
(edit) @476 [476] 2 years ged formatting fix
(edit) @475 [475] 2 years ged - changed the M2M column format again (only differ from the 0.6.x naming …
(edit) @474 [474] 2 years ged fix autoload test
(edit) @473 [473] 2 years ged move autoload_mixed test with the other autoload tests
(edit) @472 [472] 2 years ged added fixme
(edit) @471 [471] 2 years ged cosmetic improvements
(edit) @470 [470] 2 years ged rewrote all autoload tests so that they pass on SA 0.6 and they are not as …
(edit) @469 [469] 2 years ged more changelog
(edit) @468 [468] 2 years ged changelog that fix
(edit) @467 [467] 2 years ged sed 's/sqlite:\/\/\//sqlite:\/\//' *.py
(edit) @466 [466] 2 years ged deprecate autosetup option
(edit) @465 [465] 2 years ged - Fixed Elixir to work with the future SQLAlchemy 0.6 (trunk as of …
(edit) @464 [464] 2 years ged comments, sqlite uri
(edit) @463 [463] 2 years ged made Elixir work with SA's current trunk (future 0.6).
(edit) @462 [462] 2 years ged added comments and assertions on autosetup test
(edit) @461 [461] 2 years ged - remove redundant options. - s|sqlite:///|sqlite://|
(edit) @460 [460] 2 years ged revert M2M column format change for now. Needs more thinking as the …
(edit) @459 [459] 2 years ged update CHANGES
(edit) @458 [458] 2 years ged - Changed the pattern used by default to generate column names for (all) …
(edit) @457 [457] 2 years ged plug a few deprecation warnings in the test suite
(edit) @456 [456] 2 years ged add comment
(edit) @455 [455] 3 years ged document order_by "load-only" behavior
(edit) @454 [454] 3 years ged this should make "easy_install elixir==dev" possible
(edit) @453 [453] 3 years ged some more simplification
(edit) @452 [452] 3 years ged simplified some tests
(edit) @451 [451] 3 years ged simplified m2m column_format test
(edit) @450 [450] 3 years ged added test for defining fields in the parent class of the base class
(edit) @449 [449] 3 years ged renamed a few tests and added a test for to_dict with a nested deep
(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) @446 [446] 3 years ged - Fixed encrypted extension to not encrypt several times an instance …
(edit) @445 [445] 3 years ged exclude release.howto from sdist package
(edit) @444 [444] 3 years ged added perform_ddl to the list of modules to generate the doc for
(edit) @443 [443] 3 years ged apply patch from "Secator" to fix py2.6 warnings
(edit) @442 [442] 3 years ged minor cleanups, additional comments and removed prints in tests
(edit) @441 [441] 3 years ged better message
(edit) @440 [440] 3 years cleverdevil Fixing the docstring for the encrypted extension.
(edit) @439 [439] 3 years ged add extend method on entity collection
(edit) @438 [438] 3 years ged add future test
(edit) @437 [437] 3 years ged fixed shortnames documentation, doh!
(edit) @436 [436] 3 years ged revert part of the last commit…
(edit) @435 [435] 3 years ged simplified EntityCollection code
Note: See TracRevisionLog for help on using the revision log.