Re: [Django] #29296: admindocs ViewIndexView crashes if a syndication Feed (or something without __qualname__) is configured

2018-04-12 Thread Django
#29296: admindocs ViewIndexView crashes if a syndication Feed (or something 
without
__qualname__) is configured
-+-
 Reporter:  Paul Donohue |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  contrib.admindocs|  Version:  2.0
 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:"979253fce9c0bb6ee484a5a786d477a47545d972" 979253f]:
 {{{
 #!CommitTicketReference repository=""
 revision="979253fce9c0bb6ee484a5a786d477a47545d972"
 [1.11.x] Fixed #29296 -- Fixed crashes in admindocs when a view is a
 callable object.

 Backport of 33a0b7ac815588ed92dca215e153390af8bdbdda 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/064.97362c446d3a1200cd20dd974e71c9b9%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #29296: admindocs ViewIndexView crashes if a syndication Feed (or something without __qualname__) is configured

2018-04-12 Thread Django
#29296: admindocs ViewIndexView crashes if a syndication Feed (or something 
without
__qualname__) is configured
-+-
 Reporter:  Paul Donohue |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  contrib.admindocs|  Version:  2.0
 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:"1ed31efb8753f6c4fd263033ddebc2f008e43a68" 1ed31efb]:
 {{{
 #!CommitTicketReference repository=""
 revision="1ed31efb8753f6c4fd263033ddebc2f008e43a68"
 [2.0.x] Fixed #29296 -- Fixed crashes in admindocs when a view is a
 callable object.

 Backport of 33a0b7ac815588ed92dca215e153390af8bdbdda 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/064.cab8ba98618129160e5343e076f32251%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #29296: admindocs ViewIndexView crashes if a syndication Feed (or something without __qualname__) is configured

2018-04-12 Thread Django
#29296: admindocs ViewIndexView crashes if a syndication Feed (or something 
without
__qualname__) is configured
-+-
 Reporter:  Paul Donohue |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  contrib.admindocs|  Version:  2.0
 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:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"33a0b7ac815588ed92dca215e153390af8bdbdda" 33a0b7ac]:
 {{{
 #!CommitTicketReference repository=""
 revision="33a0b7ac815588ed92dca215e153390af8bdbdda"
 Fixed #29296 -- Fixed crashes in admindocs when a view is a callable
 object.
 }}}

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


Re: [Django] #29296: admindocs ViewIndexView crashes if a syndication Feed (or something without __qualname__) is configured

2018-04-12 Thread Django
#29296: admindocs ViewIndexView crashes if a syndication Feed (or something 
without
__qualname__) is configured
-+-
 Reporter:  Paul Donohue |Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  contrib.admindocs|  Version:  2.0
 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 Carlton Gibson):

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


Re: [Django] #29296: admindocs ViewIndexView crashes if a syndication Feed (or something without __qualname__) is configured

2018-04-12 Thread Django
#29296: admindocs ViewIndexView crashes if a syndication Feed (or something 
without
__qualname__) is configured
---+
 Reporter:  Paul Donohue   |Owner:  nobody
 Type:  Bug|   Status:  new
Component:  contrib.admindocs  |  Version:  2.0
 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 Carlton Gibson):

 * has_patch:  0 => 1


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


Re: [Django] #29296: admindocs ViewIndexView crashes if a syndication Feed (or something without __qualname__) is configured (was: admindocs crash if a Feed is configured)

2018-04-07 Thread Django
#29296: admindocs ViewIndexView crashes if a syndication Feed (or something 
without
__qualname__) is configured
---+
 Reporter:  Paul Donohue   |Owner:  nobody
 Type:  Bug|   Status:  new
Component:  contrib.admindocs  |  Version:  2.0
 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):

 * component:  Uncategorized => contrib.admindocs
 * type:  Uncategorized => Bug
 * stage:  Unreviewed => Accepted


Comment:

 I think admindocs must be changed not to assume `__qualname__` since I
 don't think sitemaps could be changed without being backwards
 incompatible.

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