Django

Code

Changeset 6037

Show
Ignore:
Timestamp:
09/03/07 01:16:47 (1 year ago)
Author:
adrian
Message:

Fixed #4923 -- Fixed error in docs/authentication.txt. Thanks, djangotrac.20.skel@spamgourmet.org

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/authentication.txt

    r5885 r6037  
    191191    >>> user = User.objects.create_user('john', 'lennon@thebeatles.com', 'johnpassword') 
    192192 
    193     # At this point, user is a User object ready to be saved 
     193    # At this point, user is a User object that has already been saved 
    194194    # to the database. You can continue to change its attributes 
    195195    # if you want to change other fields.