You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
Not sure if this is related with #362.
I use the MoneyField from django-money in one of my models and the server gives me the following warning (using django-material 1.4.3):
/usr/local/lib/python3.7/dist-packages/material/base.py:216: UserWarning: Unknown field and widget <class 'djmoney.forms.fields.MoneyField'> <class 'djmoney.forms.widgets.MoneyWidget'>
The warning is generated because a template cannot be found.
django-money does not provide any templates but relies on the default django MultiWidget. As far as I could see django-material does not implement a general MultiWidget. Is that correct and is there a possibility this will be added in the future?
The text was updated successfully, but these errors were encountered:
Not sure if this is related with #362.
I use the MoneyField from django-money in one of my models and the server gives me the following warning (using django-material 1.4.3):
The warning is generated because a template cannot be found.
django-money does not provide any templates but relies on the default django MultiWidget. As far as I could see django-material does not implement a general MultiWidget. Is that correct and is there a possibility this will be added in the future?
The text was updated successfully, but these errors were encountered: