Skip to content

Commit

Permalink
[1.5.X] Fixed #19400 - Typo in docs/topics/auth.txt
Browse files Browse the repository at this point in the history
Backport of 008e625 from master
  • Loading branch information
timgraham committed Nov 30, 2012
1 parent 0fc5878 commit 88638dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/auth.txt
Expand Up @@ -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::
Expand Down

0 comments on commit 88638dd

Please sign in to comment.