From 9e71be8169e77ea71d080f3535ee0fce036cf838 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sat, 28 Jan 2023 13:14:54 +0000 Subject: refactored, global removed --- core/utils.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/utils.py') diff --git a/core/utils.py b/core/utils.py index 8bb7c2a..0b18e3b 100644 --- a/core/utils.py +++ b/core/utils.py @@ -203,6 +203,8 @@ def save_carefully(objectType, lookupAttribs={}, nonLookupAttribs={}): defined in core.models.TroggleModel. We are not using new_since_parsing - it is a fossil from Aaron Curtis's design in 2006. So it is always false. + + NOTE: this takes twice as long as simply creating a new object with the given values. """ try: -- cgit v1.2.3