versions.ApplicationsVersions
Model Info
Key |
Value |
---|---|
Model Name |
ApplicationsVersions |
Verbose Name |
applications versions |
Verbose Name Plural |
applications versionss |
Docstring |
ApplicationsVersions(id, application, version, min, max, originated_from) |
Is Abstract |
False |
Is Proxy |
False |
Is Managed |
True |
Ordering |
[] |
Permissions |
[] |
Default Permissions |
(‘add’, ‘change’, ‘delete’, ‘view’) |
Indexes |
[] |
Constraints |
[<UniqueConstraint: fields=(‘application’, ‘version’) name=’application_id’>] |
Database Table |
applications_versions |
Base Manager |
None |
Default Manager |
None |
File |
/data/olympia/src/olympia/versions/models.py |
Starting Line Number |
1457 |
Method Resolution Order |
(<class ‘olympia.versions.models.ApplicationsVersions’>, <class ‘django.db.models.base.Model’>, <class ‘django.db.models.utils.AltersData’>, <class ‘object’>) |
Fields
Field Name |
Field Type |
Database Column |
Database Type |
Verbose Name |
---|---|---|---|---|
|
PositiveIntegerField |
application_id |
integer UNSIGNED |
application |
|
PositiveAutoField |
id |
integer UNSIGNED AUTO_INCREMENT |
id |
|
ForeignKey |
max |
integer UNSIGNED |
max |
|
ForeignKey |
min |
integer UNSIGNED |
min |
|
PositiveSmallIntegerField |
originated_from |
smallint UNSIGNED |
originated from |
|
ForeignKey |
version_id |
integer UNSIGNED |
version |
Relations
Field Name |
Field Type |
Database Column |
Database Type |
Related Model |
Related Name |
---|---|---|---|---|---|
|
ForeignKey |
max |
integer UNSIGNED |
applications.AppVersion |
max_set |
|
ForeignKey |
min |
integer UNSIGNED |
applications.AppVersion |
min_set |
|
ForeignKey |
version_id |
integer UNSIGNED |
versions.Version |
apps |
fields_reverse_relation=[]
Methods
Other Methods
Method Name |
Signature |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
Private Methods
Method Name |
Signature |
---|---|
|
|
!!! THIS DOCUMENT WAS AUTOGENERATED ON 2025-07-09 !!!