]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- @classproperty 's official name/location for usage
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 25 Sep 2010 23:25:31 +0000 (19:25 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 25 Sep 2010 23:25:31 +0000 (19:25 -0400)
commit1ff666ffdf1b79433141a006486e21f3c18b1187
treed86f1ddadb7102120df36c75ca84df94ed3759ee
parenta4a09a687a2030c5eb30e03151379f91cec74e97
- @classproperty 's official name/location for usage
with declarative is sqlalchemy.ext.declarative.mapperproperty.
Same thing, but moving there since it is more of a
"marker" that's specific to declararative,
not just an attribute technique.  [ticket:1915]
CHANGES
doc/build/orm/extensions/declarative.rst
lib/sqlalchemy/ext/declarative.py
lib/sqlalchemy/util.py
test/ext/test_declarative.py