Re: [Django] #18601: document python minor version requirement of >=2.6.5

2012-07-13 Thread Django
#18601: document python minor version requirement of >=2.6.5
--+
 Reporter:  ptone |Owner:  nobody
 Type:  Cleanup/optimization  |   Status:  closed
Component:  Documentation |  Version:  master
 Severity:  Release blocker   |   Resolution:  fixed
 Keywords:| Triage Stage:  Accepted
Has patch:  1 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  0
--+
Changes (by Claude Paroz ):

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


Comment:

 In [18b9dc41543616ba5b15d0400564e665b76701d1]:
 {{{
 #!CommitTicketReference repository=""
 revision="18b9dc41543616ba5b15d0400564e665b76701d1"
 Fixed #18601 -- Specified that Python minimum version is 2.6.5

 This is due to a bug in previous Python 2.6 versions related to
 unicode keyword arguments.
 }}}

-- 
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 this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #18601: document python minor version requirement of >=2.6.5

2012-07-11 Thread Django
#18601: document python minor version requirement of >=2.6.5
--+
 Reporter:  ptone |Owner:  nobody
 Type:  Cleanup/optimization  |   Status:  new
Component:  Documentation |  Version:  master
 Severity:  Release blocker   |   Resolution:
 Keywords:| Triage Stage:  Accepted
Has patch:  1 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  0
--+
Changes (by ptone):

 * has_patch:  0 => 1


Comment:

 https://github.com/django/django/pull/200

-- 
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 this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #18601: document python minor version requirement of >=2.6.5

2012-07-09 Thread Django
#18601: document python minor version requirement of >=2.6.5
--+
 Reporter:  ptone |Owner:  nobody
 Type:  Cleanup/optimization  |   Status:  new
Component:  Documentation |  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 claudep):

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


Comment:

 Some docs locations concerned:

 - https://docs.djangoproject.com/en/dev/intro/install/#install-python
 - https://docs.djangoproject.com/en/dev/topics/install/#install-python
 - https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-
 can-i-use-with-django
 - https://docs.djangoproject.com/en/dev/ref/contrib/gis/install/#python

-- 
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 this group at 
http://groups.google.com/group/django-updates?hl=en.



[Django] #18601: document python minor version requirement of >=2.6.5

2012-07-09 Thread Django
#18601: document python minor version requirement of >=2.6.5
--+
 Reporter:  ptone |  Owner:  nobody
 Type:  Cleanup/optimization  | Status:  new
Component:  Documentation |Version:  master
 Severity:  Release blocker   |   Keywords:
 Triage Stage:  Unreviewed|  Has patch:  0
Easy pickings:  0 |  UI/UX:  0
--+
 #18269 introduced the use of unicode_literals.

 however their use in kwargs is not supported in versions of python < 2.6.5

 see http://bugs.python.org/issue4978 and http://bugs.python.org/issue2646

 This python version requirement needs to be documented in both the release
 notes, and wherever else appropriate (download page?)

-- 
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 this group at 
http://groups.google.com/group/django-updates?hl=en.