QueryParameterVersioning does not use DEFAULT_VERSION setting by bradmontgomery · Pull Request #3833 · encode/django-rest-framework (original) (raw)

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.