summaryrefslogtreecommitdiff
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:13:51 -0500
commit88638ddd3dd5e2c1aa2982cbb5d0512ede23b5fc (patch)
tree6a4b42c8cea0a52f6f26ed96baa90706c6ad0e13
parent0fc5878c5fdcc46df93e3faa6388c75b160bdd8e (diff)
[1.5.X] Fixed #19400 - Typo in docs/topics/auth.txt
Backport of 008e625c66 from master
-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 3aac19f7ab..a42bfbe97d 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::