django-money 3.5.3
0
Adds support for using money and currency fields in django models and forms. Uses py-moneyed as the
Contents
Adds support for using money and currency fields in django models and forms. Uses py-moneyed as the money implementation.
Stars: 1676, Watchers: 1676, Forks: 314, Open Issues: 81The django-money/django-money
repo was created 13 years ago and the last code push was 2 months ago.
The project is very popular with an impressive 1676 github stars!
How to Install django-money
You can install django-money using pip
pip install django-money
or add it to a project with poetry
poetry add django-money
Package Details
- Author
- None
- License
- BSD
- Homepage
- https://github.com/django-money/django-money
- PyPi:
- https://pypi.org/project/django-money/
- GitHub Repo:
- https://github.com/django-money/django-money
Classifiers
Related Packages
Errors
A list of common django-money errors.
Code Examples
Here are some django-money
code examples and snippets.
GitHub Issues
The django-money package has 81 open issues on GitHub
- Set value check
- Fix Django 3.2 warning about default_app_config
- xfail test to demonstrate lack of support for only() querysets
- MoneyField raises KeyError when model fetched via only()
- Drop unsupported Django and Python versions
- Upgrade to py-moneyed 2.0
null=True, default_currency=None
on added/altered fields does not set null properly