Re: [Django] #19485: can't run default project in python3

2012-12-17 Thread Django
#19485: can't run default project in python3
-+
 Reporter:  aliva|Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  Python 3 |  Version:  master
 Severity:  Release blocker  |   Resolution:  fixed
 Keywords:   | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+
Changes (by Aymeric Augustin ):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"bbabfdcccee9ccd98fc140233dee748253bcb4a2"]:
 {{{
 #!CommitTicketReference repository=""
 revision="bbabfdcccee9ccd98fc140233dee748253bcb4a2"
 Fixed #19485 -- Python 3 compatibility for c2a6b2a4.

 Refs #9589.
 }}}

-- 
Ticket URL: 
Django 
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.




Re: [Django] #19485: can't run default project in python3

2012-12-16 Thread Django
#19485: can't run default project in python3
-+
 Reporter:  aliva|Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  Python 3 |  Version:  master
 Severity:  Release blocker  |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+

Comment (by charettes):

 I reproduced on master.

-- 
Ticket URL: 
Django 
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.




Re: [Django] #19485: can't run default project in python3

2012-12-16 Thread Django
#19485: can't run default project in python3
-+
 Reporter:  aliva|Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  Python 3 |  Version:  master
 Severity:  Release blocker  |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+

Comment (by anonymous):

 aliva, Python 3.0 it is not compatible with Django 1.4 yet.

-- 
Ticket URL: 
Django 
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.




Re: [Django] #19485: can't run default project in python3

2012-12-16 Thread Django
#19485: can't run default project in python3
-+
 Reporter:  aliva|Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  Python 3 |  Version:  master
 Severity:  Release blocker  |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+
Changes (by charettes):

 * severity:  Normal => Release blocker


-- 
Ticket URL: 
Django 
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.




Re: [Django] #19485: can't run default project in python3

2012-12-16 Thread Django
#19485: can't run default project in python3
--+
 Reporter:  aliva |Owner:  nobody
 Type:  Bug   |   Status:  new
Component:  Python 3  |  Version:  master
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Accepted
Has patch:  0 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  0
--+
Changes (by charettes):

 * needs_better_patch:   => 0
 * needs_docs:   => 0
 * needs_tests:   => 0
 * stage:  Unreviewed => Accepted


Comment:

 The full traceback:
 {{{
 Traceback (most recent call last):
   File "/home/simon/.virtualenvs/34057b31-241e-
 4e1d-b023-400bd276f426/lib/python3.2/site-
 packages/django/core/management/base.py", line 222, in run_from_argv
 self.execute(*args, **options.__dict__)
   File "/home/simon/.virtualenvs/34057b31-241e-
 4e1d-b023-400bd276f426/lib/python3.2/site-
 packages/django/core/management/base.py", line 252, in execute
 output = self.handle(*args, **options)
   File "/home/simon/.virtualenvs/34057b31-241e-
 4e1d-b023-400bd276f426/lib/python3.2/site-
 packages/django/core/management/commands/runserver.py", line 70, in handle
 self.run(*args, **options)
   File "/home/simon/.virtualenvs/34057b31-241e-
 4e1d-b023-400bd276f426/lib/python3.2/site-
 packages/django/core/management/commands/runserver.py", line 79, in run
 autoreload.main(self.inner_run, args, options)
   File "/home/simon/.virtualenvs/34057b31-241e-
 4e1d-b023-400bd276f426/lib/python3.2/site-
 packages/django/utils/autoreload.py", line 174, in main
 reloader(wrapped_main_func, args, kwargs)
   File "/home/simon/.virtualenvs/34057b31-241e-
 4e1d-b023-400bd276f426/lib/python3.2/site-
 packages/django/utils/autoreload.py", line 141, in python_reloader
 reloader_thread()
   File "/home/simon/.virtualenvs/34057b31-241e-
 4e1d-b023-400bd276f426/lib/python3.2/site-
 packages/django/utils/autoreload.py", line 122, in reloader_thread
 if code_changed():
   File "/home/simon/.virtualenvs/34057b31-241e-
 4e1d-b023-400bd276f426/lib/python3.2/site-
 packages/django/utils/autoreload.py", line 60, in code_changed
 for filename in filter(None, filenames) + _error_files:
 TypeError: unsupported operand type(s) for +: 'filter' and 'list'
 }}}

-- 
Ticket URL: 
Django 
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.




[Django] #19485: can't run default project in python3

2012-12-16 Thread Django
#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 
 }}}

 python2 works fine.

-- 
Ticket URL: 
Django 
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.