Changeset 6037
- Timestamp:
- 09/03/07 01:16:47 (1 year ago)
- Files:
-
- django/trunk/docs/authentication.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/authentication.txt
r5885 r6037 191 191 >>> user = User.objects.create_user('john', 'lennon@thebeatles.com', 'johnpassword') 192 192 193 # At this point, user is a User object ready to besaved193 # At this point, user is a User object that has already been saved 194 194 # to the database. You can continue to change its attributes 195 195 # if you want to change other fields.
