django-neomodel
django-neomodel copied to clipboard
'DjangoField' object has no attribute 'empty_values'
Expected Behavior (Mandatory)
List of objects displaying correctly in admin.
Actual Behavior (Mandatory)
AttributeError: 'DjangoField' object has no attribute 'empty_values'
How to Reproduce the Problem
Not sure right now. Will keep this updated.
Simple Example
Datasets and Statements
Screenshots (where it's possibile)
Specifications (Mandatory)
Currently used versions
$ poetry show django-neomodel
name : django-neomodel
version : 0.2.0
description : Use Neo4j with Django!
dependencies
- django >=4.2.8
- neomodel >=5.3.0,<5.4.0
Versions
- OS: Docker container based on python:debian
- Library:
- Neo4j:
neo4j:5.22-community
- Django:
django = "^5.0.7"