Re: [Django] #25397: Warn of clash between generic view context variables and template context processor variables

2015-10-23 Thread Django
#25397: Warn of clash between generic view context variables and template 
context
processor variables
--+
 Reporter:  mathieuhinderyckx |Owner:  jbzdak
 Type:  Cleanup/optimization  |   Status:  closed
Component:  Documentation |  Version:  1.8
 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
--+

Comment (by Tim Graham ):

 In [changeset:"488538e55e8f32c00f43f66367a63a4e6a56e1c6" 488538e]:
 {{{
 #!CommitTicketReference repository=""
 revision="488538e55e8f32c00f43f66367a63a4e6a56e1c6"
 [1.9.x] Fixed #25397 -- Documented class-based view context variable clash
 with context processors.

 Backport of 494b7986a3e5996d857b085f188a630d1504d9ca 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/075.82ab42824707d46916514cf60550ddb5%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #25397: Warn of clash between generic view context variables and template context processor variables

2015-10-23 Thread Django
#25397: Warn of clash between generic view context variables and template 
context
processor variables
--+
 Reporter:  mathieuhinderyckx |Owner:  jbzdak
 Type:  Cleanup/optimization  |   Status:  closed
Component:  Documentation |  Version:  1.8
 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:"494b7986a3e5996d857b085f188a630d1504d9ca" 494b7986]:
 {{{
 #!CommitTicketReference repository=""
 revision="494b7986a3e5996d857b085f188a630d1504d9ca"
 Fixed #25397 -- Documented class-based view context variable clash with
 context processors.
 }}}

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


Re: [Django] #25397: Warn of clash between generic view context variables and template context processor variables

2015-10-23 Thread Django
#25397: Warn of clash between generic view context variables and template 
context
processor variables
--+
 Reporter:  mathieuhinderyckx |Owner:  jbzdak
 Type:  Cleanup/optimization  |   Status:  closed
Component:  Documentation |  Version:  1.8
 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
--+

Comment (by Tim Graham ):

 In [changeset:"d83454fbf2eb677fa54bcb5f7ab10d5007b6a147" d83454fb]:
 {{{
 #!CommitTicketReference repository=""
 revision="d83454fbf2eb677fa54bcb5f7ab10d5007b6a147"
 [1.8.x] Fixed #25397 -- Documented class-based view context variable clash
 with context processors.

 Backport of 494b7986a3e5996d857b085f188a630d1504d9ca 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/075.4735d78afc9aeaaec118c66f77e77b52%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #25397: Warn of clash between generic view context variables and template context processor variables

2015-10-21 Thread Django
#25397: Warn of clash between generic view context variables and template 
context
processor variables
--+
 Reporter:  mathieuhinderyckx |Owner:  jbzdak
 Type:  Cleanup/optimization  |   Status:  assigned
Component:  Documentation |  Version:  1.8
 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 timgraham):

 * has_patch:  0 => 1


Comment:

 [https://github.com/django/django/pull/5456 PR]

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


Re: [Django] #25397: Warn of clash between generic view context variables and template context processor variables

2015-10-20 Thread Django
#25397: Warn of clash between generic view context variables and template 
context
processor variables
--+
 Reporter:  mathieuhinderyckx |Owner:  jbzdak
 Type:  Cleanup/optimization  |   Status:  assigned
Component:  Documentation |  Version:  1.8
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Accepted
Has patch:  0 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  1 |UI/UX:  0
--+
Changes (by jbzdak):

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


Comment:

 I'll do it

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


Re: [Django] #25397: Warn of clash between generic view context variables and template context processor variables (was: Warn of clash between generic view context varaibles and template context proce

2015-09-14 Thread Django
#25397: Warn of clash between generic view context variables and template 
context
processor variables
--+
 Reporter:  mathieuhinderyckx |Owner:  nobody
 Type:  Cleanup/optimization  |   Status:  new
Component:  Documentation |  Version:  1.8
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Accepted
Has patch:  0 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  1 |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 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/075.b62583ed9b286acee6dd19938c4092c3%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.