]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
initial 2.0 setup
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 11 Apr 2019 16:43:47 +0000 (12:43 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 30 Oct 2021 18:21:53 +0000 (14:21 -0400)
commitf05d3ddba4c1edae00dd863af60e8fbb13eb7091
treebe62af61608a847364b0f8322643a2a20a418883
parenta291457664d3b4ef7e0b4a29110749674ec0da75
initial 2.0 setup

Adapted from 55e64f857daeb6057b85ff67297a774b when we
previously started a 2.0 branch.

Change-Id: Ib5af75df94b23104eebe0e918adcf979d798ea3b
15 files changed:
doc/build/changelog/changelog_20.rst [new file with mode: 0644]
doc/build/changelog/index.rst
doc/build/changelog/unreleased_20/README.txt [new file with mode: 0644]
doc/build/conf.py
doc/build/core/index.rst
doc/build/core/tutorial.rst [deleted file]
doc/build/index.rst
doc/build/intro.rst
doc/build/orm/index.rst
doc/build/orm/tutorial.rst [deleted file]
doc/build/tutorial/index.rst
lib/sqlalchemy/__init__.py
setup.cfg
test/base/test_tutorials.py
test/orm/test_cascade.py