This website works better with JavaScript
Home
Explore
Help
Sign In
hongws
/
django-rest-framework-bulk
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
e17b4d358c
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
History
Raw
1
2
3
4
5
from django.db import models
class SimpleModel (models.Model):
contents = models.TextField()