This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
hongws
/
django-rest-framework-bulk
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
148f2e7e92
Branchit
Tagit
master
unique_together
0.2
0.1.3
0.1.2
0.1.1
0.1
django-rest-...
/
tests
/
simple_app
/
models.py
models.py
99 B
Historia
Raaka
1
2
3
4
5
from django.db import models
class SimpleModel (models.Model):
contents = models.TextField()