From 225dcbae36878fd0548ed8512f650300bdab3bda Mon Sep 17 00:00:00 2001 From: root <Yorgo EL MOUBAYED> Date: Tue, 24 Aug 2021 11:31:14 +0200 Subject: [PATCH] Added link to github issue on update/get functions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd422f1..4b3e091 100644 --- a/README.md +++ b/README.md @@ -91,4 +91,5 @@ python3 manage.py clear_neo4j * **Neomodel:** <https://neomodel.readthedocs.io/en/latest/> * **Neo4j:** <https://neo4j.com/docs/> * **DRF:** <https://www.django-rest-framework.org/> -* **Serializing neomodel data:** <https://neo4j-examples.github.io/paradise-papers-django/tutorial/part01.html> \ No newline at end of file +* **Serializing neomodel data:** <https://neo4j-examples.github.io/paradise-papers-django/tutorial/part01.html> +* **Github issue on create_or_update and get_or_update functions:** https://github.com/neo4j-contrib/neomodel/issues/558 \ No newline at end of file -- GitLab