File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -945,6 +945,8 @@ class DocumentModel(MapAttribute):
945945 document_major_version = NumberAttribute (default = 1 )
946946 document_minor_version = NumberAttribute (default = 0 )
947947 document_author_name = UnicodeAttribute ()
948+ # LG: now we can use DateTimeAttribute - because pynamodb was updated
949+ # document_creation_date = UnicodeAttribute()
948950 document_creation_date = DateTimeAttribute ()
949951 document_preamble = UnicodeAttribute (null = True )
950952 document_legal_entity_name = UnicodeAttribute (null = True )
Original file line number Diff line number Diff line change @@ -119,7 +119,6 @@ def fake_dynamodb(*args):
119119 ProjectModel .create_table (read_capacity_units = 1 , write_capacity_units = 1 )
120120
121121
122- import pdb
123122@pytest .fixture ()
124123def company_table ():
125124 """ Fixture that creates the company table """
You can’t perform that action at this time.
0 commit comments