summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEric Florenzano <floguy@gmail.com>2012-10-25 13:26:22 -0700
committerPreston Holmes <preston@ptone.com>2012-10-25 14:50:34 -0700
commit0887211b03c888b522652b73af92d8dd7362ad74 (patch)
tree70cba186e58cafe4324ecd7b27c861c2eb1dadb1 /docs
parentefaf07265b1e848aa392e7e88a0599f98c1ceb3d (diff)
Update docs/releases/1.5.txt
Fix typo.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.5.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/releases/1.5.txt b/docs/releases/1.5.txt
index b71a9cd9df..a0ce3cc7a4 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,