management.models.appversion ============================ .. py:module:: management.models.appversion .. autoapi-nested-parse:: App Version Model. Module Contents --------------- .. py:class:: AppVersion(*args, **kwargs) Bases: :py:obj:`django.db.models.Model` Model representing the application version and its last update timestamp. .. py:attribute:: objects :type: django.db.models.Manager[AppVersion] .. py:attribute:: version .. py:attribute:: container_id .. py:attribute:: last_updated .. py:class:: Meta Meta options for the AppVersion model. .. py:attribute:: verbose_name :value: 'App Version'