Skip to content

Commit

Permalink
Fix cascading delete error
Browse files Browse the repository at this point in the history
  • Loading branch information
tituomin committed Jan 22, 2018
1 parent aabb47f commit 304c83d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions observations/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ class Observation(PolymorphicModel):
ObservableProperty,
blank=False, null=False,
help_text='The property observed')
_base_manager = models.Manager()
class Meta:
ordering = ['-time']

Expand Down

0 comments on commit 304c83d

Please sign in to comment.