update documentation

This commit is contained in:
Sam
2021-04-07 10:43:20 +02:00
parent 8d2ec19be3
commit 0210774fd9
6 changed files with 116 additions and 101 deletions

View File

@ -312,7 +312,8 @@ deployment method.</p>
<div class="admonition danger">
<p class="admonition-title">Danger</p>
<div class="line-block">
<div class="line">Since SQLAlchemy update (1.4+), engine URL should begin with <cite>postgresql://</cite>.</div>
<div class="line">Since <a class="reference external" href="https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html#change-3687655465c25a39b968b4f5f6e9170b">SQLAlchemy update (1.4+)</a>,
engine URL should begin with <cite>postgresql://</cite>.</div>
</div>
</div>
</dd></dl>