Hey!
I've been recently working on my small project where I'm trying to keep the
domain as separated as possible from Django and other libs/frameworks.
Unfortunately, implementing the auth processes using django's machinery
turned out to be a bit difficult.
The django auth module depends on th
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
wa