]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Updated the association, association proxy examples
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 13 Mar 2011 17:59:00 +0000 (13:59 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 13 Mar 2011 17:59:00 +0000 (13:59 -0400)
commit8af45f93cbf9d7d074206616069ca81b256d2522
tree35d5c7f42217bd72a03d9532cd56ae67593aff0b
parente7be5a5729cabc6133b4fc83c06f6c5277a7af19
- Updated the association, association proxy examples
to use declarative, added a new example
dict_of_sets_with_default.py, a "pushing the envelope"
example of association proxy.
CHANGES
examples/association/__init__.py
examples/association/basic_association.py
examples/association/dict_of_sets_with_default.py [new file with mode: 0644]
examples/association/proxied_association.py