Djongo 1.3.6

676 views
Skip to first unread message

Dtr Prasad

unread,
Sep 4, 2021, 6:19:32 AM9/4/21
to Django users
in my new project,
when i tried to migrate i.e python manage.py migrate 
it is showing errors like
Apply all migrations: admin, auth, contenttypes, sessions
Running migrations:
This version of djongo does not support "NULL, NOT NULL column validation check" fully. Visit https://nesdis.github.io/djongo/support/
  Applying contenttypes.0001_initial...This version of djongo does not support "schema validation using CONSTRAINT" fully. Visit https://nesdis.github.io/djongo/support/
Traceback (most recent call last):
  File "C:\my_pyth_web\for_mongo\myenv\lib\site-packages\djongo\cursor.py", line 51, in execute
    self.result = Query(
  File "C:\my_pyth_web\for_mongo\myenv\lib\site-packages\djongo\sql2mongo\query.py", line 784, in __init__
    self._query = self.parse()......................................................................
can anybody throw some light on this

Hour of Glory

unread,
Sep 16, 2021, 1:46:48 PM9/16/21
to django...@googlegroups.com
Check your model table very well, I'm sure is from there

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/0a2f38f4-b315-4092-906a-1de4ad08ef9cn%40googlegroups.com.

Dev femibadmus

unread,
Sep 17, 2021, 12:47:26 PM9/17/21
to django...@googlegroups.com
maybe in ur model where a column as empty parameters, give null=True

Reply all
Reply to author
Forward
0 new messages