This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
hongws
/
django-rest-framework-bulk
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
9e300b88cd
Branches
Tags
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
Verlauf
Originalformat
1
2
3
4
5
from django.db import models
class SimpleModel (models.Model):
contents = models.TextField()