Skip to content

Commit 616fa2e

Browse files
authored
Merge pull request #489 from sirosen/add-upgrading-doc
Add an upgrading doc to help users switch to 6.0
2 parents 5b15b4b + 2fd3450 commit 616fa2e

File tree

2 files changed

+485
-0
lines changed

2 files changed

+485
-0
lines changed

docs/index.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ Release v\ |version|. (:doc:`Changelog <changelog>`)
66

77
webargs is a Python library for parsing and validating HTTP request objects, with built-in support for popular web frameworks, including Flask, Django, Bottle, Tornado, Pyramid, webapp2, Falcon, and aiohttp.
88

9+
Upgrading from an older version?
10+
--------------------------------
11+
12+
See the :doc:`Upgrading to Newer Releases <upgrading>` page for notes on getting your code up-to-date with the latest version.
13+
14+
15+
Usage and Simple Examples
16+
-------------------------
917

1018
.. code-block:: python
1119
@@ -109,5 +117,6 @@ Project Info
109117

110118
license
111119
changelog
120+
upgrading
112121
authors
113122
contributing

0 commit comments

Comments
 (0)