]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- add support for integer indexes and slices to PathRegistry
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 11 Oct 2012 21:44:16 +0000 (17:44 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 11 Oct 2012 21:44:16 +0000 (17:44 -0400)
commit410f2bbdf80aa8a10d5cea629750ce9e32e9e55f
tree0de921939fcde5eb754cc41e7352deb3659d3520
parent78313a1ae33f6937b9f1ab90270fb8c0b0fb91ff
- add support for integer indexes and slices to PathRegistry
- write a full test suite for PathRegistry
lib/sqlalchemy/orm/util.py
test/orm/test_pickled.py
test/orm/test_utils.py