-
## Expected Behavior (Mandatory)
Admin panel not working
## Actual Behavior (Mandatory)
The admin panel should work as explained in the doc
## How to Reproduce the Problem
* Install Django 4.…
-
Using neomodel 3.2.5
I figured when using transaction with db.begin() and db.commit() it does not close the session immediately but when the object itself is being destroyed.
I used the followin…
-
```
neomodel.exception.UniqueProperty: Node 0 already exists with label LogEntry and property "label"=[admin.LogEntry]
```
-
I intend to use DRF But I could not?
-
Hey there. I've been using django-neomodel for a long time and am starting to get into Pandas/GraphFrames and Pandas/Scikit. How can I serialize my nodeset into a generic data type like a python dicti…
ghost updated
3 years ago
-
Hi,
if I take the example regarding relationships and inheritance from the docs
```
class PersonalRelationship(neomodel.StructuredRel):
"""
A very simple relationship between two BasePe…
-
# The problem
This is a sneaky bug because the traceback is all due to the Neo4j Python driver when the issue is more likely due to the way neomodel `TransactionProxy` handles the presence of additio…
-
Any reason we can't have nested transaction blocks? Currently this is a `SystemError`:
```
from config, db
config.DATABASE_URL = 'bolt://neo4j:password@localhost:7687'
with db.transaction:
…
-
Hi,
im trying to get list of node in neomodel
`m = Meet.nodes.all()`
and getting this:
```console
Traceback (most recent call last):
File "venv\lib\site-packages\neomodel\properties.py…
-
Hello, could you specify what do you mean by `dj_admin.ModelAdmin` in below readme snippet? What is dj_admin? It's not installed when installing django_neomodel package nor Django. How can I get it? P…