Currently, the DecimalField does not support unlimited precision numeric 
fields that are available in db backends. As in the ticket's description 
and comments https://code.djangoproject.com/ticket/24920 , there were two 
solution proposed: new field, or an update to DecimalField's behavior. I 
wanted to start contributing to Django, and thought that adding this 
feature could be a great way of getting to know Django's code. I was also 
thinking about a way of solving this - perhaps allowing DecimalField's 
max_digits and decimal_places to be None. If so, the field translates to an 
unlimited-precision NUMERIC field. Does it sound like a way to go?

Best,
Maciej

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/6ec512c0-9a4d-4af3-a09d-76350a081b90%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to