forked from pool/python-django-money
Compare commits
2 Commits
05f10dd5c4
...
90ec3a57f5
Author | SHA256 | Date | |
---|---|---|---|
90ec3a57f5 | |||
7708d8354c |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ffdd28f853fcdc440f000f2ac4204a8c49a07b03768bccfd867588bffce1668
|
||||
size 66731
|
3
django-money-3.5.2.tar.gz
Normal file
3
django-money-3.5.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:526b6e1ab4aaca9d0a75734ad7f5f7d933032da53a7fdf5fd66c3df7bfcc4256
|
||||
size 67571
|
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 29 16:39:04 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.5.2:
|
||||
* django-rest-framework: Fix regression from 3.5
|
||||
* If you generated MoneyField migrations in the previous series
|
||||
3.4.x, you may have to manually edit subsequent migrations.
|
||||
* Revert 3.4 patch, meaning that auto-generated CurrencyField
|
||||
is once again part of migrations
|
||||
* django-rest-framework: MinMoneyValidator and
|
||||
MaxMoneyValidator fixed, may require default_currency defined
|
||||
* Django 5.0 support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 27 09:41:17 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-django-money
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%define skip_python2 1
|
||||
%define skip_python36 1
|
||||
Name: python-django-money
|
||||
Version: 3.4.1
|
||||
Version: 3.5.2
|
||||
Release: 0
|
||||
Summary: Django support for using money and currency fields
|
||||
License: BSD-3-Clause
|
||||
|
Reference in New Issue
Block a user