#17854: Add database-specific checks for the maximum supported values of
DecimalField max_digits, decimal_places
--------------------------------------+------------------------------------
     Reporter:  anonymous             |                    Owner:  nobody
         Type:  New feature           |                   Status:  new
    Component:  Core (System checks)  |                  Version:  master
     Severity:  Normal                |               Resolution:
     Keywords:  DecimalField bug      |             Triage Stage:  Accepted
    Has patch:  0                     |      Needs documentation:  0
  Needs tests:  0                     |  Patch needs improvement:  0
Easy pickings:  0                     |                    UI/UX:  0
--------------------------------------+------------------------------------
Changes (by timgraham):

 * type:  Bug => New feature
 * version:  1.3 => master
 * component:  Database layer (models, ORM) => Core (System checks)


Comment:

 I think we could add database-specific checks (e.g.
 `django/db/backends/mysql/validation.py`) for the maximum values of
 `max_digits`, `decimal_places` supported by each database.

--
Ticket URL: <https://code.djangoproject.com/ticket/17854#comment:12>
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/067.380a9a830d5e201cc1429917da5ce84b%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to