This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
hongws
/
django-rest-framework-bulk
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
moved existing mixins to drf2 package
Miroslav Shubernetskiy
10 anni fa
parent
9db7753e6b
commit
e65445c9c9
3 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
0
rest_framework_bulk/drf2/__init__.py
0
0
rest_framework_bulk/drf2/mixins.py
1
0
rest_framework_bulk/drf3/__init__.py
+ 1
- 0
rest_framework_bulk/drf2/__init__.py
Vedi File
@@ -0,0 +1 @@
+from __future__ import print_function, unicode_literals
+ 0
- 0
rest_framework_bulk/mixins.py → rest_framework_bulk/drf2/mixins.py
Vedi File
+ 1
- 0
rest_framework_bulk/drf3/__init__.py
Vedi File
@@ -0,0 +1 @@
+from __future__ import print_function, unicode_literals