#19904: Rework syndications contrib to use generic CBV's
--------------------------------------+-----------------------
     Reporter:  dokterbob             |      Owner:  dokterbob
         Type:  Cleanup/optimization  |     Status:  new
    Component:  contrib.syndication   |    Version:  master
     Severity:  Normal                |   Keywords:
 Triage Stage:  Unreviewed            |  Has patch:  0
Easy pickings:  0                     |      UI/UX:  0
--------------------------------------+-----------------------
 Currently, the Feeds contrib is using some sort of custom CBV
 implementation.

 Using Django's 'new' generic class based views would be beneficial in
 several ways:
 1. The API would be the consistent with what people are used to.
 2. It would be easier to extend the Feed API in a consistent way.
 3. It would reduce the amount of custom code.

 Fixing this would probably include, or enable, fixing of #13896 , #13896
 and #18112.

 There are three main reasons why having this be refactored to use Django's
 'new' generic class based views would

-- 
Ticket URL: <https://code.djangoproject.com/ticket/19904>
Django <https://code.djangoproject.com/>
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 [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to