django-rest-framework-bulk icon indicating copy to clipboard operation
django-rest-framework-bulk copied to clipboard

Django REST Framework bulk CRUD view mixins

Results 48 django-rest-framework-bulk issues
Sort by recently updated
recently updated
newest added

DRF creates objects individually - which ends up being pretty slow if you post, say, 200 items to a "bulk" endpoint. Still better than the alternative, but still not great....

Greetings, I liked the framework and have been using it, but wondering if the framework supports HyperLinkedModelSerializer fields when doing an update. I went ahead and made some changes to...

Hi Is there a way to have a list of items, and have them created or updated based on the existence of a PK? Thanks

enhancement

Posting to a BulkModelViewSet using the DRF api browser causes the following exception to be thrown. NB: the data has already been written to the db successfully before the exception...

bug

Fix for https://github.com/miki725/django-rest-framework-bulk/issues/33 by making the object iterable even though it doesn't actually iterate over anything. Everything seems to work still. Kind of hacky, but better than nasty 500 errors.

Django convert's field types automatically as much as possible. e.g. '111' to 111 when the field is integer this PR would enable bulk updates to use that mechanism

This rebases #42 to escape those other commits that shouldn't have been included.

Can someone please answer this question of mine? http://stackoverflow.com/questions/38265415/django-rest-framework-bulk-bulkupdateview-outuput-customization