ReleaseNote
Overview
ReleaseNote(id, title, notes, date)
DoesNotExist
The requested object does not exist
Source
server/vueda/release/models.py
MultipleObjectsReturned
The query returned multiple objects when only one was expected.
Source
server/vueda/release/models.py
str {#str}
Return str(self).
Signature {#str-signature}
__str__(self)
Parameters {#str-parameters}
| Name | Type | Required | Description |
|---|---|---|---|
| self | yes |
Source {#str-source}
server/vueda/release/models.py:17
date
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
Signature
date(unknown)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| unknown | yes |
get_next_by_date
Method descriptor with partial application of the given arguments and keywords.
Supports wrapping existing descriptors and handles non-descriptor callables as instance methods.
Signature
get_next_by_date(unknown)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| unknown | yes |
get_previous_by_date
Method descriptor with partial application of the given arguments and keywords.
Supports wrapping existing descriptors and handles non-descriptor callables as instance methods.
Signature
get_previous_by_date(unknown)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| unknown | yes |
id
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
Signature
id(unknown)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| unknown | yes |
notes
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
Signature
notes(unknown)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| unknown | yes |
pgh_event_model
A descriptor for accessing the pgh_event_model field on a tracked model
Signature
pgh_event_model(unknown)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| unknown | yes |
title
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
Signature
title(unknown)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| unknown | yes |
_meta
_vueda_options
events
Accessor to the related objects manager on the reverse side of a many-to-one relation.
In the example::
class Child(Model):
parent = ForeignKey(Parent, related_name='children')
Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.
formatted_name
formatted_name_lookup_expression
pgh_event_models
Source
server/vueda/release/models.py:10