- 03 Tem, 2015 1 kayıt (commit)
-
-
Rigel Di Scala yazdı
-
- 06 Şub, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 03 Kas, 2014 1 kayıt (commit)
-
-
Berker Peksag yazdı
-
- 03 Agu, 2014 1 kayıt (commit)
-
-
Florian Apolloner yazdı
This reverts commit 6508db2f. Refs #23088.
-
- 25 Tem, 2014 1 kayıt (commit)
-
-
Moayad Mardini yazdı
-
- 03 Mar, 2014 1 kayıt (commit)
-
-
Rodolfo Carvalho yazdı
Thanks Piotr Kasprzyk for help with the patch.
-
- 21 Eki, 2013 1 kayıt (commit)
-
-
Alasdair Nicol yazdı
-
- 18 Eki, 2013 1 kayıt (commit)
-
-
Alasdair Nicol yazdı
-
- 29 Tem, 2013 1 kayıt (commit)
-
-
Claude Paroz yazdı
Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
-
- 01 Tem, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Refs #20680.
-
- 25 May, 2013 1 kayıt (commit)
-
-
Andrew Jesaitis yazdı
Thanks Joshua Fialkoff for the report.
-
- 26 Şub, 2013 1 kayıt (commit)
-
-
Florian Apolloner yazdı
-
- 13 Ara, 2012 1 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
Commit was 088d3bc2
-
- 21 Kas, 2012 2 kayıt (commit)
-
-
Claude Paroz yazdı
assertEquals is a deprecated assertion alias.
-
Chris Beaven yazdı
This allows for Paginator subclasses to easily override the Page class that gets used. Took the opportunity to also do some non-invasive PEP8 tidying of the paginator module.
-
- 09 Kas, 2012 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks trbs for the report and the patch.
-
- 08 Kas, 2012 1 kayıt (commit)
-
-
Claude Paroz yazdı
It is simpler/cleaner to have all pagination tests in a single file. Refs #16122.
-
- 16 Agu, 2012 1 kayıt (commit)
-
-
Alex Gaynor yazdı
-
- 07 Haz, 2012 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Vinay Sajip for the support of his django3 branch and Jannis Leidel for the review.
-
- 22 Nis, 2011 1 kayıt (commit)
-
-
Jannis Leidel yazdı
Fixed #13689 -- Convert the per_page value to an integer upon initialization of the Paginator class to prevent unpleasant TypeErrors. Thanks, rbanffy, Eric Florenzano and Claude Paroz. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16073 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 13 Nis, 2011 1 kayıt (commit)
-
-
Chris Beaven yazdı
Fixes Paginator.validate_number not raising a PageNotAnInteger exception when passed a non-int-castable type. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16026 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 06 Nis, 2011 1 kayıt (commit)
-
-
Chris Beaven yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16018 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 11 Eki, 2010 1 kayıt (commit)
-
-
Russell Keith-Magee yazdı
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch, and to Luke, Karen, Justin, Alex, Łukasz Rekucki, and Chuck Harmston for their help testing and reviewing the final patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14139 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 28 Tem, 2008 2 kayıt (commit)
-
-
Gary Wilson Jr yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8130 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
Gary Wilson Jr yazdı
Fixed #6997 -- Corrected `num_pages` calculation when one item is in the object list and `allow_empty_first_page=False`, thanks to framos for the report. Also, made Page's `start_index()` return 0 if there are no items in the object list (previously it was returning 1, but now it is consistent with `end_index()`). As an added bonus, I threw in quite a few pagination tests. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8129 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-