Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vmaksymiv committed Sep 12, 2017
1 parent dc840b8 commit fb95298
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/openprocurement/api/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ def read_json(name):

CPV_ITEMS_CLASS_FROM = datetime(2017, 1, 1, tzinfo=TZ)
CPV_BLOCK_FROM = datetime(2017, 6, 1, tzinfo=TZ)

ITEMS_LOCATION_VALIDATION_FROM = datetime(2016, 11, 22, tzinfo=TZ)
2 changes: 1 addition & 1 deletion src/openprocurement/api/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

from openprocurement.api.utils import get_now, set_parent, get_schematics_document
from openprocurement.api.constants import (
CPV_CODES, ORA_CODES, TZ, DK_CODES, CPV_BLOCK_FROM
CPV_CODES, ORA_CODES, TZ, DK_CODES, CPV_BLOCK_FROM, ITEMS_LOCATION_VALIDATION_FROM
)

schematics_default_role = SchematicsDocument.Options.roles['default'] + blacklist("__parent__")
Expand Down

0 comments on commit fb95298

Please sign in to comment.