#19485: can't run default project in python3
----------------------------+--------------------
     Reporter:  aliva       |      Owner:  nobody
         Type:  Bug         |     Status:  new
    Component:  Python 3    |    Version:  master
     Severity:  Normal      |   Keywords:
 Triage Stage:  Unreviewed  |  Has patch:  0
Easy pickings:  0           |      UI/UX:  0
----------------------------+--------------------
 I have updated to master. now I can't run the default project :)

 This is What I do

 {{{#!bash
 python3 django-admin.py startproject djtest
 cd djtest
 python3 manage.py runserver

 TypeError: unsupported operand type(s) for +: 'filter' and 'list'
 Validating models...

 Unhandled exception in thread started by <function wrapper at 0x92224ac>
 }}}

 python2 works fine.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/19485>
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 post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to