Kaydet (Commit) 3518e9ec authored tarafından Ramiro Morales's avatar Ramiro Morales

Amend test table name so it doesn't clash.

Refs #21692 and 3efd1b8b.
üst 61cfcec5
...@@ -111,7 +111,7 @@ class Thing(models.Model): ...@@ -111,7 +111,7 @@ class Thing(models.Model):
when = models.CharField(max_length=1, primary_key=True) when = models.CharField(max_length=1, primary_key=True)
class Meta: class Meta:
db_table = 'select' db_table = 'drop'
def __str__(self): def __str__(self):
return self.when return self.when
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment