Re: [Django] #25439: Add `SUCCESS` style to termcolor palettes

2015-09-23 Thread Django
#25439: Add `SUCCESS` style to termcolor palettes
-+-
 Reporter:  Deacalion|Owner:  nobody
 Type:  New feature  |   Status:  closed
Component:  Utilities|  Version:  master
 Severity:  Normal   |   Resolution:  fixed
 Keywords:  termcolor| Triage Stage:  Ready for
  termcolour colors colours  |  checkin
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 [changeset:"f06ce6053cae6a96ecce29ce2020789945757bf4" f06ce605]:
 {{{
 #!CommitTicketReference repository=""
 revision="f06ce6053cae6a96ecce29ce2020789945757bf4"
 Fixed #25439 -- Added `SUCCESS` style to termcolor palettes
 }}}

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


Re: [Django] #25439: Add `SUCCESS` style to termcolor palettes

2015-09-22 Thread Django
#25439: Add `SUCCESS` style to termcolor palettes
-+-
 Reporter:  Deacalion|Owner:  nobody
 Type:  New feature  |   Status:  new
Component:  Utilities|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:  termcolor| Triage Stage:  Ready for
  termcolour colors colours  |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by claudep):

 * version:  1.8 => master
 * 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/067.f800621e9c4bff5af3a3f94920c45f43%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #25439: Add `SUCCESS` style to termcolor palettes

2015-09-21 Thread Django
#25439: Add `SUCCESS` style to termcolor palettes
-+-
 Reporter:  Deacalion|Owner:  nobody
 Type:  New feature  |   Status:  new
Component:  Utilities|  Version:  1.8
 Severity:  Normal   |   Resolution:
 Keywords:  termcolor| Triage Stage:  Accepted
  termcolour colors colours  |
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Deacalion):

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


Re: [Django] #25439: Add `SUCCESS` style to termcolor palettes

2015-09-21 Thread Django
#25439: Add `SUCCESS` style to termcolor palettes
-+-
 Reporter:  Deacalion|Owner:  nobody
 Type:  New feature  |   Status:  new
Component:  Utilities|  Version:  1.8
 Severity:  Normal   |   Resolution:
 Keywords:  termcolor| Triage Stage:  Accepted
  termcolour colors colours  |
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by claudep):

 * stage:  Unreviewed => Accepted


Comment:

 Looks like a generic SUCCESS style would be a nice addition.

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


Re: [Django] #25439: Add `SUCCESS` style to termcolor palettes

2015-09-21 Thread Django
#25439: Add `SUCCESS` style to termcolor palettes
-+-
 Reporter:  Deacalion|Owner:  nobody
 Type:  New feature  |   Status:  new
Component:  Utilities|  Version:  1.8
 Severity:  Normal   |   Resolution:
 Keywords:  termcolor| Triage Stage:
  termcolour colors colours  |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Deacalion):

 * needs_better_patch:   => 0
 * needs_tests:   => 0
 * needs_docs:   => 0


Old description:

> I've just created a management command that shows if something was
> successful or whether an error was encountered trying to perform the
> task. I looked at the palettes in "django/utils/termcolors.py" to find a
> bold red for displaying the error and found it was called "ERROR".
>
> However, the only bold green style I found was "MIGRATE_SUCCESS", but it
> feels odd using this in my management command since it has nothing to do
> with migrations.
>
> Could I add a generic "SUCCESS" style that is the same as
> "MIGRATE_SUCCESS" or should these styles not be used by third party
> management commands?

New description:

 I've just created a management command that shows if something was
 successful or whether an error was encountered trying to perform the task.
 I looked at the palettes in "django/utils/termcolors.py" to find a bold
 red for displaying the error and found it was called "ERROR".

 However, the only bold green style I found was "MIGRATE_SUCCESS", but it
 feels odd using this in my management command since it has nothing to do
 with migrations.

 Could I add a generic "SUCCESS" style that is the same as
 "MIGRATE_SUCCESS" or should these styles not be used by third party
 management commands?

 Edit: added a screencap of all the styles.

--

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


[Django] #25439: Add `SUCCESS` style to termcolor palettes

2015-09-21 Thread Django
#25439: Add `SUCCESS` style to termcolor palettes
-+-
 Reporter:   |  Owner:  nobody
  Deacalion  |
 Type:  New  | Status:  new
  feature|
Component:   |Version:  1.8
  Utilities  |
 Severity:  Normal   |   Keywords:  termcolor termcolour colors colours
 Triage Stage:   |  Has patch:  0
  Unreviewed |
Easy pickings:  0|  UI/UX:  0
-+-
 I've just created a management command that shows if something was
 successful or whether an error was encountered trying to perform the task.
 I looked at the palettes in "django/utils/termcolors.py" to find a bold
 red for displaying the error and found it was called "ERROR".

 However, the only bold green style I found was "MIGRATE_SUCCESS", but it
 feels odd using this in my management command since it has nothing to do
 with migrations.

 Could I add a generic "SUCCESS" style that is the same as
 "MIGRATE_SUCCESS" or should these styles not be used by third party
 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 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/052.2a380f3a8b1056e8fc104211369609de%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #25439: Add `SUCCESS` style to termcolor palettes

2015-09-21 Thread Django
#25439: Add `SUCCESS` style to termcolor palettes
-+-
 Reporter:  Deacalion|  Owner:  nobody
 Type:  New feature  | Status:  new
Component:  Utilities|Version:  1.8
 Severity:  Normal   | Resolution:
 Keywords:  termcolor termcolour colors colours  |   Triage Stage:
 |  Unreviewed
Has patch:  0|  Easy pickings:  0
UI/UX:  0|
-+-
Changes (by Deacalion):

 * Attachment "termcolor-styles.png" added.

 Management command termcolors

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