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

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/0a2f38f4-b315-4092-906a-1de4ad08ef9cn%40googlegroups.com.

Reply via email to