mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
[1.11.x] Fixed #28689 -- Fixed unquoted table names in Subquery SQL when using OuterRef.
Regression inf48bc7c3db. Backport of81e357a7e1from master
This commit is contained in:
@@ -56,6 +56,7 @@ class Experiment(models.Model):
|
||||
end = models.DateTimeField()
|
||||
|
||||
class Meta:
|
||||
db_table = 'expressions_ExPeRiMeNt'
|
||||
ordering = ('name',)
|
||||
|
||||
def duration(self):
|
||||
|
||||
Reference in New Issue
Block a user