diff options
| author | Eric Florenzano <floguy@gmail.com> | 2012-10-25 13:26:22 -0700 |
|---|---|---|
| committer | Eric Florenzano <floguy@gmail.com> | 2012-10-25 13:26:22 -0700 |
| commit | 9912a30b062fa62a4a8e7d598942dbf2cf2738af (patch) | |
| tree | c6be013ecd8148197d50a567f6894ad4c5c0ca57 /docs | |
| parent | 45c8818503ebda101e7ff0f642c18880dd323669 (diff) | |
Update docs/releases/1.5.txt
Fix typo.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.5.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/releases/1.5.txt b/docs/releases/1.5.txt index f68f93d958..5b2e836675 100644 --- a/docs/releases/1.5.txt +++ b/docs/releases/1.5.txt @@ -116,8 +116,8 @@ Configurable User model 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 -you want to store usernames in a format other than first name/last name, or -you want to put custom profile information onto your User object, you can +you want to store user's names in a format other than first name/last name, +or you want to put custom profile information onto your User object, you can now do so. If you have a third-party reusable application that references the User model, |
