rename cache_key→current_cache_key
This commit is contained in:
parent
2124b4a536
commit
82fc9f2264
6 changed files with 10 additions and 6 deletions
|
@ -681,7 +681,7 @@ class ChangeSet(models.Model):
|
|||
|
||||
@property
|
||||
def cache_key_by_changes(self):
|
||||
return ':'.join(('editor:changeset', str(self.pk), MapUpdate.cache_key(), self.last_change_cache_key))
|
||||
return ':'.join(('editor:changeset', str(self.pk), MapUpdate.current_cache_key(), self.last_change_cache_key))
|
||||
|
||||
def get_absolute_url(self):
|
||||
if self.pk is None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue