Re: [Django] #11745: Categories by origin for command listings in "manage.py help"

2012-02-07 Thread Django
#11745: Categories by origin for command listings in "manage.py help"
-+-
 Reporter:  Tuttle   |Owner:  aaugustin
 Type:   |   Status:  closed
  Cleanup/optimization   |  Version:  SVN
Component:  Core (Management |   Resolution:  fixed
  commands)  | Triage Stage:  Accepted
 Severity:  Normal   |  Needs documentation:  0
 Keywords:  help color django-   |  Patch needs improvement:  0
  admin manage.py|UI/UX:  0
Has patch:  1|
  Needs tests:  0|
Easy pickings:  0|
-+-
Changes (by aaugustin):

 * severity:  Release blocker => Normal
 * needs_better_patch:  1 => 0
 * needs_tests:  1 => 0
 * easy:  1 => 0
 * needs_docs:  1 => 0
 * ui_ux:  1 => 0
 * type:  New feature => Cleanup/optimization


Comment:

 revert spam

-- 
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] #11745: Categories by origin for command listings in "manage.py help"

2012-02-07 Thread Django
#11745: Categories by origin for command listings in "manage.py help"
-+-
 Reporter:  Tuttle   |Owner:  aaugustin
 Type:  New feature  |   Status:  closed
Component:  Core (Management |  Version:  SVN
  commands)  |   Resolution:  fixed
 Severity:  Release blocker  | Triage Stage:  Accepted
 Keywords:  help color django-   |  Needs documentation:  1
  admin manage.py|  Patch needs improvement:  1
Has patch:  1|UI/UX:  1
  Needs tests:  1|
Easy pickings:  1|
-+-
Changes (by anonymous):

 * severity:  Normal => Release blocker
 * needs_better_patch:  0 => 1
 * needs_tests:  0 => 1
 * easy:  0 => 1
 * needs_docs:  0 => 1
 * ui_ux:  0 => 1
 * type:  Cleanup/optimization => New feature


-- 
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] #11745: Categories by origin for command listings in "manage.py help"

2012-02-07 Thread Django
#11745: Categories by origin for command listings in "manage.py help"
-+-
 Reporter:  Tuttle   |Owner:  aaugustin
 Type:   |   Status:  closed
  Cleanup/optimization   |  Version:  SVN
Component:  Core (Management |   Resolution:  fixed
  commands)  | Triage Stage:  Accepted
 Severity:  Normal   |  Needs documentation:  0
 Keywords:  help color django-   |  Patch needs improvement:  0
  admin manage.py|UI/UX:  0
Has patch:  1|
  Needs tests:  0|
Easy pickings:  0|
-+-
Changes (by aaugustin):

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


Comment:

 In [17462]:
 {{{
 #!CommitTicketReference repository="" revision="17462"
 Fixed #11745 -- Grouped commands by application in the output of
 `manage.py help`. Made 'version' consistent with 'help' while I was in the
 area, and added tests. Thanks Jannis for the feedback and review.
 }}}

-- 
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] #11745: Categories by origin for command listings in "manage.py help"

2012-02-07 Thread Django
#11745: Categories by origin for command listings in "manage.py help"
-+-
 Reporter:  Tuttle   |Owner:  aaugustin
 Type:   |   Status:  new
  Cleanup/optimization   |  Version:  SVN
Component:  Core (Management |   Resolution:
  commands)  | Triage Stage:  Accepted
 Severity:  Normal   |  Needs documentation:  0
 Keywords:  help color django-   |  Patch needs improvement:  0
  admin manage.py|UI/UX:  0
Has patch:  1|
  Needs tests:  0|
Easy pickings:  0|
-+-
Changes (by aaugustin):

 * owner:  nobody => aaugustin


-- 
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] #11745: Categories by origin for command listings in "manage.py help"

2012-02-07 Thread Django
#11745: Categories by origin for command listings in "manage.py help"
-+-
 Reporter:  Tuttle   |Owner:  nobody
 Type:   |   Status:  new
  Cleanup/optimization   |  Version:  SVN
Component:  Core (Management |   Resolution:
  commands)  | Triage Stage:  Accepted
 Severity:  Normal   |  Needs documentation:  0
 Keywords:  help color django-   |  Patch needs improvement:  0
  admin manage.py|UI/UX:  0
Has patch:  1|
  Needs tests:  0|
Easy pickings:  0|
-+-

Comment (by aaugustin):

 I've also made the implementation of version / --version consistent with
 help / --help while I was there.

-- 
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] #11745: Categories by origin for command listings in "manage.py help"

2012-02-07 Thread Django
#11745: Categories by origin for command listings in "manage.py help"
-+-
 Reporter:  Tuttle   |Owner:  nobody
 Type:   |   Status:  new
  Cleanup/optimization   |  Version:  SVN
Component:  Core (Management |   Resolution:
  commands)  | Triage Stage:  Accepted
 Severity:  Normal   |  Needs documentation:  0
 Keywords:  help color django-   |  Patch needs improvement:  0
  admin manage.py|UI/UX:  0
Has patch:  1|
  Needs tests:  0|
Easy pickings:  0|
-+-
Changes (by aaugustin):

 * needs_better_patch:  1 => 0


Comment:

 I'm uploading a new patch with the implementation discussed on IRC with
 jezdez, tests and docs.

-- 
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] #11745: Categories by origin for command listings in "manage.py help"

2011-07-10 Thread Django
#11745: Categories by origin for command listings in "manage.py help"
-+-
   Reporter:  Tuttle |  Owner:  nobody
   Type: | Status:  new
  Cleanup/optimization   |  Component:  Core (Management
  Milestone:  1.4|  commands)
Version:  SVN|   Severity:  Normal
 Resolution: |   Keywords:  help color django-
   Triage Stage:  Accepted   |  admin manage.py
Needs documentation:  0  |  Has patch:  1
Patch needs improvement:  1  |Needs tests:  0
  UI/UX:  0  |  Easy pickings:  0
-+-

Comment (by aaugustin):

 #16445 was a duplicate.

-- 
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] #11745: Categories by origin for command listings in "manage.py help"

2011-06-15 Thread Django
#11745: Categories by origin for command listings in "manage.py help"
-+-
   Reporter:  Tuttle |  Owner:  nobody
   Type: | Status:  new
  Cleanup/optimization   |  Component:  Core (Management
  Milestone:  1.4|  commands)
Version:  SVN|   Severity:  Normal
 Resolution: |   Keywords:  help color django-
   Triage Stage:  Accepted   |  admin manage.py
Needs documentation:  0  |  Has patch:  1
Patch needs improvement:  1  |Needs tests:  0
  UI/UX:  0  |  Easy pickings:  0
-+-
Changes (by sebastien.fievet@…):

 * cc: sebastien.fievet@… (added)
 * ui_ux:   => 0


-- 
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] #11745: Categories by origin for command listings in "manage.py help"

2011-06-02 Thread Django
#11745: Categories by origin for command listings in "manage.py help"
-+-
   Reporter:  Tuttle |  Owner:  nobody
   Type: | Status:  new
  Cleanup/optimization   |  Component:  Core (Management
  Milestone:  1.4|  commands)
Version:  SVN|   Severity:  Normal
 Resolution: |   Keywords:  help color django-
   Triage Stage:  Accepted   |  admin manage.py
Needs documentation:  0  |  Has patch:  1
Patch needs improvement:  1  |Needs tests:  0
 |  Easy pickings:  0
-+-
Changes (by jezdez):

 * component:  Core (Other) => Core (Management commands)


-- 
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] #11745: Categories by origin for command listings in "manage.py help"

2011-06-02 Thread Django
#11745: Categories by origin for command listings in "manage.py help"
-+-
   Reporter:  Tuttle |  Owner:  nobody
   Type: | Status:  new
  Cleanup/optimization   |  Component:  Core (Other)
  Milestone:  1.4|   Severity:  Normal
Version:  SVN|   Keywords:  help color django-
 Resolution: |  admin manage.py
   Triage Stage:  Accepted   |  Has patch:  1
Needs documentation:  0  |Needs tests:  0
Patch needs improvement:  1  |  Easy pickings:  0
-+-
Changes (by jezdez):

 * needs_better_patch:  0 => 1


-- 
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] #11745: Categories by origin for command listings in "manage.py help"

2011-06-02 Thread Django
#11745: Categories by origin for command listings in "manage.py help"
-+-
   Reporter:  Tuttle |  Owner:  nobody
   Type: | Status:  new
  Cleanup/optimization   |  Component:  Core (Other)
  Milestone:  1.4|   Severity:  Normal
Version:  SVN|   Keywords:  help color django-
 Resolution: |  admin manage.py
   Triage Stage:  Accepted   |  Has patch:  1
Needs documentation:  0  |Needs tests:  0
Patch needs improvement:  0  |  Easy pickings:  0
-+-

Comment (by jezdez):

 FWIW, I agree with bartTC's points, except that `'manage.py help
 --commands'` seems more fitting.

-- 
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] #11745: Categories by origin for command listings in "manage.py help"

2011-06-02 Thread Django
#11745: Categories by origin for command listings in "manage.py help"
-+-
   Reporter:  Tuttle |  Owner:  nobody
   Type: | Status:  new
  Cleanup/optimization   |  Component:  Core (Other)
  Milestone:  1.4|   Severity:  Normal
Version:  SVN|   Keywords:  help color django-
 Resolution: |  admin manage.py
   Triage Stage:  Accepted   |  Has patch:  1
Needs documentation:  0  |Needs tests:  0
Patch needs improvement:  0  |  Easy pickings:  0
-+-

Comment (by bartTC):

 This works fine however I see two problems with it:

 1. Its backwards incompatible, I am not sure if its a huge deal but
 someone could parse this list, having an option 'manage.py help --list' to
 get the old behavior would be fine.
 2. It's irritating, if an app overwrites a 'core' app, this command is
 under that app. See the South help list:

 {{{
 [south]
   convert_to_south
   datamigration
   graphmigrations
   migrate
   schemamigration
   startmigration
   syncdb
   test
   testserver
 }}}

 South overwrites 'test' and 'testserver' which I would expect under
 [django].

-- 
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] #11745: Categories by origin for command listings in "manage.py help"

2011-05-24 Thread Django
#11745: Categories by origin for command listings in "manage.py help"
-+-
   Reporter:  Tuttle |  Owner:  nobody
   Type: | Status:  new
  Cleanup/optimization   |  Component:  Core (Other)
  Milestone:  1.4|   Severity:  Normal
Version:  SVN|   Keywords:  help color django-
 Resolution: |  admin manage.py
   Triage Stage:  Accepted   |  Has patch:  1
Needs documentation:  0  |Needs tests:  0
Patch needs improvement:  0  |  Easy pickings:  0
-+-
Changes (by graham_king):

 * keywords:   => help color django-admin manage.py
 * easy:   => 0
 * milestone:   => 1.4


Comment:

 Applies cleanly to trunk. All the tests pass. I love this. It would be
 very useful on my current work project.

 I've tested it on three different projects, a very simple one with only
 the 'django' module, a two-module one (django and south), and a very
 complex one (76 management commands in 11 modules). Works perfectly.
 Strong +1 from me.

 Could someone try it on Windows and Mac, just to be 100%? If it works OK
 on those (it's using color_style, so it should) then it's 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 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] #11745: Categories by origin for command listings in "manage.py help"

2010-02-03 Thread Django
#11745: Categories by origin for command listings in "manage.py help"
-+--
  Reporter:  Tuttle  | Owner:  nobody
Status:  new | Milestone:
 Component:  Core framework  |   Version:  SVN   
Resolution:  |  Keywords:
 Stage:  Accepted| Has_patch:  1 
Needs_docs:  0   |   Needs_tests:  0 
Needs_better_patch:  0   |  
-+--
Changes (by russellm):

  * stage:  Unreviewed => Accepted

-- 
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-upda...@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] #11745: Categories by origin for command listings in "manage.py help"

2009-10-18 Thread Django
#11745: Categories by origin for command listings in "manage.py help"
-+--
  Reporter:  Tuttle  | Owner:  nobody
Status:  new | Milestone:
 Component:  Core framework  |   Version:  SVN   
Resolution:  |  Keywords:
 Stage:  Unreviewed  | Has_patch:  1 
Needs_docs:  0   |   Needs_tests:  0 
Needs_better_patch:  0   |  
-+--
Changes (by thejaswi_puthraya):

  * component:  Uncategorized => Core framework

-- 
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] #11745: Categories by origin for command listings in "manage.py help"

2009-10-09 Thread Django
#11745: Categories by origin for command listings in "manage.py help"
+---
  Reporter:  Tuttle | Owner:  nobody
Status:  new| Milestone:
 Component:  Uncategorized  |   Version:  SVN   
Resolution: |  Keywords:
 Stage:  Unreviewed | Has_patch:  1 
Needs_docs:  0  |   Needs_tests:  0 
Needs_better_patch:  0  |  
+---
Changes (by anonymous):

 * cc: tut...@sandbox.cz (removed)
 * cc: t.dja...@sandbox.cz (added)
  * needs_better_patch:  => 0
  * needs_tests:  => 0
  * needs_docs:  => 0

-- 
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
-~--~~~~--~~--~--~---