Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1434 closed enhancement (fixed)

[patch] magic-removal: object pagination doctest

Reported by: matt Owned by: Jacob
Component: Documentation Version: magic-removal
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Attached is a patch to magic-removal [2458] containing doctests for django.core.paginator. I put this in modeltests as model test/example number 20. It looks like the documentation generator still needs to be updated to magic-removal syntax so I haven't checked to see if the documentation this produces is correct. At the very least this adds a new set of tests covering the paginator.

Attachments (1)

paginator_doctest.patch (1.8 KB ) - added by matt 18 years ago.
paginator doctests

Download all attachments as: .zip

Change History (2)

by matt, 18 years ago

Attachment: paginator_doctest.patch added

paginator doctests

comment:1 by Jacob, 18 years ago

Resolution: fixed
Status: newclosed

(In [2459]) Fixed #1434 -- added tests for ObjectPaginator (thanks, Matt)

Note: See TracTickets for help on using tickets.
Back to Top