django-neomodel icon indicating copy to clipboard operation
django-neomodel copied to clipboard

'DjangoField' object has no attribute 'empty_values'

Open 73VW opened this issue 5 months ago • 1 comments

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)

image

image

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"

73VW avatar Sep 23 '24 06:09 73VW