diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-01-28 13:14:54 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-01-28 13:14:54 +0000 |
commit | 9e71be8169e77ea71d080f3535ee0fce036cf838 (patch) | |
tree | 3aed973ffec5a4a9939983f16a5c9625e5d07d10 /core/utils.py | |
parent | db0504057b988ea0ccc982a53a48334084dc48bc (diff) | |
download | troggle-9e71be8169e77ea71d080f3535ee0fce036cf838.tar.gz troggle-9e71be8169e77ea71d080f3535ee0fce036cf838.tar.bz2 troggle-9e71be8169e77ea71d080f3535ee0fce036cf838.zip |
refactored, global removed
Diffstat (limited to 'core/utils.py')
-rw-r--r-- | core/utils.py | 2 |
1 files changed, 2 insertions, 0 deletions
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: |