django-oscar-accounts icon indicating copy to clipboard operation
django-oscar-accounts copied to clipboard

Managed accounts for Django (with or without django-oscar)

Results 21 django-oscar-accounts issues
Sort by recently updated
recently updated
newest added

In Django 4.2, calling manager methods on non-persisted instances is no longer allowed. This change causes `Account.save()` to fail on any Account that hasn't been previously saved, because the `Account._balance()`...