Names now in alphabetical order
All checks were successful
Build image when workload image tag changes / build-if-image-changed (push) Successful in 35s
All checks were successful
Build image when workload image tag changes / build-if-image-changed (push) Successful in 35s
This commit is contained in:
@@ -26,6 +26,7 @@ class Person(models.Model):
|
||||
return self.name
|
||||
class Meta:
|
||||
verbose_name_plural="Personen"
|
||||
ordering = ['name']
|
||||
|
||||
class Thema(models.Model):
|
||||
name = models.CharField(max_length=100, primary_key=True)
|
||||
|
||||
Reference in New Issue
Block a user