Re: [Django] #29253: method_decorator() with list argument doesn't copy over attributes of the decorator function

2018-06-27 Thread Django
#29253: method_decorator() with list argument doesn't copy over attributes of 
the
decorator function
+--
 Reporter:  Chris Jerdonek  |Owner:  Chris Jerdonek
 Type:  Bug |   Status:  closed
Component:  Utilities   |  Version:  2.0
 Severity:  Normal  |   Resolution:  fixed
 Keywords:  decorators  | Triage Stage:  Accepted
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:"da46599143408be58c1845b8c82cacbae0bb56c0" da46599]:
 {{{
 #!CommitTicketReference repository=""
 revision="da46599143408be58c1845b8c82cacbae0bb56c0"
 [2.1.x] Refs #29253 -- Fixed method_decorator() crash if decorator sets a
 new attribute.

 Regression in fdc936c9130cf4fb5d59869674b9a31cc79a7999.

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


Re: [Django] #29253: method_decorator() with list argument doesn't copy over attributes of the decorator function

2018-06-27 Thread Django
#29253: method_decorator() with list argument doesn't copy over attributes of 
the
decorator function
+--
 Reporter:  Chris Jerdonek  |Owner:  Chris Jerdonek
 Type:  Bug |   Status:  closed
Component:  Utilities   |  Version:  2.0
 Severity:  Normal  |   Resolution:  fixed
 Keywords:  decorators  | Triage Stage:  Accepted
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:"f434f5b84f7fcea9a76a551621ecce70786e2899" f434f5b]:
 {{{
 #!CommitTicketReference repository=""
 revision="f434f5b84f7fcea9a76a551621ecce70786e2899"
 Refs #29253 -- Fixed method_decorator() crash if decorator sets a new
 attribute.

 Regression in fdc936c9130cf4fb5d59869674b9a31cc79a7999.
 }}}

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


Re: [Django] #29253: method_decorator() with list argument doesn't copy over attributes of the decorator function

2018-06-27 Thread Django
#29253: method_decorator() with list argument doesn't copy over attributes of 
the
decorator function
+--
 Reporter:  Chris Jerdonek  |Owner:  Chris Jerdonek
 Type:  Bug |   Status:  closed
Component:  Utilities   |  Version:  2.0
 Severity:  Normal  |   Resolution:  fixed
 Keywords:  decorators  | Triage Stage:  Accepted
Has patch:  1   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  0
Easy pickings:  0   |UI/UX:  0
+--

Comment (by Tim Graham):

 [https://github.com/django/django/pull/10091 PR 10091] fixes a regression
 where `@method_decorator(transaction.non_atomic_requests)` crashes.

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


Re: [Django] #29253: method_decorator() with list argument doesn't copy over attributes of the decorator function

2018-04-16 Thread Django
#29253: method_decorator() with list argument doesn't copy over attributes of 
the
decorator function
+--
 Reporter:  Chris Jerdonek  |Owner:  Chris Jerdonek
 Type:  Bug |   Status:  closed
Component:  Utilities   |  Version:  2.0
 Severity:  Normal  |   Resolution:  fixed
 Keywords:  decorators  | 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:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"fdc936c9130cf4fb5d59869674b9a31cc79a7999" fdc936c]:
 {{{
 #!CommitTicketReference repository=""
 revision="fdc936c9130cf4fb5d59869674b9a31cc79a7999"
 Fixed #29253 -- Made method_decorator(list) copy attributes.
 }}}

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


Re: [Django] #29253: method_decorator() with list argument doesn't copy over attributes of the decorator function

2018-03-24 Thread Django
#29253: method_decorator() with list argument doesn't copy over attributes of 
the
decorator function
+--
 Reporter:  Chris Jerdonek  |Owner:  Chris Jerdonek
 Type:  Bug |   Status:  assigned
Component:  Utilities   |  Version:  2.0
 Severity:  Normal  |   Resolution:
 Keywords:  decorators  | Triage Stage:  Accepted
Has patch:  1   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  0
Easy pickings:  0   |UI/UX:  0
+--
Changes (by Chris Jerdonek):

 * has_patch:  0 => 1


Comment:

 I prepared a pull request here: https://github.com/django/django/pull/9819

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


Re: [Django] #29253: method_decorator() with list argument doesn't copy over attributes of the decorator function

2018-03-24 Thread Django
#29253: method_decorator() with list argument doesn't copy over attributes of 
the
decorator function
+--
 Reporter:  Chris Jerdonek  |Owner:  Chris Jerdonek
 Type:  Bug |   Status:  assigned
Component:  Utilities   |  Version:  2.0
 Severity:  Normal  |   Resolution:
 Keywords:  decorators  | Triage Stage:  Accepted
Has patch:  0   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  0
Easy pickings:  0   |UI/UX:  0
+--
Changes (by Chris Jerdonek):

 * owner:  nobody => Chris Jerdonek
 * 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/067.4b6f73c8e082693cbef5d7db65193a03%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #29253: method_decorator() with list argument doesn't copy over attributes of the decorator function (was: method_decorator behaves differently with list argument)

2018-03-23 Thread Django
#29253: method_decorator() with list argument doesn't copy over attributes of 
the
decorator function
+
 Reporter:  Chris Jerdonek  |Owner:  nobody
 Type:  Bug |   Status:  new
Component:  Utilities   |  Version:  2.0
 Severity:  Normal  |   Resolution:
 Keywords:  decorators  | 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/067.34084e1b6de8424e5f6111fc61a1e4e0%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.