mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
docs: Replace links to Django 1.11 docs with 2.2 links.
This commit is contained in:
committed by
Tim Abbott
parent
b1608a51db
commit
7814f52d45
@@ -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
|
||||
|
Reference in New Issue
Block a user