148e9f Update python-django-money to version 3.0 / rev 7 via SR 1071154

8 files Authored by mcepl a year ago, Committed by Bernhard M. Wiedemann a year ago,
    Update python-django-money to version 3.0 / rev 7 via SR 1071154
    
    https://build.opensuse.org/request/show/1071154
    by user mcepl + dimstar_suse
    - Update to 3.0:
      - Changed
        - Update py-moneyed to 2.0.
        - Remove the deprecated Money.decimal_places_display property
          and argument.
        - Remove the deprecated CURRENCY_DECIMAL_PLACES_DISPLAY
          setting.
        - Null constraint on an implicit CurrencyField is now
          declared from null=... argument to MoneyField.
      - Fixed
        - Improve the internal check for whether a currency is
          provided
        - Fix test suite for django main branch
        - MoneyField raises TypeError when default contains a valid
          amount but no currence, i.e. Money(123, None).
        - MoneyField supports default of type bytes
      - Added
        - Add support for Django 4.0 and 4.1.
        - Add support for Python 3.10.
      - Removed
        - Drop support for Django 3.1.
        - Drop support for Python 3.6.
    - Remo
    
        
file modified
+0 -0
file modified
+33 -0
file removed
-113
file removed
-711
file modified
+29 -0
file modified
+8 -10