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