Space.outside not means „only outside of building“, so False means nothing
This commit is contained in:
parent
aa1e419f56
commit
6a8b7e33ae
3 changed files with 28 additions and 4 deletions
|
@ -54,7 +54,7 @@ class Space(SpecificLocation, SectionGeometryMixin, models.Model):
|
|||
)
|
||||
geometry = GeometryField('polygon')
|
||||
category = models.CharField(verbose_name=_('category'), choices=CATEGORIES, default='normal', max_length=16)
|
||||
outside = models.BooleanField(default=False, verbose_name=_('is outside of building'))
|
||||
outside = models.BooleanField(default=False, verbose_name=_('only outside of building'))
|
||||
|
||||
class Meta:
|
||||
verbose_name = _('Space')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue