]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed a regression in 0.6.5 which occurred if you
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 15 Sep 2010 23:17:14 +0000 (19:17 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 15 Sep 2010 23:17:14 +0000 (19:17 -0400)
commit6409a06df190c8f6cc4a77e714aa989243af46f5
treee9ee855b4d8c4addb7490f42cb39529cd6dd070f
parentd36d8f5c6cb6ecf5a31139a3ba7cb3416a54f313
- Fixed a regression in 0.6.5 which occurred if you
passed an empty list to "include_properties" on
mapper() [ticket:1918]
CHANGES
lib/sqlalchemy/orm/mapper.py
test/orm/test_mapper.py