summaryrefslogtreecommitdiff
path: root/examples/association
Commit message (Expand)AuthorAgeFilesLines
* Try running pyupgrade on the codeFederico Caselli2022-11-161-1/+1
* rename MappedCollection and relatedMike Bayer2022-10-111-2/+2
* Remove object in class definitionFederico Caselli2021-11-221-1/+1
* Post black reformattingMike Bayer2019-01-063-27/+33
* Run black -l 79 against all source filesMike Bayer2019-01-063-61/+86
* - fix formatting on examples to list the description first, some flake8Mike Bayer2018-12-073-9/+3
* fix pep8 errors in association examplePaul Brown2017-03-184-20/+33
* - add a new sphinx extension "viewsource". takes advantage of part of the vi...Mike Bayer2013-11-094-17/+18
* - the raw 2to3 runMike Bayer2013-04-273-10/+10
* modernize some more examplesMike Bayer2013-04-272-3/+3
* -whitespace bonanza, contdMike Bayer2012-07-283-4/+4
* - Updated the association, association proxy examplesMike Bayer2011-03-134-187/+255
* - whitespace removal bonanzaMike Bayer2011-01-021-2/+2
* - remove remaining create_session() calls from examples, replace with SessionMike Bayer2010-10-242-12/+8
* fix some examplesMike Bayer2010-03-282-2/+2
* - converted all lazy=True|False|None to 'select'|'joined'|'noload'Mike Bayer2010-03-242-3/+3
* - The official name for the relation() function is nowMike Bayer2010-03-172-6/+6
* - mega example cleanupMike Bayer2010-01-191-0/+25
* Added in Examples into the test suite so they get exercised regularly. Cleane...Michael Trier2009-07-271-0/+0
* Lots of fixes to the code examples to specify imports explicitly.Michael Trier2009-03-312-12/+14
* synchronize inherited does not need to be called for the full mapper hierarchyMike Bayer2008-09-051-5/+6
* Applied .append(x, **kw) removal patch from [ticket:1124] and general cleanup.Jason Kirtland2008-08-151-49/+36
* - got all examples workingMike Bayer2007-09-011-4/+5
* Association example updates, round two.Jason Kirtland2007-08-221-10/+15
* basic 0.4 updateJason Kirtland2007-08-221-28/+26
* - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData insteadJason Kirtland2007-07-062-2/+2
* - Query has add_entity() and add_column() generative methods. theseMike Bayer2007-03-101-2/+2
* patched **kwargs enhancement for [ticket:361]Mike Bayer2006-11-101-1/+8
* - added an assertion within the "cascade" step of ORM relationships to checkMike Bayer2006-11-032-0/+212