summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2012-11-30 15:10:52 -0500
committerTim Graham <timograham@gmail.com>2012-11-30 15:10:52 -0500
commit008e625c669513371e27964a82ad6a0abeefc49d (patch)
treed16714cfd0229370cf9ca9fa4f5541048eff3162 /docs
parent0eeae15056edf07f786d3be5b47c14ab62eacd31 (diff)
downloaddjango-008e625c669513371e27964a82ad6a0abeefc49d.tar.gz
Fixed #19400 - Typo in docs/topics/auth.txt
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/auth.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/auth.txt b/docs/topics/auth.txt
index e313b239a6..beaf281cb3 100644
--- a/docs/topics/auth.txt
+++ b/docs/topics/auth.txt
@@ -2009,7 +2009,7 @@ additional methods:
.. method:: models.CustomUserManager.create_superuser(*username_field*, password, **other_fields)
- The prototype of `create_user()` should accept the username field,
+ The prototype of `create_superuser()` should accept the username field,
plus all required fields as arguments. For example, if your user model
uses `email` as the username field, and has `date_of_birth` as a required
fields, then create_superuser should be defined as::