django-payments icon indicating copy to clipboard operation
django-payments copied to clipboard

Replace payment status choices with a real enum

Open patrys opened this issue 10 years ago • 1 comments

With payment data relying on strings for API is a Bad Idea™. We should provide an enum similar to https://pypi.python.org/pypi/enum34.

patrys avatar Jun 06 '14 15:06 patrys

Django has proper Choices now, but we're gonna have to wait until we drop 2.2.

WhyNotHugo avatar Oct 10 '20 18:10 WhyNotHugo