summaryrefslogtreecommitdiff
path: root/tests/modeltests/pagination/models.py
AgeCommit message (Expand)Author
2012-11-08Merged pagination testsClaude Paroz
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2010-10-11Fixed #14444 -- Convert the pagination doctests to unittests. We have always...Alex Gaynor
2008-08-02Removed several deprecated features for 1.0 (refs #7830):Gary Wilson Jr
2008-07-27Made the Paginator class a bit more backwards compatible with the lecacy `Obj...Gary Wilson Jr
2008-07-27Corrected wording in comment.Gary Wilson Jr
2008-07-08Fixed test suite after [7687].Malcolm Tredinnick
2008-07-02Made legacy `ObjectPaginator` truly backwards-compatible by catching both `At...Gary Wilson Jr
2008-03-18Changed pagination tests to suppress the DeprecationWarningAdrian Holovaty
2008-03-18Added a new and improved Paginator class, which allows you to pass a Page obj...Adrian Holovaty
2007-11-19Fixed #5932 -- Use `self.pages` and not `self._pages` in `_get_page_range` so...Gary Wilson Jr
2007-09-14Fixed #1795 -- Added page_range to paginators in generic list views. Thanks t...Russell Keith-Magee
2007-08-05Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-03-23Renumbered all the doctest examples so that they are ordered correctly on the...Jacob Kaplan-Moss
2006-11-07Fixed #2575: ObjectPaginator now accepts a "orphans" option to prevent pages ...Jacob Kaplan-Moss
2006-08-27Refs #2333 - Modified runtests script to use new testing framework. Migrated ...Russell Keith-Magee
2006-06-04Changed all model unit tests to use __str__() instead of __repr__(). Also sli...Adrian Holovaty
2006-06-01Fixed #720 -- Added first_on_page() and last_on_page() methods to ObjectPagin...Adrian Holovaty
2006-05-31Cleaned up numbering with model unit testsAdrian Holovaty
2006-05-31Small formatting changes to model unit tests to make them look better in the ...Adrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty