summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPreston Holmes <preston@ptone.com>2012-10-25 14:46:26 -0700
committerPreston Holmes <preston@ptone.com>2012-10-25 14:46:26 -0700
commitf2fd4ebfb81bb38598fb8fe8ca8bf5790e48144b (patch)
tree6888b7f0bddb4935d3daa16567c85d57115ee5ca
parent48be78cf088e6fca87d1e4da7c527e17305f9fe2 (diff)
parent9912a30b062fa62a4a8e7d598942dbf2cf2738af (diff)
Merge pull request #472 from ericflo/patch-1
Fixed typo in docs/releases/1.5.txt
-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,