#30126: Incorrect validation of forms.DecimalField
----------------------------------+--------------------------------------
     Reporter:  Roman Paranichev  |                    Owner:  nobody
         Type:  Uncategorized     |                   Status:  new
    Component:  Forms             |                  Version:  2.1
     Severity:  Normal            |               Resolution:
     Keywords:                    |             Triage Stage:  Unreviewed
    Has patch:  0                 |      Needs documentation:  0
  Needs tests:  0                 |  Patch needs improvement:  0
Easy pickings:  0                 |                    UI/UX:  0
----------------------------------+--------------------------------------

Comment (by Roman Paranichev):

 runserver output
 {{{
 System check identified no issues (0 silenced).
 January 23, 2019 - 22:19:34
 Django version 2.1.4, using settings 'mif2.settings'
 Starting development server at http://127.0.0.1:8000/
 Quit the server with CONTROL-C.
 post: <QueryDict: {'amount': ['0.02']}>, errors: <ul
 class="errorlist"><li>amount<ul class="errorlist"><li>Убедитесь, что это
 значение больше либо равно 0.02.</li></ul></li></ul>
 Bad Request: /api/payment/
 [23/Jan/2019 22:19:38] "POST /api/payment/ HTTP/1.1" 400 269
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/30126#comment:1>
Django <https://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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.be6e2b197f8da25db70888f86ad34d50%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to