docs: Replace links to Django 1.11 docs with 2.2 links.

This commit is contained in:
Mateusz Mandera
2020-02-19 20:31:24 +01:00
committed by Tim Abbott
parent b1608a51db
commit 7814f52d45
8 changed files with 10 additions and 10 deletions

View File

@@ -221,7 +221,7 @@ SILENCED_SYSTEM_CHECKS = [
# `unique=True`. For us this is `email`, and it's unique only per-realm.
# Per Django docs, this is perfectly fine so long as our authentication
# backends support the username not being unique; and they do.
# See: https://docs.djangoproject.com/en/1.11/topics/auth/customizing/#django.contrib.auth.models.CustomUser.USERNAME_FIELD
# See: https://docs.djangoproject.com/en/2.2/topics/auth/customizing/#django.contrib.auth.models.CustomUser.USERNAME_FIELD
"auth.W004",
# urls.W003 warns against using colons in the name in url(..., name) because colons are used
# for namespaces. We need to override a url entry in the social: namespace, so we use