Skip to content

Commit

Permalink
Merge pull request #8 from VolVoz/master
Browse files Browse the repository at this point in the history
update docs
  • Loading branch information
vmaksymiv committed Feb 8, 2016
2 parents b8f19e3 + 11942b9 commit 746b897
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 190 deletions.
133 changes: 0 additions & 133 deletions docs/source/locale/uk/LC_MESSAGES/standard/bid.po

This file was deleted.

5 changes: 0 additions & 5 deletions docs/source/standard/award.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ Schema
|ocdsDescription|
The identifier for this award.

:bid_id:
MD5Type, autogenerated, read-only

The Id of a bid that the award relates to.

:title:
string, multilingual

Expand Down
41 changes: 0 additions & 41 deletions docs/source/standard/bid.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/source/standard/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ areas that were not covered by it.

contract
item
bid
document
tender
award
Expand Down
8 changes: 0 additions & 8 deletions docs/source/standard/tender.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,6 @@ Schema
|ocdsDescription|
All documents and attachments related to the tender.

:bids:
List of :ref:`bid` objects

A list of all bids placed in the tender with information about tenderers, their proposal and other qualification documentation.

|ocdsDescription|
A list of all the companies who entered submissions for the tender.

:awards:
List of :ref:`award` objects

Expand Down
3 changes: 1 addition & 2 deletions openprocurement/tender/limited/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
schematics_default_role,
chronograph_role, chronograph_view_role)

from openprocurement.api.models import (Value, IsoDateTimeType, Document, Bid,
from openprocurement.api.models import (Value, IsoDateTimeType, Document,
Organization, Item, SchematicsDocument,
Model, Period, Contract, Revision
)
Expand Down Expand Up @@ -79,7 +79,6 @@ class Options:
procurementMethodRationale_en = StringType()
procurementMethodRationale_ru = StringType()
procurementMethodType = StringType(default="reporting")
bids = ListType(ModelType(Bid), default=list()) # A list of all the companies who entered submissions for the tender.
procuringEntity = ModelType(Organization, required=True) # The entity managing the procurement, which may be different from the buyer who is paying / using the items being procured.
documents = ListType(ModelType(Document), default=list()) # All documents and attachments related to the tender.
awards = ListType(ModelType(Award), default=list())
Expand Down

0 comments on commit 746b897

Please sign in to comment.