Opened 11 years ago

Last modified 11 years ago

#19904 closed Cleanup/optimization

Rework syndications contrib to use generic CBV's — at Version 1

Reported by: Mathijs de Bruin Owned by: Mathijs de Bruin
Component: contrib.syndication Version: dev
Severity: Normal Keywords: django-sprint cbv syndication
Cc: mathijs@… Triage Stage: Design decision needed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Aymeric Augustin)

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.

Change History (1)

comment:1 by Aymeric Augustin, 11 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top