django-rest-framework/rest_framework
Brad Montgomery 40b5774a33 QueryParameterVersioning does not use default version
QueryParameterVersioning does not fall back to the value used in the `DEFAULT_VERSION` setting, while other versioning schemes do. This looks like a minor change, and incorporates the `self.default_version` set in the superclass.

I'll sheepishly admit that I edited this inline without running any tests or anything, so please let me know if this needs more work.
2016-01-14 12:00:30 -06:00
..
authtoken Regarding #3729 2016-01-14 15:14:33 +01:00
locale Translations update. 2015-12-14 07:31:38 +01:00
static/rest_framework
templates/rest_framework
templatetags
utils
__init__.py
authentication.py
compat.py
decorators.py
exceptions.py Replaced all dict and set conversions from lists to dict and set literals. 2015-10-17 12:00:11 +03:00
fields.py
filters.py
generics.py
metadata.py
mixins.py
models.py
negotiation.py More cleanup of browser overrides 2015-09-28 15:33:55 +01:00
pagination.py
parsers.py docstring typo fix: DateAndFiles -> DataAndFiles 2015-12-16 10:42:10 -08:00
permissions.py
relations.py
renderers.py
request.py
response.py
reverse.py More cleanup of browser overrides 2015-09-28 15:33:55 +01:00
routers.py Replaced all dict and set conversions from lists to dict and set literals. 2015-10-17 12:00:11 +03:00
serializers.py
settings.py
status.py The Internet Engineering Task Force approved the new HTTP status code 451. Adding to status.py and docs appropriately. 2015-12-23 12:54:17 -08:00
test.py Bump minimum Django version to 1.5 2015-07-30 15:43:39 +01:00
throttling.py
urlpatterns.py
urls.py
validators.py
versioning.py QueryParameterVersioning does not use default version 2016-01-14 12:00:30 -06:00
views.py
viewsets.py