PaulGilmartin / django-pgpubsub

A distributed task processing framework for Django built on top of the Postgres NOTIFY/LISTEN protocol.
Other
245 stars 12 forks source link

Fixes decimal fields deserialization #40

Closed romank0 closed 1 year ago

romank0 commented 1 year ago

This fixes the issue with the precision lost for DecimalField described in https://github.com/Opus10/django-pgpubsub/issues/39