We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c7fde1 commit 5f9036eCopy full SHA for 5f9036e
CHANGES.rst
@@ -1,7 +1,7 @@
1
Version 2.4.0
2
-------------
3
4
-Released 2019-04-23
+Released 2019-04-24
5
6
- Make engine configuration more flexible. (:pr:`684`)
7
- Address SQLAlchemy 1.3 deprecations. (:pr:`684`)
docs/conf.py
@@ -22,7 +22,7 @@
22
"flask": ("http://flask.pocoo.org/docs/", None),
23
"sqlalchemy": ("https://docs.sqlalchemy.org/en/latest/", None),
24
}
25
-issues_github_path = "pallets/werkzeug"
+issues_github_path = "pallets/flask-sqlalchemy"
26
27
# HTML -----------------------------------------------------------------
28
0 commit comments