"you're polluting our git history"
This commit is contained in:
parent
87d471a355
commit
b5f736a96c
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ class MapUpdate(models.Model):
|
||||||
last_geometry_update = ([None] + [update for update in new_updates if update.geometries_changed])[-1]
|
last_geometry_update = ([None] + [update for update in new_updates if update.geometries_changed])[-1]
|
||||||
|
|
||||||
if last_geometry_update is not None:
|
if last_geometry_update is not None:
|
||||||
geometry_update_cache_key = MapUpdate.build_cache_key(last_geometry_update.to_tuple)
|
geometry_update_cache_key = MapUpdate.build_cache_key(*last_geometry_update.to_tuple)
|
||||||
|
|
||||||
from c3nav.mapdata.utils.cache.changes import changed_geometries
|
from c3nav.mapdata.utils.cache.changes import changed_geometries
|
||||||
changed_geometries.reset()
|
changed_geometries.reset()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue