This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
hongws
/
django-rest-framework-bulk
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
e17b4d358c
ブランチ
タグ
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
履歴
Raw
1
2
3
4
5
from django.db import models
class SimpleModel (models.Model):
contents = models.TextField()