django/django
Chris Beaven fbfa654a15 Paginator._get_page hook
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.
2012-11-21 15:19:44 +13:00
..
bin Fixed #18978 -- Moved cleanup command to sessions. 2012-10-27 18:31:00 +02:00
conf Fixed #19291 -- Completed deprecation of ADMIN_MEDIA_PREFIX. 2012-11-17 22:38:19 +01:00
contrib Fixed #19331 (again) use the right admin named URL. 2012-11-20 21:05:32 -03:00
core Paginator._get_page hook 2012-11-21 15:19:44 +13:00
db Fixed #18989 -- Removed unused condition in CursorWrapper 2012-11-17 16:34:14 +01:00
dispatch Fixed #18963 -- Used a subclass-friendly pattern 2012-11-03 22:07:35 +01:00
forms Fixed #8627 -- Prevented textareas to swallow first newline content 2012-11-05 20:27:06 +01:00
http Fixed #19036 -- Fixed base64 uploads decoding 2012-11-17 17:25:21 +01:00
middleware Fixed #15152 -- Avoided crash of CommonMiddleware on broken querystring 2012-11-03 21:28:33 +01:00
shortcuts
template Fix typo in comment 2012-11-19 19:31:21 -06:00
templatetags Fixed #19088 -- Always escape % inside blocktrans tag 2012-10-23 18:49:22 +02:00
test Fixed #19296 -- Applied test connection sharing for spatialite 2012-11-16 14:32:36 +01:00
utils Fixed #18985 -- made DeprecationWarnings loud 2012-11-16 17:07:38 -08:00
views Merge pull request #467 from tomchristie/page-kwarg 2012-11-17 12:27:01 -08:00
__init__.py Advanced version identifiers for 1.6 cycle. 2012-10-26 22:01:34 -03:00