#14403: Missing/incomplete documentation for FloatField?
------------------------------------------------------+---------------------
          Reporter:  typeshige <typesh...@gmail.com>  |         Owner:  nobody
            Status:  closed                           |     Milestone:  1.3   
         Component:  Documentation                    |       Version:  1.2   
        Resolution:  invalid                          |      Keywords:        
             Stage:  Unreviewed                       |     Has_patch:  0     
        Needs_docs:  0                                |   Needs_tests:  0     
Needs_better_patch:  0                                |  
------------------------------------------------------+---------------------
Changes (by gabrielhurley):

  * status:  new => closed
  * needs_better_patch:  => 0
  * resolution:  => invalid
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

 The "Changed in version 1.0" marker is going to be removed in 1.3 (ticket
 #14000). Otherwise, what would you have the documentation say? If you look
 at the
 
[http://code.djangoproject.com/browser/django/trunk/django/db/models/fields/__init__.py#L838
 code for a FloatField] there's almost nothing happening. It's nearly as
 close to a vanilla Field subclass as you can get.

 There are several other field classes that have very short descriptions in
 that document (BooleanField, for example). It's a conscious decision not
 to list all valid options for every field, and instead to only list the
 common options once at the top of the page.

 If there is specific info you feel needs to be added, please re-open the
 ticket with more specifics (and ideally a patch). Thanks!

-- 
Ticket URL: <http://code.djangoproject.com/ticket/14403#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