File: index.rst

package info (click to toggle)
sqlalchemy 2.0.43%2Bds1-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 26,624 kB
  • sloc: python: 413,648; makefile: 231; sh: 7
file content (62 lines) | stat: -rw-r--r-- 1,099 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
.. _changelog_toplevel:

Changes and Migration
=====================

SQLAlchemy changelogs and migration guides are now integrated
within the main documentation.

Current Migration Guide
-----------------------

For SQLAlchemy 2.0, there are two separate documents; the "Major Migration
Guide" details how to update a SQLAlchemy 1.4 application to be compatible
under SQLAlchemy 2.0. The "What's New?" document details major new features,
capabilities and behaviors in SQLAlchemy 2.0.

.. toctree::
   :titlesonly:

   migration_20
   whatsnew_20

Change logs
-----------

.. toctree::
   :titlesonly:

   changelog_20
   changelog_14
   changelog_13
   changelog_12
   changelog_11
   changelog_10
   changelog_09
   changelog_08
   changelog_07
   changelog_06
   changelog_05
   changelog_04
   changelog_03
   changelog_02
   changelog_01


Older Migration Guides
----------------------

.. toctree::
   :titlesonly:

   migration_14
   migration_13
   migration_12
   migration_11
   migration_10
   migration_09
   migration_08
   migration_07
   migration_06
   migration_05
   migration_04