Files @ fc81f107eda1
Branch filter:

Location: symposion_app/registrasion/exceptions.py

Christopher Neugebauer
When setting quantities on products, only raise errors if they’re due to changes made during the current call to set_quantities.

Fixes #54
1
2
3
4
5
from django.core.exceptions import ValidationError


class CartValidationError(ValidationError):
    pass