mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-15 03:27:26 +00:00
Setting wallet dates earlier in the import process
This commit is contained in:
@@ -99,7 +99,7 @@ class Wallet(models.Model):
|
||||
|
||||
# Yes this is horribly, horribly inefficient, esp. for a page that have date, people and cave in it
|
||||
def date(self):
|
||||
"""Reads all the JSON data just to get the JSNON date."""
|
||||
"""Reads all the JSON data just to get the JSON date."""
|
||||
if self.walletdate:
|
||||
return self.walletdate
|
||||
if not self.get_json():
|
||||
|
||||
Reference in New Issue
Block a user