Files @ 1c239c361f00
Branch filter:

Location: symposion_app/registrasion/exceptions.py

Christopher Neugebauer
Propagates the per_user_limit category error to the products, rather than the category.

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


class CartValidationError(ValidationError):
    pass