Sfoglia il codice sorgente

Router python 3 compatiblity

Thomas Wajs 10 anni fa
parent
commit
b0b78bfaa4
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      rest_framework_bulk/routes.py

+ 1 - 0
rest_framework_bulk/routes.py

@@ -1,3 +1,4 @@
+from __future__ import unicode_literals, print_function
 import copy
 from rest_framework.routers import DefaultRouter, SimpleRouter