Re: [Django] #20256: Incorrect text in startproject command line help

2013-05-10 Thread Django
#20256: Incorrect text in startproject command line help
-+-
 Reporter:  anonymous|Owner:  n0nam3
 Type:  Bug  |   Status:  closed
Component:  Core (Management |  Version:  master
  commands)  |   Resolution:  fixed
 Severity:  Normal   | Triage Stage:  Ready for
 Keywords:   |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-

Comment (by anonymous):

 I also made a pull request in Github. Should I have marked the patch as
 "Fixed on branch"? I'll close the pull request now that it's fixed.
 Thanks.

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #20256: Incorrect text in startproject command line help

2013-05-08 Thread Django
#20256: Incorrect text in startproject command line help
-+-
 Reporter:  anonymous|Owner:  n0nam3
 Type:  Bug  |   Status:  closed
Component:  Core (Management |  Version:  master
  commands)  |   Resolution:  fixed
 Severity:  Normal   | Triage Stage:  Ready for
 Keywords:   |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-
Changes (by claudep):

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


Comment:

 Fixed in master [de8aa3a9a9098af35d5b56442c39dd2ed56b3299].

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #20256: Incorrect text in startproject command line help

2013-05-07 Thread Django
#20256: Incorrect text in startproject command line help
-+-
 Reporter:  anonymous|Owner:  n0nam3
 Type:  Bug  |   Status:  assigned
Component:  Core (Management |  Version:  master
  commands)  |   Resolution:
 Severity:  Normal   | Triage Stage:  Ready for
 Keywords:   |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-

Comment (by bmispelon):

 The patch looks good so I'm leaving it as "Ready for checkin" but next
 time you shouldn't mark your own patch as RFC.

 See https://docs.djangoproject.com/en/1.5/internals/contributing/triaging-
 tickets/#how-can-i-help-with-triaging.

 Thanks.

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #20256: Incorrect text in startproject command line help

2013-04-16 Thread Django
#20256: Incorrect text in startproject command line help
-+-
 Reporter:  anonymous|Owner:  n0nam3
 Type:  Bug  |   Status:  assigned
Component:  Core (Management |  Version:  master
  commands)  |   Resolution:
 Severity:  Normal   | Triage Stage:  Ready for
 Keywords:   |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-
Changes (by n0nam3):

 * 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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #20256: Incorrect text in startproject command line help

2013-04-16 Thread Django
#20256: Incorrect text in startproject command line help
-+-
 Reporter:  anonymous|Owner:  n0nam3
 Type:  Bug  |   Status:  assigned
Component:  Core (Management |  Version:  master
  commands)  |   Resolution:
 Severity:  Normal   | Triage Stage:  Accepted
 Keywords:   |  Needs documentation:  0
Has patch:  1|  Patch needs improvement:  0
  Needs tests:  0|UI/UX:  0
Easy pickings:  1|
-+-
Changes (by n0nam3):

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


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #20256: Incorrect text in startproject command line help

2013-04-13 Thread Django
#20256: Incorrect text in startproject command line help
-+-
 Reporter:  anonymous|Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  Core (Management |  Version:  master
  commands)  |   Resolution:
 Severity:  Normal   | Triage Stage:  Accepted
 Keywords:   |  Needs documentation:  0
Has patch:  1|  Patch needs improvement:  0
  Needs tests:  0|UI/UX:  0
Easy pickings:  1|
-+-
Changes (by bmispelon):

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


Comment:

 Hi,

 Thanks for the report, it does appear that the help text is incorrect.

 For reference, here's the method where the project/app template handling
 happens:
 
https://github.com/django/django/blob/master/django/core/management/templates.py#L187

 As for your proposed correction, it looks good to me, though I would write
 "URL" instead of "url".

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




[Django] #20256: Incorrect text in startproject command line help

2013-04-13 Thread Django
#20256: Incorrect text in startproject command line help
+
 Reporter:  anonymous   |  Owner:  nobody
 Type:  Bug | Status:  new
Component:  Core (Management commands)  |Version:  master
 Severity:  Normal  |   Keywords:
 Triage Stage:  Unreviewed  |  Has patch:  1
Easy pickings:  1   |  UI/UX:  0
+
 The command line help for startproject `django-admin.py startproject
 --help` is

 {{{
   --template=TEMPLATE   The dotted import path to load the template from.
 }}}

 The directory need not to be ''importable'' and should not be ''dotted''
 but a path with "/".

 {{{
 --- a/django/core/management/templates.py
 +++ b/django/core/management/templates.py
 @@ -43,7 +43,7 @@ class TemplateCommand(BaseCommand):
  option_list = BaseCommand.option_list + (
  make_option('--template',
  action='store', dest='template',
 -help='The dotted import path to load the template
 from.'),
 +help='The path or url to load the template from.'),
  make_option('--extension', '-e', dest='extensions',
  action='append', default=['py'],
  help='The file extension(s) to render (default:
 "py"). '
 }}}

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.