refactor
[plstackapi.git] / plstackapi / core / admin.py
2013-05-09 Tony Mackrefactor
2013-05-09 Tony Mackspecify SliverInline.readonly_fields
2013-05-08 Tony Mackspecify SliverInline.readonly_fields
2013-05-07 Tony Mackmake some fields on the sliver page read only when...
2013-05-07 Tony Mackremove SubnetAdmin
2013-05-06 Tony Mackremove sliver.name field from admin page. generate...
2013-05-06 Tony Mackremove Slice.instantiation field
2013-05-05 Tony Mackupdate OSModleAdmin
2013-05-04 Tony MackPlainTextWidget no longer wipes out the form field...
2013-05-03 Tony Mackremove references to OpenStackDriver and OpenStackClien...
2013-05-02 Tony Macksubnets and slivers work when openstack is disable...
2013-05-02 Tony Mackadded isntance_name to sliver page
2013-05-02 Tony Mackslices, slice memberships and site privileges work...
2013-05-02 Tony Macksites work when openstack is disabled or unavailable
2013-05-02 Tony Mackkeys and users work when openstack is disabled or unava...
2013-05-02 Siobhan TullyMerged with Tony's changes -- added numberCores to...
2013-05-02 Siobhan TullyAdded serviceClass to SliceAdmin
2013-05-02 Siobhan TullyAdded in serviceClass to Slice, and numberCores to...
2013-05-02 Tony MackRoleAdmin and Role model work when openstack is disable
2013-05-02 Tony Mackfix add/delete inlines on site and deployemnt network...
2013-05-02 Tony Mackcall user.set_password() in PLUser.save() instead of...
2013-05-01 Tony Mackfix add/delete sliver using inline on slice page
2013-04-30 Tony Mackremoving refrences to flavor
2013-04-29 Tony Mackfix bugs
2013-04-28 Tony Mackupdate SitePrivilegeAdmin and SliceMembershipAdmin
2013-04-27 Tony Mackupdate user admin
2013-04-27 Tony Mackcreate OSModelAdmin. Update some Admin definitions...
2013-04-27 Tony Mackfilter keys user is allowed to see
2013-04-27 Tony Macksave() and delete() uses caller's credentials to init...
2013-04-27 Tony Mackregister a signal that caches the user's credentials...
2013-04-26 Siobhan TullyAdded in PLUser as custom user, replacing the django...
2013-04-17 Siobhan TullyAdjusted SliverInline to only show valid fields for...
2013-04-17 Tony Mackadd pain text ip address field to Sliver form
2013-04-15 Tony Mackupdate Sliver admin
2013-04-15 Tony Mackupdate Key admin
2013-04-15 Tony Mackupdate user admin
2013-04-14 Tony Mackdont display role_id on RoleAdmin page
2013-04-14 Tony Mackupdated Role admin
2013-04-11 Siobhan TullyDecomposed models.py into models/ with individual files...
2013-04-09 Tony Mackorganized
2013-04-06 Tony Mackorganize
2013-03-29 Tony Mackfix imports
2013-03-23 Tony MackInitial commit