From 7640a1f1c9ff47798d9bc31d0e80af0a024e8936 Mon Sep 17 00:00:00 2001 From: Brennan Vincello Date: Thu, 10 Aug 2017 21:51:02 -0700 Subject: [PATCH] Add version warning --- docs/tutorial/introduction.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/tutorial/introduction.rst b/docs/tutorial/introduction.rst index 67008435..ed984715 100644 --- a/docs/tutorial/introduction.rst +++ b/docs/tutorial/introduction.rst @@ -22,6 +22,11 @@ connections in a more intelligent way, allowing you to target different relational databases at once and more. You might also want to consider one of the popular NoSQL databases if your data is more suited for those. +.. warning:: + If you're following the tutorial from a specific version of the docs, be + sure to check out the same tag in the repository, otherwise the tutorial + may be different than the example. + Here is a screenshot of the final application: .. image:: ../_static/flaskr.png