Home | Trees | Indices | Help |
---|
|
django.contrib.gis.db.models.Model --+ | BaseManipulatorGeometry
Abstract Model in which an inheriting subclass can be used for storing a data layer used by a Manipulator ====================== ============================================== Attribute Description ====================== ============================================== ``creation_date`` When the layer was created. Is not changed on updates. ``active`` Whether this layer represents the current data layer. If set to true and and another layer is active, that old layer will be deactivated. ====================== ==============================================
|
|||
Meta |
|
|||
|
|
|||
creation_date = models.DateTimeField(auto_now= True)
|
|||
active = models.BooleanField(default= True, help_text=
|
|||
objects = BaseManipulatorGeometryManager()
|
|
active
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Oct 30 11:31:02 2012 | http://epydoc.sourceforge.net |