Skip to content

Commit

Permalink
Update models.py
Browse files Browse the repository at this point in the history
neomodel 5.3.0 moved some internals
  • Loading branch information
mariusconjeaud authored May 21, 2024
1 parent fee29b6 commit 2b47184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/someapp/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from django.db import models
from django_neomodel import DjangoNode
from neomodel import StringProperty, DateTimeProperty, UniqueIdProperty, RelationshipTo, RelationshipFrom, AliasProperty, StructuredRel
from neomodel.cardinality import OneOrMore, ZeroOrOne
from neomodel.sync_.cardinality import OneOrMore, ZeroOrOne


class Library(models.Model):
Expand Down

0 comments on commit 2b47184

Please sign in to comment.