Re: [Django] #13269: "Overriding the default widgets" docs missing import statement

2010-05-07 Thread Django
#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:  Ready for checkin  | Has_patch:  1 
   
Needs_docs:  0  |   Needs_tests:  0 
   
Needs_better_patch:  0  |  
+---
Changes (by timo):

  * stage:  Accepted => Ready for checkin

-- 
Ticket URL: 
Django 
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.



Re: [Django] #13269: "Overriding the default widgets" docs missing import statement

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

  * status:  assigned => closed
  * resolution:  => fixed

-- 
Ticket URL: 
Django 
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.



Re: [Django] #13269: "Overriding the default widgets" docs missing import statement

2010-04-03 Thread Django
#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:  1
Needs_docs:  0  |   Needs_tests:  0
Needs_better_patch:  0  |  
+---
Changes (by gabrielhurley):

  * has_patch:  0 => 1

Comment:

 Clarified example text (fixing a typo in the process), and added proper
 import statement to example.

-- 
Ticket URL: 
Django 
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.



Re: [Django] #13269: "Overriding the default widgets" docs missing import statement

2010-04-03 Thread Django
#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: 
Django 
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.