[contrib.auth] Separating tightly coupled User model and auth processes implementations

2020-06-29 Thread Maciej Gol
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

NUMERIC with unlimited precision not supported (#24920)

2017-06-06 Thread Maciej Gol
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