Heslar modely
Definice modelů.
- class heslar.models.Heslar(*args, **kwargs)
Class pro db model heslar.
- save(*args, **kwargs)
Save the current instance. Override this in a subclass if you want to control the saving process.
The ‚force_insert‘ and ‚force_update‘ parameters can be used to insist that the „save“ must be an SQL insert or update (or equivalent for non-SQL backends), respectively. Normally, they should not be set.
- class heslar.models.HeslarDatace(*args, **kwargs)
Class pro db model heslar datace.
- class heslar.models.HeslarDokumentTypMaterialRada(*args, **kwargs)
Class pro db model heslar dokument typ materialu.
- class heslar.models.HeslarHierarchie(*args, **kwargs)
Class pro db model heslar hierarchie.
- class heslar.models.HeslarNazev(*args, **kwargs)
Class pro db model heslar nazev.
- class heslar.models.HeslarOdkaz(*args, **kwargs)
Class pro db model heslar odkaz.
- class heslar.models.RuianKatastr(*args, **kwargs)
Class pro db model ruian katastr.
- property ident_cely
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- save(*args, **kwargs)
Save the current instance. Override this in a subclass if you want to control the saving process.
The ‚force_insert‘ and ‚force_update‘ parameters can be used to insist that the „save“ must be an SQL insert or update (or equivalent for non-SQL backends), respectively. Normally, they should not be set.
- class heslar.models.RuianKraj(*args, **kwargs)
Class pro db model ruian kraj.
- property ident_cely
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- save(*args, **kwargs)
Save the current instance. Override this in a subclass if you want to control the saving process.
The ‚force_insert‘ and ‚force_update‘ parameters can be used to insist that the „save“ must be an SQL insert or update (or equivalent for non-SQL backends), respectively. Normally, they should not be set.
- class heslar.models.RuianOkres(*args, **kwargs)
Class pro db model ruian okres.
- property ident_cely
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- save(*args, **kwargs)
Save the current instance. Override this in a subclass if you want to control the saving process.
The ‚force_insert‘ and ‚force_update‘ parameters can be used to insist that the „save“ must be an SQL insert or update (or equivalent for non-SQL backends), respectively. Normally, they should not be set.