django-rest-framework/djangorestframework
Jamie Matthews 18535c7a38 Preserve existing query params in PaginatorMixin
Previously, generation of next/previous links would discard any existing
query parameters. This commit introduces a dependency on URLObject, which
is used to intelligently parse and modify URLs to ensure existing params
are preserved.

Addresses issues #107
2012-01-05 14:07:31 +00:00
..
runtests Don't raise when in compat mode, just pass. 2012-01-04 13:55:37 +01:00
static Yowzers. Final big bunch of refactoring for 0.1 release. Now support Django 1.3's views, admin style api is all polished off, loads of tests, new test project for running the test. All sorts of goodness. Getting ready to push this out now. 2011-02-19 10:26:27 +00:00
templates Add OPTIONS to auto-documenting API 2011-12-11 18:52:55 +00:00
templatetags whitespace fixes 2011-12-29 13:31:12 +00:00
tests Preserve existing query params in PaginatorMixin 2012-01-05 14:07:31 +00:00
utils #75 remove except statements which are overly broad in the exception they catch 2012-01-04 18:05:12 +00:00
__init__.py 0.3.2-dev 2012-01-04 09:52:06 +00:00
authentication.py whitespace fixes 2011-12-29 13:31:12 +00:00
compat.py Don't raise when in compat mode, just pass. 2012-01-04 13:55:37 +01:00
mixins.py Preserve existing query params in PaginatorMixin 2012-01-05 14:07:31 +00:00
models.py Revert unwanted checkin of models.py 2011-03-03 09:05:27 +00:00
parsers.py whitespace fixes 2011-12-29 13:31:12 +00:00
permissions.py Typo. 2011-12-09 13:39:56 +00:00
renderers.py #75 remove except statements which are overly broad in the exception they catch 2012-01-04 18:05:12 +00:00
resources.py change the key name "field-errors" to "field_errors". 2011-12-30 22:52:01 +08:00
response.py whitespace fixes 2011-12-29 13:31:12 +00:00
serializer.py whitespace fixes 2011-12-29 13:31:12 +00:00
status.py whitespace fixes 2011-12-29 13:31:12 +00:00
urls.py whitespace fixes 2011-12-29 13:31:12 +00:00
views.py Only set the script_prefix if the prefix isn't already a full URL. 2012-01-04 04:18:51 -05:00