| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #1051. Thanks to @pydanny for the report.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Basic bulk create and bulk update
|
|
|
|
|
|
|
|
|
|
|
|
addition to #631 with update to master + timefield support
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
docs/topics/release-notes.md
|
|
|
|
|
|
|
|
|
|
Max length for modelserializers
|
|
Added note about MultipartParser only supporting file uploads and Django's default upload handlers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix typo.
|
|
|
|
|
|
|
|
I realized that per the django forms, there is no need for a separate
TextField, an unlimited CharField is perfectly good.
Also added default field for the different IntegerField types
|