X-Git-Url: https://git.mdrn.pl/django-pagination.git/blobdiff_plain/14cf29d545144a9b5c5940aa11797b166c5a8f54..93b0509ca44dbb1903d3cd9be62c330ec20eeb53:/pagination/middleware.py diff --git a/pagination/middleware.py b/pagination/middleware.py deleted file mode 100644 index 8a541fb..0000000 --- a/pagination/middleware.py +++ /dev/null @@ -1,6 +0,0 @@ -class PaginationMiddleware(object): - def process_request(self, request): - try: - request.page = int(request['page']) - except KeyError: - request.page = 1 \ No newline at end of file