Upgrade Django major (#144)

* Bump dependency versions

* Configure default auto field implementation

* fix admin to use token proxy model

* update django docs link
This commit is contained in:
Sascha Ißbrücker
2021-08-17 05:48:45 +02:00
committed by GitHub
parent 69105d3d3c
commit cc04a17e2f
6 changed files with 36 additions and 30 deletions

View File

@@ -17,7 +17,7 @@
</div>
<p><strong>Please treat this token as you would any other credential.</strong> Any party with access to this
token can access and manage all your bookmarks.</p>
<p>If you think that a token was compromised you can revoke (delete) it in the <a href="{% url 'admin:authtoken_token_changelist' %}">admin panel</a>. After deleting the token, a new one will be generated when you reload this settings page.</p>
<p>If you think that a token was compromised you can revoke (delete) it in the <a href="{% url 'admin:authtoken_tokenproxy_changelist' %}">admin panel</a>. After deleting the token, a new one will be generated when you reload this settings page.</p>
</section>
</div>