From 008e625c669513371e27964a82ad6a0abeefc49d Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 30 Nov 2012 15:10:52 -0500 Subject: [PATCH] Fixed #19400 - Typo in docs/topics/auth.txt --- docs/topics/auth.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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::