#13269: "Overriding the default widgets" docs missing import statement
------------------------------------+---------------------------------------
          Reporter:  mattrowbum     |         Owner:  gabrielhurley            
            Status:  assigned       |     Milestone:  1.2                      
         Component:  Documentation  |       Version:  1.2-beta                 
        Resolution:                 |      Keywords:  widgets, form field types
             Stage:  Accepted       |     Has_patch:  0                        
        Needs_docs:  0              |   Needs_tests:  0                        
Needs_better_patch:  0              |  
------------------------------------+---------------------------------------
Changes (by gabrielhurley):

  * status:  new => assigned
  * needs_better_patch:  => 0
  * needs_tests:  => 0
  * summary:  Possible docs error - Overriding the default field types or
              widgets => "Overriding the default widgets"
              docs missing import statement
  * milestone:  => 1.2
  * owner:  nobody => gabrielhurley
  * needs_docs:  => 0
  * stage:  Unreviewed => Accepted

Comment:

 Yeah, there is a problem there. At no point on the page does it actually
 import TextArea. Your solution is one way to fix it, or simply changing it
 to ``from django.forms import ModelForm, TextArea`` would also work.

 Trivial docs ticket to add to 1.2. I'll write up a patch a little later
 today.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/13269#comment:1>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to