models
LogDietasAtivasCanceladasAutomaticamente
Log de dietas ativas canceladas automaticamente pelo sistema, registrando origem e destino da escola e o código EOL do aluno.
- class LogDietasAtivasCanceladasAutomaticamente(id, criado_em, dieta, codigo_eol_aluno, nome_aluno, codigo_eol_escola_origem, nome_escola_origem, codigo_eol_escola_destino, nome_escola_destino)[source]
Bases:
CriadoEm- exception DoesNotExist
Bases:
ObjectDoesNotExist
- exception MultipleObjectsReturned
Bases:
MultipleObjectsReturned
- exception NotUpdated
Bases:
ObjectNotUpdated,DatabaseError
- codigo_eol_aluno
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- codigo_eol_escola_destino
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- codigo_eol_escola_origem
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- criado_em
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- dieta
Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.
In the example:
class Child(Model): parent = ForeignKey(Parent, related_name='children')
Child.parentis aForwardManyToOneDescriptorinstance.
- dieta_id
- property escola_existe
- get_next_by_criado_em(*, field=<django.db.models.fields.DateTimeField: criado_em>, is_next=True, **kwargs)
- get_previous_by_criado_em(*, field=<django.db.models.fields.DateTimeField: criado_em>, is_next=False, **kwargs)
- id
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- nome_aluno
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- nome_escola_destino
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- nome_escola_origem
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- objects = <django.db.models.manager.Manager object>
LogQuantidadeDietasAutorizadas
Log da quantidade de dietas autorizadas por escola, classificação e período escolar.
- class LogQuantidadeDietasAutorizadas(id, criado_em, data, uuid, escola, quantidade, classificacao, periodo_escolar, cei_ou_emei, infantil_ou_fundamental)[source]
Bases:
TemChaveExterna,TemData,CriadoEm- exception DoesNotExist
Bases:
ObjectDoesNotExist
- exception MultipleObjectsReturned
Bases:
MultipleObjectsReturned
- exception NotUpdated
Bases:
ObjectNotUpdated,DatabaseError
- cei_ou_emei
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- classificacao
Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.
In the example:
class Child(Model): parent = ForeignKey(Parent, related_name='children')
Child.parentis aForwardManyToOneDescriptorinstance.
- classificacao_id
- criado_em
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- data
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- escola
Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.
In the example:
class Child(Model): parent = ForeignKey(Parent, related_name='children')
Child.parentis aForwardManyToOneDescriptorinstance.
- escola_id
- get_cei_ou_emei_display(*, field=<django.db.models.fields.CharField: cei_ou_emei>)
- get_infantil_ou_fundamental_display(*, field=<django.db.models.fields.CharField: infantil_ou_fundamental>)
- get_next_by_criado_em(*, field=<django.db.models.fields.DateTimeField: criado_em>, is_next=True, **kwargs)
- get_next_by_data(*, field=<django.db.models.fields.DateField: data>, is_next=True, **kwargs)
- get_previous_by_criado_em(*, field=<django.db.models.fields.DateTimeField: criado_em>, is_next=False, **kwargs)
- get_previous_by_data(*, field=<django.db.models.fields.DateField: data>, is_next=False, **kwargs)
- id
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- infantil_ou_fundamental
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- objects = <django.db.models.manager.Manager object>
- periodo_escolar
Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.
In the example:
class Child(Model): parent = ForeignKey(Parent, related_name='children')
Child.parentis aForwardManyToOneDescriptorinstance.
- periodo_escolar_id
- quantidade
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- uuid
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
LogQuantidadeDietasAutorizadasCEI
Log da quantidade de dietas autorizadas por escola CEI, incluindo faixa etária.
- class LogQuantidadeDietasAutorizadasCEI(id, criado_em, data, uuid, escola, quantidade, classificacao, periodo_escolar, faixa_etaria)[source]
Bases:
TemChaveExterna,TemData,CriadoEm- exception DoesNotExist
Bases:
ObjectDoesNotExist
- exception MultipleObjectsReturned
Bases:
MultipleObjectsReturned
- exception NotUpdated
Bases:
ObjectNotUpdated,DatabaseError
- classificacao
Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.
In the example:
class Child(Model): parent = ForeignKey(Parent, related_name='children')
Child.parentis aForwardManyToOneDescriptorinstance.
- classificacao_id
- criado_em
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- data
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- escola
Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.
In the example:
class Child(Model): parent = ForeignKey(Parent, related_name='children')
Child.parentis aForwardManyToOneDescriptorinstance.
- escola_id
- faixa_etaria
Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.
In the example:
class Child(Model): parent = ForeignKey(Parent, related_name='children')
Child.parentis aForwardManyToOneDescriptorinstance.
- faixa_etaria_id
- get_next_by_criado_em(*, field=<django.db.models.fields.DateTimeField: criado_em>, is_next=True, **kwargs)
- get_next_by_data(*, field=<django.db.models.fields.DateField: data>, is_next=True, **kwargs)
- get_previous_by_criado_em(*, field=<django.db.models.fields.DateTimeField: criado_em>, is_next=False, **kwargs)
- get_previous_by_data(*, field=<django.db.models.fields.DateField: data>, is_next=False, **kwargs)
- id
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- objects = <django.db.models.manager.Manager object>
- periodo_escolar
Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.
In the example:
class Child(Model): parent = ForeignKey(Parent, related_name='children')
Child.parentis aForwardManyToOneDescriptorinstance.
- periodo_escolar_id
- quantidade
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- uuid
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
LogQuantidadeDietasAutorizadasRecreioNasFerias
Log da quantidade de dietas autorizadas por escola no contexto do Recreio nas Férias.
- class LogQuantidadeDietasAutorizadasRecreioNasFerias(id, criado_em, data, uuid, escola, quantidade, classificacao)[source]
Bases:
TemChaveExterna,TemData,CriadoEm- exception DoesNotExist
Bases:
ObjectDoesNotExist
- exception MultipleObjectsReturned
Bases:
MultipleObjectsReturned
- exception NotUpdated
Bases:
ObjectNotUpdated,DatabaseError
- classificacao
Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.
In the example:
class Child(Model): parent = ForeignKey(Parent, related_name='children')
Child.parentis aForwardManyToOneDescriptorinstance.
- classificacao_id
- criado_em
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- data
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- escola
Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.
In the example:
class Child(Model): parent = ForeignKey(Parent, related_name='children')
Child.parentis aForwardManyToOneDescriptorinstance.
- escola_id
- get_next_by_criado_em(*, field=<django.db.models.fields.DateTimeField: criado_em>, is_next=True, **kwargs)
- get_next_by_data(*, field=<django.db.models.fields.DateField: data>, is_next=True, **kwargs)
- get_previous_by_criado_em(*, field=<django.db.models.fields.DateTimeField: criado_em>, is_next=False, **kwargs)
- get_previous_by_data(*, field=<django.db.models.fields.DateField: data>, is_next=False, **kwargs)
- id
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- objects = <django.db.models.manager.Manager object>
- quantidade
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- uuid
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
LogQuantidadeDietasAutorizadasRecreioNasFeriasCEI
Log da quantidade de dietas autorizadas por escola CEI no contexto do Recreio nas Férias, incluindo faixa etária.
- class LogQuantidadeDietasAutorizadasRecreioNasFeriasCEI(id, criado_em, data, uuid, escola, quantidade, classificacao, faixa_etaria)[source]
Bases:
TemChaveExterna,TemData,CriadoEm- exception DoesNotExist
Bases:
ObjectDoesNotExist
- exception MultipleObjectsReturned
Bases:
MultipleObjectsReturned
- exception NotUpdated
Bases:
ObjectNotUpdated,DatabaseError
- classificacao
Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.
In the example:
class Child(Model): parent = ForeignKey(Parent, related_name='children')
Child.parentis aForwardManyToOneDescriptorinstance.
- classificacao_id
- criado_em
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- data
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- escola
Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.
In the example:
class Child(Model): parent = ForeignKey(Parent, related_name='children')
Child.parentis aForwardManyToOneDescriptorinstance.
- escola_id
- faixa_etaria
Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.
In the example:
class Child(Model): parent = ForeignKey(Parent, related_name='children')
Child.parentis aForwardManyToOneDescriptorinstance.
- faixa_etaria_id
- get_next_by_criado_em(*, field=<django.db.models.fields.DateTimeField: criado_em>, is_next=True, **kwargs)
- get_next_by_data(*, field=<django.db.models.fields.DateField: data>, is_next=True, **kwargs)
- get_previous_by_criado_em(*, field=<django.db.models.fields.DateTimeField: criado_em>, is_next=False, **kwargs)
- get_previous_by_data(*, field=<django.db.models.fields.DateField: data>, is_next=False, **kwargs)
- id
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- objects = <django.db.models.manager.Manager object>
- quantidade
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- uuid
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.