X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=planetstack%2Fcore%2Fmodels%2Fflavor.py;h=27b2642d7881b7d63c5dcbe9b7693d0f36ce555b;hb=4df786ffd7b10707a21667dfb4494b1d05ff4eae;hp=84a5427bee2a4317f096bfc9776db494a49a97eb;hpb=acd6c602f2757246fc988a6c2e780399af2a70a3;p=plstackapi.git diff --git a/planetstack/core/models/flavor.py b/planetstack/core/models/flavor.py index 84a5427..27b2642 100644 --- a/planetstack/core/models/flavor.py +++ b/planetstack/core/models/flavor.py @@ -19,10 +19,6 @@ class Flavor(PlCoreBase): def __unicode__(self): return u'%s' % (self.name) - @staticmethod - def select_by_user(user): - return Flavor.objects.all() - """ FlavorParameterType and FlavorParameter are below for completeness sake, waiting for the day we might want to add parameters to flavors.