pirave / django-pagination

Automatically exported from code.google.com/p/django-pagination
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

change/support different url scheme (/foo/page/2) #40

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

is it possible to change the URLs from /foo/?page=42 to /foo/page/42/?

thanks!

Original issue reported on code.google.com by fili...@gmail.com on 9 Feb 2009 at 9:46

GoogleCodeExporter commented 8 years ago
This is to cross link with issue 36 ...
Basically, people want to use the scheme they use.
You expect the URL parsing to handle the paging in a generic way. Defect 36 
expects
the POST to pass the information instead of the GET-parameters.

Original comment by tsm...@gmail.com on 15 Feb 2009 at 1:20

GoogleCodeExporter commented 8 years ago
Downside of post is that it is not bookmarkable, and get is. But I agree it 
would be great if it also works with 
post requests as well, when needed ;)

Original comment by fili...@gmail.com on 15 Feb 2009 at 9:29