#26159 closed Uncategorized (invalid)
Link to djangopackages comparison grid "Pagination"
Reported by: | Thomas Güttler | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.9 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Here comes a pull request to add a link to the djangopackages comparison grid "Pagination".
Background: The pagination in django core is only very basic. Most people want more. I think re-use helps more then re-inventing :-)
Change History (3)
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
I don't think the docs are the appropriate place to point out alternatives. I feel if Django starts going down that road, then you should do the same not only for pagination, but for forms, views, other db adapters, other template engines... I think it's a slippery slope.
While I think that djangopackages.com is a great resource, I'm not sure if it (and no other resources) should be 'officially endorsed' by Django in the docs.
comment:3 by , 9 years ago
Discussion on django-dev: https://groups.google.com/forum/#!topic/django-developers/8GenHcY2OJg
PR: https://github.com/django/django/pull/6069