Skip to content

Commit bcf85f4

Browse files
authored
Merge branch 'piccolo-orm:master' into contributing_guide_for_docs
2 parents ba36810 + d5770b9 commit bcf85f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

piccolo_admin/example/tables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ def populate_data(inflate: int = 0, engine: str = "sqlite"):
442442
oscar_nominations=oscar_nominations,
443443
won_oscar=won_oscar,
444444
description=fake.sentence(30),
445-
release_date=fake.date(),
445+
release_date=fake.date_object(),
446446
box_office=decimal.Decimal(
447447
str(random.randint(10, 1500) / 10)
448448
),

0 commit comments

Comments
 (0)