Author: mtredinnick
Date: 2008-10-24 02:21:04 -0500 (Fri, 24 Oct 2008)
New Revision: 9262
Modified:
django/branches/releases/1.0.X/docs/howto/custom-model-fields.txt
Log:
[1.0.X] Fixed #9424 -- Typo fix.
Backport of r9258 from trunk.
Modified: django/branches/releases/1.0.X/docs/howto/custom-model-fields.txt
===================================================================
--- django/branches/releases/1.0.X/docs/howto/custom-model-fields.txt
2008-10-24 07:20:29 UTC (rev 9261)
+++ django/branches/releases/1.0.X/docs/howto/custom-model-fields.txt
2008-10-24 07:21:04 UTC (rev 9262)
@@ -167,7 +167,7 @@
kwargs['max_length'] = 104
super(HandField, self).__init__(*args, **kwargs)
-Our ``HandField`` accept most of the standard field options (see the list
+Our ``HandField`` accepts most of the standard field options (see the list
below), but we ensure it has a fixed length, since it only needs to hold 52
card values plus their suits; 104 characters in total.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---