confirmation: Rename STATUS_ACTIVE to STATUS_USED.

That's much more descriptive of what that value actually means about the
Confirmation objects.
This commit is contained in:
Mateusz Mandera
2022-07-16 20:09:13 +02:00
committed by Tim Abbott
parent 0ffdc96301
commit fa7700df11
7 changed files with 14 additions and 14 deletions

View File

@@ -2,5 +2,5 @@
__revision__ = "$Id: settings.py 12 2008-11-23 19:38:52Z jarek.zgoda $"
STATUS_ACTIVE = 1
STATUS_USED = 1
STATUS_REVOKED = 2