feat: rework status and add correct one to adoption notices
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Generated by Django 5.0.6 on 2024-06-08 07:08
|
||||
# Generated by Django 5.0.6 on 2024-06-08 10:13
|
||||
|
||||
import datetime
|
||||
import django.contrib.auth.models
|
||||
@@ -254,15 +254,14 @@ class Migration(migrations.Migration):
|
||||
),
|
||||
(
|
||||
"trust_level",
|
||||
models.CharField(
|
||||
models.IntegerField(
|
||||
choices=[
|
||||
("admin", "Administrator*in"),
|
||||
("Moderator", "Moderator*in"),
|
||||
("Koordinator*in", "Koordinator*in"),
|
||||
("Mitglied", "Mitglied"),
|
||||
("admin", 4),
|
||||
("Moderator", 3),
|
||||
("Koordinator*in", 2),
|
||||
("Mitglied", 1),
|
||||
],
|
||||
default="Mitglied",
|
||||
max_length=100,
|
||||
default=1,
|
||||
),
|
||||
),
|
||||
(
|
||||
@@ -399,7 +398,7 @@ class Migration(migrations.Migration):
|
||||
models.CharField(
|
||||
choices=[
|
||||
("active", "active"),
|
||||
("in_review", "in review"),
|
||||
("awaiting_action", "in review"),
|
||||
("closed", "closed"),
|
||||
("disabled", "disabled"),
|
||||
],
|
||||
@@ -413,6 +412,7 @@ class Migration(migrations.Migration):
|
||||
("searching", "searching"),
|
||||
("interested", "interested"),
|
||||
("waiting_for_review", "waiting_for_review"),
|
||||
("needs_additional_info", "needs_additional_info"),
|
||||
(
|
||||
"successful_with_notfellchen",
|
||||
"successful_with_notfellchen",
|
||||
|
Reference in New Issue
Block a user