Browse Source

The method __str__ is no more used in Panorama so should be the decorator

Christian Proust 9 years ago
parent
commit
2302162796
1 changed files with 0 additions and 1 deletions
  1. 0 1
      panorama/models.py

+ 0 - 1
panorama/models.py

@@ -110,7 +110,6 @@ class ReferencePoint(Point):
         return self.name
 
 
-@python_2_unicode_compatible
 class Panorama(ReferencePoint):
     loop = models.BooleanField(default=False, verbose_name="360° panorama",
                                help_text="Whether the panorama loops around the edges")