]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- eesh ! the tutorial doctest was broken for quite some time.
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 15 Aug 2006 02:02:47 +0000 (02:02 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 15 Aug 2006 02:02:47 +0000 (02:02 +0000)
commit8b313b356e5ba46c892b37fb1105c2de26e4beb2
treeeddb815810e97e7ab69347a4b7f3f58de737ff9c
parentd73ca890f3fbb6416946abc083b61f467572b7e7
- eesh !  the tutorial doctest was broken for quite some time.
- add_property() method on mapper does a "compile all mappers"
step in case the given property references a non-compiled mapper
(as it did in the case of the tutorial !)
CHANGES
doc/build/content/tutorial.txt
lib/sqlalchemy/orm/mapper.py