]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Repaired edge case where mapper would fail
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 6 Aug 2011 23:30:34 +0000 (19:30 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 6 Aug 2011 23:30:34 +0000 (19:30 -0400)
commite548b7f8ffd29a909c9b02e1ff5e307aa6ee7b0b
treee952de9de167ac0825c2552aba632051aaad25c4
parent4abcc0da839a57513f18a7a9ea7ee6918d48e4b1
- Repaired edge case where mapper would fail
to fully update internal state when a relationship
on a new mapper would establish a backref on the
first mapper.
- continuing with tutorial, moving eager loading into its
own place and describing more fully
CHANGES
doc/build/orm/tutorial.rst
doc/build/static/docs.css
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/properties.py
test/orm/test_mapper.py