stop deferring Level.render_data, this field does no exist any more
This commit is contained in:
parent
44dda5cd77
commit
8602f4f39e
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class LocationSlugManager(models.Manager):
|
|||
if self.model == LocationSlug:
|
||||
result = result.select_related(*(model._meta.default_related_name
|
||||
for model in get_submodels(Location)+[LocationRedirect]))
|
||||
return result.defer('levels__render_data')
|
||||
return result
|
||||
|
||||
def select_related_target(self):
|
||||
if self.model != LocationSlug:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue