1
0
mirror of https://github.com/django/django.git synced 2025-06-03 18:49:12 +00:00

Merge pull request #472 from ericflo/patch-1

Fixed typo in docs/releases/1.5.txt
This commit is contained in:
Preston Holmes 2012-10-25 14:46:26 -07:00
commit f2fd4ebfb8

View File

@ -116,8 +116,8 @@ Configurable User model
In Django 1.5, you can now use your own model as the store for user-related In Django 1.5, you can now use your own model as the store for user-related
data. If your project needs a username with more than 30 characters, or if data. If your project needs a username with more than 30 characters, or if
you want to store usernames in a format other than first name/last name, or you want to store user's names in a format other than first name/last name,
you want to put custom profile information onto your User object, you can or you want to put custom profile information onto your User object, you can
now do so. now do so.
If you have a third-party reusable application that references the User model, If you have a third-party reusable application that references the User model,