Merge tag '0.10.2'mastergithub/HEADgithub/master
commitb2faadef2fad6c8225994995f6e7f03ff4f1e584
authorChance Zibolski <chance.zibolski@gmail.com>
Mon, 9 Sep 2013 18:45:43 +0000 (9 11:45 -0700)
committerChance Zibolski <chance.zibolski@gmail.com>
Mon, 9 Sep 2013 18:45:43 +0000 (9 11:45 -0700)
treef96d7e8a8dee7d5b5baea3b77b5af0214fd810cb
parente233a23712876b1a3ace69ea34da0e880f24ef3b
parent0a862fe9500b4293e3623780aefce5b2eb9facf1
Merge tag '0.10.2'

* tag '0.10.2': (61 commits)
  Update changelog
  TestOverViewVMSummary: Make both vms status running
  Add tests for overview page's vm_summary
  Add tests for cluster_vm_qs
  Made cluster_vm_qs from cluster_vm_qs_for_admins
  vm_qs_for_admins: Check for cluster permissions
  ClusterDetail: Show vm tab if perms exist on at least 1 vm
  Create test case for ClusterVMList View.
  Check for perms on vms. Also include vms via cluster perms.
  Update changelog for 0.10.2
  Bump version to 0.10.2
  Password Reset Confirm: Fix CSRF Token error
  VMWizard: Add custom error for no privs.
  Add error message to PermissionRequiredMixin
  Replace uses of Http403 with PermissionDenied
  Provide default message if no message is passed to 403 template
  VMWizard: Check for admin/create_vm perms for view
  Create PermissionRequiredMixin
  Change test names
  Add new tests to support create_vm permissions for owners
  ...