This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
hongws
/
django-rest-framework-bulk
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Parcourir la source
moved existing mixins to drf2 package
Miroslav Shubernetskiy
il y a 10 ans
Parent
9db7753e6b
commit
e65445c9c9
3 fichiers modifiés
avec
2 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
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
Voir le fichier
@@ -0,0 +1 @@
+from __future__ import print_function, unicode_literals
+ 0
- 0
rest_framework_bulk/mixins.py → rest_framework_bulk/drf2/mixins.py
Voir le fichier
+ 1
- 0
rest_framework_bulk/drf3/__init__.py
Voir le fichier
@@ -0,0 +1 @@
+from __future__ import print_function, unicode_literals