]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- mega example cleanup
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 19 Jan 2010 00:53:12 +0000 (00:53 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 19 Jan 2010 00:53:12 +0000 (00:53 +0000)
commit40f8aadd582776524d3b98da1f577c2fc95619e7
tree753eec3802734f397953976824a252bb60829189
parent56fe538cc7d81ce264fc6504feb1ead5e17d0f55
- mega example cleanup
- added READMEs to all examples in each __init__.py and added to sphinx documentation
- added versioning example
- removed vertical/vertical.py, the dictlikes are more straightforward
50 files changed:
doc/build/conf.py
doc/build/examples.rst [new file with mode: 0644]
doc/build/index.rst
doc/build/mappers.rst
examples/adjacency_list/__init__.py
examples/adjacency_list/adjacency_list.py
examples/association/__init__.py
examples/beaker_caching/README [deleted file]
examples/beaker_caching/__init__.py
examples/beaker_caching/advanced.py
examples/beaker_caching/environment.py [new file with mode: 0644]
examples/beaker_caching/helloworld.py
examples/beaker_caching/local_session_caching.py
examples/beaker_caching/relation_caching.py
examples/custom_attributes/__init__.py
examples/custom_attributes/custom_management.py
examples/derived_attributes/__init__.py
examples/derived_attributes/attributes.py
examples/dynamic_dict/__init__.py
examples/dynamic_dict/dynamic_dict.py
examples/elementtree/__init__.py
examples/elementtree/adjacency_list.py
examples/elementtree/optimized_al.py
examples/elementtree/pickle.py
examples/graphs/__init__.py
examples/graphs/directed_graph.py [moved from examples/graphs/graph1.py with 100% similarity]
examples/inheritance/__init__.py [new file with mode: 0644]
examples/inheritance/concrete.py [moved from examples/polymorph/concrete.py with 100% similarity]
examples/inheritance/polymorph.py [moved from examples/polymorph/polymorph.py with 96% similarity]
examples/inheritance/single.py [moved from examples/polymorph/single.py with 97% similarity]
examples/large_collection/__init__.py
examples/large_collection/large_collection.py
examples/nested_sets/__init__.py
examples/poly_assoc/__init__.py
examples/polymorph/__init__.py [deleted file]
examples/postgis/__init__.py
examples/postgis/postgis.py
examples/sharding/__init__.py
examples/sharding/attribute_shard.py
examples/versioning/__init__.py [new file with mode: 0644]
examples/versioning/history_meta.py [new file with mode: 0644]
examples/versioning/test_versioning.py [new file with mode: 0644]
examples/vertical/__init__.py
examples/vertical/dictlike-polymorphic.py
examples/vertical/dictlike.py
examples/vertical/vertical.py [deleted file]
lib/sqlalchemy/orm/session.py
lib/sqlalchemy/test/entities.py [new file with mode: 0644]
setup.cfg
test/orm/_base.py