Skip to content

Commit

Permalink
use internal triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Dec 20, 2023
1 parent 1e43740 commit 344f6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion georiviere/altimetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


class AltimetryMixin(BaseAltimetryMixin):
def reload(self):
def reload(self, *args, **kwargs):
# Update object's computed values (reload from database)
if self.pk:
fromdb = self.__class__.objects.get(pk=self.pk)
Expand Down

0 comments on commit 344f6f4

Please sign in to comment.