layerindex-web/layerindex
Paul Eggleton 3d6dc8f35a update_layer.py: use new-style transaction API
The old transaction API has been removed in Django 1.8 and was
deprecated at 1.6. There's no explicit open transaction, commit or
rollback now - we just wrap the layer operations in
"with transaction.atomic()"; if we need to roll back we just raise a
"dummy" exception.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2016-06-22 16:39:11 -05:00
..
fixtures Add support for handling multiple branches 2013-03-05 20:37:48 +00:00
migrations Handle Python 2 and Python 3 branches in the same index 2016-06-22 16:38:50 -05:00
static Display recipe blacklist information 2016-06-22 16:35:29 -05:00
templatetags Support (and require) Python 3 2016-06-22 16:38:50 -05:00
tools Support (and require) Python 3 2016-06-22 16:38:50 -05:00
__init__.py Initial commit of layerindex-web 2013-02-13 12:09:57 +00:00
admin.py Handle Python 2 and Python 3 branches in the same index 2016-06-22 16:38:50 -05:00
bulkchange.py Support (and require) Python 3 2016-06-22 16:38:50 -05:00
context_processors.py layerindex: Add support for rrs in settings.py and urls.py 2015-07-14 10:51:38 -05:00
forms.py Upgrade to Django 1.6+ 2016-06-22 16:38:45 -05:00
models.py Preemptive auto_now fix for Django 1.8 2016-06-22 16:39:10 -05:00
querysethelper.py expose REST API for layerindex 2014-09-24 11:32:34 +01:00
recipedesc.py Support (and require) Python 3 2016-06-22 16:38:50 -05:00
recipeparse.py recipeparse.py: handle old BBFILES append method in layer.conf 2015-06-17 18:36:37 +01:00
restperm.py expose REST API for layerindex 2014-09-24 11:32:34 +01:00
restviews.py Upgrade to Django 1.6+ 2016-06-22 16:38:45 -05:00
simplesearch.py Improve recipe search 2013-02-19 17:22:45 +00:00
update_layer.py update_layer.py: use new-style transaction API 2016-06-22 16:39:11 -05:00
update.py Handle Python 2 and Python 3 branches in the same index 2016-06-22 16:38:50 -05:00
urls_branch.py Upgrade to Django 1.6+ 2016-06-22 16:38:45 -05:00
urls.py Support (and require) Python 3 2016-06-22 16:38:50 -05:00
utils.py Support (and require) Python 3 2016-06-22 16:38:50 -05:00
views.py Support (and require) Python 3 2016-06-22 16:38:50 -05:00