diff options
author | Boris Pavlovic <boris@pavlovic.me> | 2012-12-17 13:50:18 +0400 |
---|---|---|
committer | Boris Pavlovic <boris@pavlovic.me> | 2013-01-06 01:21:24 +0400 |
commit | 36df7fa38cbd0c991c8df2f9f6c8220e2b164394 (patch) | |
tree | c8454b7e8551305034e44b6461f88e6db51e1099 /nova/notifications.py | |
parent | cd0f02113110bdc25eea4f57db640e906636c814 (diff) | |
download | nova-36df7fa38cbd0c991c8df2f9f6c8220e2b164394.tar.gz nova-36df7fa38cbd0c991c8df2f9f6c8220e2b164394.tar.xz nova-36df7fa38cbd0c991c8df2f9f6c8220e2b164394.zip |
NovaBase.delete() rename to NovaBase.soft_delete()
Name of this method is misleading. This method actually does not delete entry
from DB instead of that it only marks entry as deleted as well as
query.soft_delete(). Furthermore we have query.delete() that deletes from DB
all matched entries. So it is very important to rename this method to avoid
misunderstanding.
blueprint db-session-cleanup
Change-Id: Ic8b92ce1c087794aca4faafa9c68c72d444e5f9e
Diffstat (limited to 'nova/notifications.py')
0 files changed, 0 insertions, 0 deletions