Closed alainburindi closed 2 weeks ago
This PR fixes a documentation issue by updating the import path for model_property
. The change corrects the import statement from strawberry_django
to strawberry_django.descriptors
.
No diagrams generated as the changes look simple and do not need a visual representation.
Change | Details | Files |
---|---|---|
Updated import statement in documentation for model_property decorator |
|
docs/guide/optimizer.md |
Ty! :)
Description
The
model_property
path in the doc is wrong. It should beTypes of Changes
Issues Fixed or Closed by This PR
*
Checklist
Summary by Sourcery
Documentation:
model_property
in the documentation tofrom strawberry_django.descriptors import model_property
.