Re: [Django] #24635: New project provides deprecated examples

2015-04-14 Thread Django
#24635: New project provides deprecated examples
-+-
 Reporter:  jambonrose   |Owner:
 Type:   |  jambonrose
  Cleanup/optimization   |   Status:  closed
Component:  Core (Management |  Version:  1.8
  commands)  |
 Severity:  Normal   |   Resolution:  fixed
 Keywords:  startproject | Triage Stage:  Ready for
  templates  |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Tim Graham ):

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


Comment:

 In [changeset:"0b5abb03218ff0c575cee0c83e446bab81cbfadd" 0b5abb03]:
 {{{
 #!CommitTicketReference repository=""
 revision="0b5abb03218ff0c575cee0c83e446bab81cbfadd"
 Fixed #24635 -- Updated deprecated urls.py examples in default project
 template.
 }}}

--
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 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/068.1385b5167dffe4bea170fb3aab887a93%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24635: New project provides deprecated examples

2015-04-14 Thread Django
#24635: New project provides deprecated examples
-+-
 Reporter:  jambonrose   |Owner:
 Type:   |  jambonrose
  Cleanup/optimization   |   Status:  closed
Component:  Core (Management |  Version:  1.8
  commands)  |
 Severity:  Normal   |   Resolution:  fixed
 Keywords:  startproject | Triage Stage:  Ready for
  templates  |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Tim Graham ):

 In [changeset:"b1d83209d0a0df698e66d1cb5fa2a87b9859c3ed" b1d8320]:
 {{{
 #!CommitTicketReference repository=""
 revision="b1d83209d0a0df698e66d1cb5fa2a87b9859c3ed"
 [1.8.x] Fixed #24635 -- Updated deprecated urls.py examples in default
 project template.

 Backport of 0b5abb03218ff0c575cee0c83e446bab81cbfadd from 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 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/068.99e40f6832be58563a750bfdb570ac7f%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24635: New project provides deprecated examples

2015-04-14 Thread Django
#24635: New project provides deprecated examples
-+-
 Reporter:  jambonrose   |Owner:
 Type:   |  jambonrose
  Cleanup/optimization   |   Status:  assigned
Component:  Core (Management |  Version:  1.8
  commands)  |
 Severity:  Normal   |   Resolution:
 Keywords:  startproject | Triage Stage:  Ready for
  templates  |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by timgraham):

 * has_patch:  0 => 1
 * stage:  Accepted => Ready for checkin


--
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 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/068.998ee6e874fd477c01d813f78b980583%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24635: New project provides deprecated examples

2015-04-13 Thread Django
#24635: New project provides deprecated examples
-+-
 Reporter:  jambonrose   |Owner:
 Type:   |  jambonrose
  Cleanup/optimization   |   Status:  assigned
Component:  Core (Management |  Version:  1.8
  commands)  |
 Severity:  Normal   |   Resolution:
 Keywords:  startproject | Triage Stage:  Accepted
  templates  |
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by jambonrose):

 * status:  new => assigned
 * owner:  nobody => jambonrose


--
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 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/068.1d02ffe6d13912f011f84e6d7e285caa%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24635: New project provides deprecated examples

2015-04-13 Thread Django
#24635: New project provides deprecated examples
-+-
 Reporter:  jambonrose   |Owner:  nobody
 Type:   |   Status:  new
  Cleanup/optimization   |
Component:  Core (Management |  Version:  1.8
  commands)  |
 Severity:  Normal   |   Resolution:
 Keywords:  startproject | Triage Stage:  Accepted
  templates  |
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by andrewgodwin):

 I do think this would make sense to backport, though, given that the
 examples use a deprecated-in-1.8 style; the project template should at
 least be self-consistent, IMO.

--
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 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/068.04b23253cb18c50bb990e7758d00a7b6%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24635: New project provides deprecated examples

2015-04-13 Thread Django
#24635: New project provides deprecated examples
-+-
 Reporter:  jambonrose   |Owner:  nobody
 Type:   |   Status:  new
  Cleanup/optimization   |
Component:  Core (Management |  Version:  1.8
  commands)  |
 Severity:  Normal   |   Resolution:
 Keywords:  startproject | Triage Stage:  Accepted
  templates  |
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by timgraham):

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


Comment:

 There has been some sensitivity to changing the project template late in
 the release cycle (now it's after the release) since other tutorials rely
 on it, so maybe we have to limit this fix to 1.9.

--
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 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/068.664ff678f319641850fb10c9598af3aa%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.