You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
neo4django allows a choices parameter when defining a property. With the Django model properties you can use that to show the choice value (documentation), but, AFAIK, you can't do that with neo4django.
neo4django allows a
choices
parameter when defining a property. With the Django model properties you can use that to show the choice value (documentation), but, AFAIK, you can't do that with neo4django.I mean something like this:
This way we can build an internacionalized template using that field, while storing just an integer in our node:
Is there any way (or expected way) we can achieve this with neo4django?
The text was updated successfully, but these errors were encountered: