python-django-money 3.6.1-1
Package Information
| Description | Money fields for Django forms and models (Python3 version) A little Django app that uses py-moneyed to add support for Money fields in your models and forms. Through the dependency py-moneyed, django-money gets: * Support for proper Money value handling (using the standard Money design pattern) * A currency class and definitions for all currencies in circulation * Formatting of most currencies with correct currency sign This package contains the Python 3 version of the library. |
|---|---|
| Maintainer | Debian Python Team <team+python@tracker.debian.org> |
| Changed By | Michael Fladischer <fladi@debian.org> |
| Sponsor | fladi@debian.org |
| Distribution | unstable |
| Architecture | all |
| VCS | git: https://salsa.debian.org/python-team/packages/python-django-money.git (browse) |
| Closes | #1142890 |
| Tracker | https://tracker.debian.org/pkg/python-django-money |
| Uploaded | 8 hours ago |
New Package Report
.changes
| Changed-By | Michael Fladischer |
|---|---|
| Architecture | source all |
| Distribution | unstable |
| Date | Mon, 27 Jul 2026 16:12:24 +0000 |
| Source | python-django-money |
| Version | 3.6.1-1 |
Changelog
python-django-money (3.6.1-1) unstable; urgency=low . * Initial release (Closes: #1142890).
.dsc
| Section | doc |
|---|---|
| Priority | optional |
| Component | main |
| Package-List | python-django-money-doc deb doc optional arch=all python3-django-money deb python optional arch=all |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: python-django-money
Upstream-Contact: Benjamin Balder Bach <benjamin@overtag.dk>
Source: https://codeberg.org/django-money/django-money
Files: *
Copyright: 2011, Jacob Hansson <jacob@voltvoodoo.com>
License: BSD-3-clause-Voltvoodoo
Files: debian/*
Copyright: 2026, Michael Fladischer <fladi@debian.org>
License: BSD-3-clause-Voltvoodoo
License: BSD-3-clause-Voltvoodoo
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
.
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name of the Voltvoodoo nor the names of its contributors may be
used to endorse or promote products derived from this software without
specific prior written permission.
.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.