]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The official name for the relation() function is now
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 17 Mar 2010 21:48:29 +0000 (17:48 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 17 Mar 2010 21:48:29 +0000 (17:48 -0400)
commit065fcbd9d2b463920d439c20d99a5a1cd7f216ed
tree2230349df4cc7bc884f128e2c463c2e334152b7e
parent95c0214356a55b6bc051d2b779e54d6de7b0b22e
- The official name for the relation() function is now
relationship(), to eliminate confusion over the relational
algebra term.  relation() however will remain available
in equal capacity for the foreseeable future.  [ticket:1740]
103 files changed:
CHANGES
doc/build/dbengine.rst
doc/build/mappers.rst
doc/build/ormtutorial.rst
doc/build/reference/ext/associationproxy.rst
doc/build/reference/ext/orderinglist.rst
doc/build/reference/orm/mapping.rst
doc/build/session.rst
doc/build/sqlexpression.rst
examples/adjacency_list/adjacency_list.py
examples/association/basic_association.py
examples/association/proxied_association.py
examples/beaker_caching/__init__.py
examples/beaker_caching/meta.py
examples/beaker_caching/model.py
examples/beaker_caching/relation_caching.py
examples/custom_attributes/custom_management.py
examples/custom_attributes/listen_for_events.py
examples/dynamic_dict/dynamic_dict.py
examples/elementtree/adjacency_list.py
examples/elementtree/optimized_al.py
examples/graphs/directed_graph.py
examples/inheritance/polymorph.py
examples/inheritance/single.py
examples/large_collection/__init__.py
examples/large_collection/large_collection.py
examples/poly_assoc/poly_assoc.py
examples/poly_assoc/poly_assoc_fk.py
examples/poly_assoc/poly_assoc_generic.py
examples/sharding/attribute_shard.py
examples/vertical/dictlike-polymorphic.py
examples/vertical/dictlike.py
lib/sqlalchemy/dialects/oracle/base.py
lib/sqlalchemy/ext/associationproxy.py
lib/sqlalchemy/ext/declarative.py
lib/sqlalchemy/ext/orderinglist.py
lib/sqlalchemy/ext/sqlsoup.py
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/orm/collections.py
lib/sqlalchemy/orm/dependency.py
lib/sqlalchemy/orm/dynamic.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/orm/strategies.py
lib/sqlalchemy/orm/unitofwork.py
lib/sqlalchemy/orm/util.py
test/aaa_profiling/test_memusage.py
test/aaa_profiling/test_orm.py
test/dialect/test_postgresql.py
test/ext/test_associationproxy.py
test/ext/test_declarative.py
test/ext/test_orderinglist.py
test/ext/test_serializer.py
test/orm/inheritance/test_abc_inheritance.py
test/orm/inheritance/test_basic.py
test/orm/inheritance/test_concrete.py
test/orm/inheritance/test_magazine.py
test/orm/inheritance/test_manytomany.py
test/orm/inheritance/test_poly_linked_list.py
test/orm/inheritance/test_polymorph.py
test/orm/inheritance/test_polymorph2.py
test/orm/inheritance/test_productspec.py
test/orm/inheritance/test_query.py
test/orm/inheritance/test_single.py
test/orm/sharding/test_shard.py
test/orm/test_association.py
test/orm/test_assorted_eager.py
test/orm/test_backref_mutations.py
test/orm/test_cascade.py
test/orm/test_collection.py
test/orm/test_compile.py
test/orm/test_cycles.py
test/orm/test_defaults.py
test/orm/test_deprecations.py
test/orm/test_dynamic.py
test/orm/test_eager_relations.py
test/orm/test_expire.py
test/orm/test_generative.py
test/orm/test_instrumentation.py
test/orm/test_lazy_relations.py
test/orm/test_lazytest1.py
test/orm/test_manytomany.py
test/orm/test_mapper.py
test/orm/test_merge.py
test/orm/test_naturalpks.py
test/orm/test_onetoone.py
test/orm/test_pickled.py
test/orm/test_query.py
test/orm/test_relationships.py
test/orm/test_scoping.py
test/orm/test_session.py
test/orm/test_transaction.py
test/orm/test_unitofwork.py
test/orm/test_versioning.py
test/perf/cascade_speed.py
test/perf/masseagerload.py
test/perf/massload2.py
test/perf/objupdatespeed.py
test/perf/ormsession.py
test/perf/sessions.py
test/perf/threaded_compile.py
test/zblog/mappers.py