]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- mapper naming/organization cleanup
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Nov 2008 17:10:37 +0000 (17:10 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Nov 2008 17:10:37 +0000 (17:10 +0000)
commitbe811d23fa58946b0f84849c9217e8f179f49723
treeb246a02b65be6c65ffb2cd0fe122bee153514646
parent9562ab8398dba8c2010cd3f9d2be97890eb25b69
- mapper naming/organization cleanup
- gave into peer pressure and removed all __names
- inlined polymorphic_iterator()
- moved methods into categories based on configuration, inspection, persistence, row processing.
a more extreme change would be to make separate mixin classes for these or similar.
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/util.py