#26205: migrate and other commands fail with TypeError: 'NoneType' object has no
attribute '__getitem__' in schema.py
-------------------------------------+-------------------------------------
     Reporter:  mrkiwi-nz            |                    Owner:  nobody
         Type:  Uncategorized        |                   Status:  new
    Component:  Uncategorized        |                  Version:  1.9
     Severity:  Normal               |               Resolution:
     Keywords:  schema.py PRAGMA     |             Triage Stage:
  NonType migrate                    |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by claudep):

 Django uses pysqlite2 if it is installed, but most often it falls back to
 the sqlite3 integrated module.

 On Python 2.7:
 {{{
 $ python2
 Python 2.7.9 (default, Mar  1 2015, 12:57:24)
 [GCC 4.9.2] on linux2
 Type "help", "copyright", "credits" or "license" for more information.
 >>> import sqlite3
 >>> sqlite3.sqlite_version
 '3.8.7.1'
 }}}

--
Ticket URL: <https://code.djangoproject.com/ticket/26205#comment:3>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.4c55cb69b00b6f54538f09507b232a76%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to