#2367: [patch] pagination for date based generic views
-----------------------------------+----------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: jacob
Status: new | Component: Generic views
Version: SVN | Resolution:
Keywords: | Stage: Design decision
needed
Has_patch: 1 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 1
-----------------------------------+----------------------------------------
Comment (by [EMAIL PROTECTED]):
Next week I'll work on that.
What I can do is to move inside Paginator the function for queryset
computation and context updating. Then I'll change list_detail generic
views to use this code.
You say that it should be done for *all the generic views*, *not just the
date_based*. But after the new patch, both date_based and list_detail will
use the same code for pagination. Simple generic views and CRUD shouldn't
have the needing of pagination, isn't it?
--
Ticket URL: <http://code.djangoproject.com/ticket/2367#comment:6>
Django Code <http://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 post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---