concentricsky / django-tastypie-swagger

An adapter to use swagger-ui with django-tastypie.
Other
132 stars 144 forks source link

fixed compatibility with Python 2.6 #78

Closed fradeve closed 10 years ago

fradeve commented 10 years ago

With a very easy fix we could make Swagger 0.1.3 compatible with Python 2.6, since the new "format" is only supported in Python 3.1 or above.

johnraz commented 10 years ago

New Format is compatible with 2.7+, not 3.1+... Anyway i agree this would allow 2.6 compat.

fradeve commented 10 years ago

Yeah, formats without numeric indexes are supported from 2.7+, sorry for that.