Author: DrMeers
Date: 2011-04-27 18:47:21 -0700 (Wed, 27 Apr 2011)
New Revision: 16114

Modified:
   django/branches/releases/1.3.X/docs/ref/contrib/contenttypes.txt
Log:
[1.3.X] Fixed #15865 -- correct class name for BaseGenericInlineFormset. Thanks 
leonelfreire for the report.

Backport of r16113 from trunk.

Modified: django/branches/releases/1.3.X/docs/ref/contrib/contenttypes.txt
===================================================================
--- django/branches/releases/1.3.X/docs/ref/contrib/contenttypes.txt    
2011-04-28 01:46:46 UTC (rev 16113)
+++ django/branches/releases/1.3.X/docs/ref/contrib/contenttypes.txt    
2011-04-28 01:47:21 UTC (rev 16114)
@@ -406,7 +406,7 @@
 ------------------------------------
 
 The :mod:`django.contrib.contenttypes.generic` module provides
-:class:`~django.contrib.contenttypes.generic.GenericInlineFormSet`,
+:class:`~django.contrib.contenttypes.generic.BaseGenericInlineFormSet`,
 :class:`~django.contrib.contenttypes.generic.GenericTabularInline`
 and :class:`~django.contrib.contenttypes.generic.GenericStackedInline`
 (the last two are subclasses of

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