File: index.rst

package info (click to toggle)
sqlalchemy 0.9.8%2Bdfsg-0.1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 23,952 kB
  • ctags: 24,534
  • sloc: python: 152,282; ansic: 1,346; makefile: 257; xml: 17
file content (44 lines) | stat: -rw-r--r-- 615 bytes parent folder | download
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
.. _changelog_toplevel:

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

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

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

.. toctree::
	:maxdepth: 1

	migration_09

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

.. toctree::
   :maxdepth: 2

   changelog_09
   changelog_08
   changelog_07
   changelog_06
   changelog_05
   changelog_04
   changelog_03
   changelog_02
   changelog_01


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

.. toctree::
   :maxdepth: 1

   migration_08
   migration_07
   migration_06
   migration_05
   migration_04