Re: [Django] #14664: MiddlewareNotUsed should display a warning

2014-11-27 Thread Django
#14664: MiddlewareNotUsed should display a warning
---+
 Reporter:  teserak|Owner:  nobody
 Type:  New feature|   Status:  closed
Component:  Core (Other)   |  Version:  master
 Severity:  Normal |   Resolution:  fixed
 Keywords:  sprintdec2010  | Triage Stage:  Accepted
Has patch:  1  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+
Changes (by Tim Graham ):

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


Comment:

 In [changeset:"093e6c68b9b5afdf1f059a2321affc999763e919"]:
 {{{
 #!CommitTicketReference repository=""
 revision="093e6c68b9b5afdf1f059a2321affc999763e919"
 Fixed #14664 -- Logged a warning if MiddlewareNotUsed is raised in DEBUG
 mode.
 }}}

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


Re: [Django] #14664: MiddlewareNotUsed should display a warning

2014-11-07 Thread Django
#14664: MiddlewareNotUsed should display a warning
---+
 Reporter:  teserak|Owner:  nobody
 Type:  New feature|   Status:  new
Component:  Core (Other)   |  Version:  master
 Severity:  Normal |   Resolution:
 Keywords:  sprintdec2010  | Triage Stage:  Accepted
Has patch:  1  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+
Changes (by berkerpeksag):

 * has_patch:  0 => 1
 * version:  1.2 => master


Comment:

 I've logged a warning instead of adding a new warning class to be
 consistent with the rest of the file.

 https://github.com/django/django/pull/3486

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


Re: [Django] #14664: MiddlewareNotUsed should display a warning

2011-04-01 Thread Django
#14664: MiddlewareNotUsed should display a warning
---+-
   Reporter:  teserak  |Owner:  nobody
   Type:  New feature  |   Status:  new
  Milestone:   |Component:  Core (Other)
Version:  1.2  | Severity:  Normal
 Resolution:   | Keywords:  sprintdec2010
   Triage Stage:  Accepted |Has patch:  0
Needs documentation:  0|  Needs tests:  0
Patch needs improvement:  0|
---+-
Changes (by jaddison):

 * type:   => New feature
 * severity:   => Normal


-- 
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] #14664: MiddlewareNotUsed should display a warning

2010-12-04 Thread Django
#14664: MiddlewareNotUsed should display a warning
-+--
  Reporter:  teserak | Owner:  nobody   
Status:  new | Milestone:   
 Component:  Core framework  |   Version:  1.2  
Resolution:  |  Keywords:  sprintdec2010
 Stage:  Accepted| Has_patch:  0
Needs_docs:  0   |   Needs_tests:  0
Needs_better_patch:  0   |  
-+--
Changes (by julien):

  * keywords:  => sprintdec2010
  * stage:  Unreviewed => Accepted
  * milestone:  1.3 =>

Comment:

 This would be reasonable if DEBUG=True. This is a feature request, so
 removing from the 1.3 milestone which is now focused on bug fixing.

-- 
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] #14664: MiddlewareNotUsed should display a warning

2010-11-13 Thread Django
#14664: MiddlewareNotUsed should display a warning
-+--
  Reporter:  teserak | Owner:  nobody
Status:  new | Milestone:  1.3   
 Component:  Core framework  |   Version:  1.2   
Resolution:  |  Keywords:
 Stage:  Unreviewed  | Has_patch:  0 
Needs_docs:  0   |   Needs_tests:  0 
Needs_better_patch:  0   |  
-+--
Changes (by dariog):

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

Comment:

 when do you think it would be necessary?[[BR]]
 It would log the message with DEBUG=TRUE or DEBUG=FALSE?

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



[Django] #14664: MiddlewareNotUsed should display a warning

2010-11-11 Thread Django
#14664: MiddlewareNotUsed should display a warning
+---
 Reporter:  teserak |   Owner:  nobody
   Status:  new |   Milestone:  1.3   
Component:  Core framework  | Version:  1.2   
 Keywords:  |   Stage:  Unreviewed
Has_patch:  0   |  
+---
 MiddlewareNotUsed should display a warning.
 Warning could contain '''middleware_path''' and user message if it's
 defined.

 For example:

 ''MiddlewareNotUsed("Online users middleware supports only database
 session engines."))''

 display:

 ''MiddlewareWarning: users.middleware.OnlineUsers. Online users middleware
 supports only database session engines.''

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