Re: [Django] #26209: Hide lowercase sensitive setting

2016-02-11 Thread Django
#26209: Hide lowercase sensitive setting
-+-
 Reporter:  francoisfreitag  |Owner:
 |  francoisfreitag
 Type:  New feature  |   Status:  closed
Component:  Utilities|  Version:  master
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-
Changes (by Tim Graham ):

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


Comment:

 In [changeset:"16a88b4429eb237cf3f7df6526c072efb72dbed1" 16a88b44]:
 {{{
 #!CommitTicketReference repository=""
 revision="16a88b4429eb237cf3f7df6526c072efb72dbed1"
 Fixed #26209 -- Masked sensitive settings in debug reports regardless of
 case.
 }}}

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


Re: [Django] #26209: Hide lowercase sensitive setting

2016-02-11 Thread Django
#26209: Hide lowercase sensitive setting
-+-
 Reporter:  francoisfreitag  |Owner:
 |  francoisfreitag
 Type:  New feature  |   Status:  assigned
Component:  Utilities|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-
Changes (by francoisfreitag):

 * needs_tests:  1 => 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 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/073.e2f17bf042744f876bc3a02135bc45e9%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #26209: Hide lowercase sensitive setting

2016-02-11 Thread Django
#26209: Hide lowercase sensitive setting
-+-
 Reporter:  francoisfreitag  |Owner:
 |  francoisfreitag
 Type:  New feature  |   Status:  assigned
Component:  Utilities|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  1|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-

Comment (by timgraham):

 Okay, please uncheck "Needs tests" on this ticket when you add one to the
 pull request. 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/073.0d4cfd1787798829d7215df195a18f7a%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #26209: Hide lowercase sensitive setting

2016-02-11 Thread Django
#26209: Hide lowercase sensitive setting
-+-
 Reporter:  francoisfreitag  |Owner:
 |  francoisfreitag
 Type:  New feature  |   Status:  assigned
Component:  Utilities|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  1|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-

Comment (by francoisfreitag):

 That's correct. Something like this was defined:
 {{{#!python
 RABBITMQ = {
 'host': 'localhost',
 'login': 'guest',
 'password': 'guest',
 }
 }}}
 I was surprised to see that `DATABASES` password was hidden, but not
 `RABBITMQ`.

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


Re: [Django] #26209: Hide lowercase sensitive setting

2016-02-11 Thread Django
#26209: Hide lowercase sensitive setting
-+-
 Reporter:  francoisfreitag  |Owner:
 |  francoisfreitag
 Type:  New feature  |   Status:  assigned
Component:  Utilities|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  1|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-
Changes (by timgraham):

 * has_patch:  0 => 1
 * needs_tests:  0 => 1
 * stage:  Unreviewed => Accepted


Comment:

 I don't see any downside. On the other hand, the convention is to use
 uppercase names for settings so is the only way to encounter this if
 you're defining your own lower case settings?

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


Re: [Django] #26209: Hide lowercase sensitive setting

2016-02-11 Thread Django
#26209: Hide lowercase sensitive setting
-+-
 Reporter:  francoisfreitag  |Owner:
 |  francoisfreitag
 Type:  New feature  |   Status:  assigned
Component:  Utilities|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:
 |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-

Comment (by francoisfreitag):

 Corresponding PR: https://github.com/django/django/pull/6122

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


Re: [Django] #26209: Hide lowercase sensitive setting (was: Hide lowercase sensitive information)

2016-02-11 Thread Django
#26209: Hide lowercase sensitive setting
-+-
 Reporter:  francoisfreitag  |Owner:
 |  francoisfreitag
 Type:  New feature  |   Status:  assigned
Component:  Utilities|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:
 |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-
Changes (by francoisfreitag):

 * status:  new => assigned
 * needs_better_patch:   => 0
 * needs_tests:   => 0
 * owner:  nobody => francoisfreitag
 * 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 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/073.dc4b54125f96ab2b444f0a0a2b5a3738%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.