summaryrefslogtreecommitdiff
path: root/test/orm/test_relationships.py
Commit message (Expand)AuthorAgeFilesLines
* - ensure all tests are named test_*Mike Bayer2014-07-301-3/+3
* - reverse course in #3061 so that we instead no longer set None in the attributeMike Bayer2014-06-231-0/+110
* - Additional checks have been added for the case where an inheritingMike Bayer2014-06-201-4/+4
* - The "primaryjoin" model has been stretched a bit further to allowMike Bayer2014-04-191-1/+149
* - Added a new parameter :paramref:`.Operators.op.is_comparison`. ThisMike Bayer2014-01-311-0/+39
* - Support is improved for supplying a :func:`.join` construct as theMike Bayer2014-01-221-1/+186
* - The ``viewonly`` flag on :func:`.relationship` will now preventMike Bayer2013-11-191-0/+114
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-121-4/+4
* - fix a regression caused by #2587, where query.join() would apply anMike Bayer2013-06-271-0/+2
* - the raw 2to3 runMike Bayer2013-04-271-13/+13
* - need autoincrement hereMike Bayer2013-02-061-1/+2
* Fixed the consideration of the ``between()`` operatorMike Bayer2013-02-021-0/+67
* Allow use of synonyms in primaryjoin / secondaryjoin conditionsRichard Mitchell2012-11-271-1/+57
* mergeMike Bayer2012-09-291-2/+27
|\
| * - fix annotation transfer when producing m2m backref, [ticket:2578]Mike Bayer2012-09-281-2/+27
* | trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-5/+5
|/
* -whitespace bonanza, contdMike Bayer2012-07-281-117/+117
* then spiff up that error msgMike Bayer2012-04-031-1/+6
* every test passing for test_relationshipsMike Bayer2012-04-031-88/+76
* almost through all the fine tuningMike Bayer2012-02-251-160/+141
* start to work on error messages, allow foreign_keys as only argumentMike Bayer2012-02-251-21/+237
* - figured out again why deannotate must clone()Mike Bayer2012-02-111-57/+59
* - got m2m, local_remote_pairs, etc. workingMike Bayer2012-02-091-16/+63
* new test that illustrates the breakage of partial remote side when FKs are as...Mike Bayer2012-02-081-3/+48
* merge tipMike Bayer2012-02-081-151/+0
|\
| * some work on the #1401 branch has discovered that this very old test is point...Mike Bayer2012-02-081-148/+0
* | simplify remote annotation significantly, and alsoMike Bayer2012-02-081-0/+3
* | initial annotations approach to join conditions. all tests pass, plus additi...Mike Bayer2012-02-061-0/+2
|/
* - Changed the handling in determination of joinMike Bayer2011-05-071-3/+2
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-17/+25
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-60/+61
* - move all the setup_classes(cls) and setup_mappers(cls) to use aMike Bayer2011-03-271-54/+54
* - remove @testing.resolve_artifact_names, replace with direct attributeMike Bayer2011-03-261-82/+354
* - whitespace removal bonanzaMike Bayer2011-01-021-94/+94
* - A little more verbiage to the "primaryjoin" error,Mike Bayer2010-12-301-7/+53
* - sqlalchemy.test and nose plugin moves back to being entirelyMike Bayer2010-11-281-4/+4
|\
| * merge tipMike Bayer2010-11-181-125/+264
| |\
| * | - move sqlalchemy.test to test.libMike Bayer2010-11-151-4/+4
* | | - merge mapper simpler compile branch, [ticket:1966]Mike Bayer2010-11-261-47/+47
|\ \ \
| * \ \ merge tipMike Bayer2010-11-181-132/+271
| |\ \ \ | | | |/ | | |/|
| * | | [ticket:1966] implementationMike Bayer2010-11-151-47/+47
| | |/ | |/|
* | | - modernize MutableTypesTest, add tests for expired/deferred to establish 0.6...Mike Bayer2010-11-191-3/+2
* | | - active_history flag also added to composite().Mike Bayer2010-11-191-1/+2
| |/ |/|
* | - Added active_history flag to relationship()Mike Bayer2010-11-181-125/+264
|/
* - Similarly, for relationship(), foreign_keys,Mike Bayer2010-08-211-0/+30
* - Another pass through the series of error messagesMike Bayer2010-08-141-17/+182
* - converted all lazy=True|False|None to 'select'|'joined'|'noload'Mike Bayer2010-03-241-2/+2
* - The official name for the relation() function is nowMike Bayer2010-03-171-128/+185
* - Fixed bug which caused "row switch" logic, that is anMike Bayer2010-03-161-2/+2
* - added test for #1737Mike Bayer2010-03-161-0/+64