performance optimizations for hosting package detail view

- prefetch database objects in CustomerHostingPackageDetails.get_context_data
- use prefetched data in template hostingpackage/customerhostingpackage_detail.html
- mention optimization in changelog
This commit is contained in:
Jan Dittberner 2015-01-26 12:00:26 +01:00
parent 638a6f6712
commit f3168ffdb7
3 changed files with 19 additions and 12 deletions

View file

@ -1,6 +1,7 @@
Changelog
=========
* :support:`-` performance improvement for hosting package detail view
* :support:`-` move HostingPackageAndCustomerMixin from managemails.views to
gvawebcore.views