Author: adrian
Date: 2007-08-11 22:01:37 -0500 (Sat, 11 Aug 2007)
New Revision: 5860

Modified:
   django/trunk/docs/model-api.txt
Log:
Fixed #5110 -- Made a small clarification in docs/model-api.txt. Thanks, Jarek 
Zgoda

Modified: django/trunk/docs/model-api.txt
===================================================================
--- django/trunk/docs/model-api.txt     2007-08-12 02:15:35 UTC (rev 5859)
+++ django/trunk/docs/model-api.txt     2007-08-12 03:01:37 UTC (rev 5860)
@@ -415,7 +415,8 @@
 
     models.SlugField(prepopulate_from=("pre_name", "name"))
 
-``prepopulate_from`` doesn't accept DateTimeFields.
+``prepopulate_from`` doesn't accept DateTimeFields, ForeignKeys nor
+ManyToManyFields.
 
 The admin represents ``SlugField`` as an ``<input type="text">`` (a
 single-line input).


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to