Re: [Django] #27701: Document that runserver bypasses middleware for static files

2017-08-30 Thread Django
#27701: Document that runserver bypasses middleware for static files
-+-
 Reporter:  Kevin Christopher|Owner:  Joe
  Henry  |  Krzystan
 Type:   |   Status:  closed
  Cleanup/optimization   |
Component:  Documentation|  Version:  master
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Tim Graham ):

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


Comment:

 In [changeset:"20a761697fd28c08ab82dec777b4056a5bfaf6a2" 20a76169]:
 {{{
 #!CommitTicketReference repository=""
 revision="20a761697fd28c08ab82dec777b4056a5bfaf6a2"
 Fixed #27701 -- Doc'd staticfiles runserver bypasses middleware when
 serving static files.
 }}}

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


Re: [Django] #27701: Document that runserver bypasses middleware for static files

2017-08-30 Thread Django
#27701: Document that runserver bypasses middleware for static files
-+-
 Reporter:  Kevin Christopher|Owner:  Joe
  Henry  |  Krzystan
 Type:   |   Status:  closed
  Cleanup/optimization   |
Component:  Documentation|  Version:  master
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Tim Graham ):

 In [changeset:"046b8c80ce76ed1d410910aa92f67c405b8a15ba" 046b8c8]:
 {{{
 #!CommitTicketReference repository=""
 revision="046b8c80ce76ed1d410910aa92f67c405b8a15ba"
 [1.11.x] Fixed #27701 -- Doc'd staticfiles runserver bypasses middleware
 when serving static files.

 Backport of 20a761697fd28c08ab82dec777b4056a5bfaf6a2 from master
 }}}

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


Re: [Django] #27701: Document that runserver bypasses middleware for static files

2017-08-30 Thread Django
#27701: Document that runserver bypasses middleware for static files
-+-
 Reporter:  Kevin Christopher|Owner:  Joe
  Henry  |  Krzystan
 Type:   |   Status:  assigned
  Cleanup/optimization   |
Component:  Documentation|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Tim Martin):

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


Re: [Django] #27701: Document that runserver bypasses middleware for static files

2017-08-18 Thread Django
#27701: Document that runserver bypasses middleware for static files
-+-
 Reporter:  Kevin Christopher|Owner:  Jkrzy
  Henry  |
 Type:   |   Status:  assigned
  Cleanup/optimization   |
Component:  Documentation|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Jkrzy):

 * has_patch:  0 => 1


Comment:

 Added note snippet reflecting this behavior to staticfiles runserver doc
 section.

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

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


Re: [Django] #27701: Document that runserver bypasses middleware for static files

2017-08-18 Thread Django
#27701: Document that runserver bypasses middleware for static files
-+-
 Reporter:  Kevin Christopher|Owner:  Jkrzy
  Henry  |
 Type:   |   Status:  assigned
  Cleanup/optimization   |
Component:  Documentation|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Jkrzy):

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


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


Re: [Django] #27701: Document that runserver bypasses middleware for static files

2017-01-09 Thread Django
#27701: Document that runserver bypasses middleware for static files
-+-
 Reporter:  Kevin Christopher|Owner:  nobody
  Henry  |
 Type:   |   Status:  new
  Cleanup/optimization   |
Component:  Documentation|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Tim Graham):

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


[Django] #27701: Document that runserver bypasses middleware for static files

2017-01-07 Thread Django
#27701: Document that runserver bypasses middleware for static files
-+-
   Reporter:  Kevin  |  Owner:  nobody
  Christopher Henry  |
   Type: | Status:  new
  Cleanup/optimization   |
  Component: |Version:  master
  Documentation  |
   Severity:  Normal |   Keywords:
   Triage Stage: |  Has patch:  0
  Unreviewed |
Needs documentation:  0  |Needs tests:  0
Patch needs improvement:  0  |  Easy pickings:  0
  UI/UX:  0  |
-+-
 It seems that when `runserver` (with `django.contrib.staticfiles`) serves
 static files the request completely bypasses middleware. This caught me
 off guard, and as far as I can tell isn't documented. It probably should
 be.

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