Commit Verlauf

Autor SHA1 Nachricht Datum
  Miroslav Shubernetskiy 7694469f38 added Matthias Erll to contributors since he did initial work for DRF3 support which I based my implementation on [ci skip] vor 10 Jahren
  Miroslav Shubernetskiy c4e0ab5630 added travis config for both DRF2 and DRF3 vor 10 Jahren
  Miroslav Shubernetskiy 43f7b14296 added BulkListSerializer and BulkSerializerMixin to add DRF3 support vor 10 Jahren
  Miroslav Shubernetskiy 8c6dbca11c added dedicated bulk methods for create, update and delete in DRF3 vor 10 Jahren
  Miroslav Shubernetskiy 1da9a4bc0e adjusted tox to test both DRF2 and DRF3 vor 10 Jahren
  Miroslav Shubernetskiy 7ce139e025 initial DRF3 support except update which requires to implement update logic vor 10 Jahren
  Miroslav Shubernetskiy 840ceaed20 importing appropriate drf mixing depending on its version vor 10 Jahren
  Miroslav Shubernetskiy e65445c9c9 moved existing mixins to drf2 package vor 10 Jahren
  Miroslav Shubernetskiy 9db7753e6b Merge pull request #28 from miki725/cookiecutter vor 10 Jahren
  Miroslav Shubernetskiy f230d0a5d2 added travis build status badge to readme [ci skip] vor 10 Jahren
  Miroslav Shubernetskiy 7e663526e8 Merge commit '9e300b88cd5430cc804d147a2c8f3bf49dea5fdb' into cookiecutter vor 10 Jahren
  Miroslav Shubernetskiy 9e300b88cd Merge pull request #27 from davideme/master vor 10 Jahren
  Miroslav Shubernetskiy 53d3c8169a filled in history [ci skip] vor 10 Jahren
  Miroslav Shubernetskiy 36b4723e57 temporarily removed pypy3 from travis since build is failing due to permission issue vor 10 Jahren
  Miroslav Shubernetskiy d883357e43 added integration tests using viewset vor 10 Jahren
  Miroslav Shubernetskiy 35b8b9af4c added pypy3 to travis and tox config vor 10 Jahren
  Miroslav Shubernetskiy 46f4e3e45b restructured project by using cookiecutter vor 10 Jahren
  Davide Mendolia ee337355a0 Add Davide Mendolia to the list of contributors vor 10 Jahren
  Davide Mendolia 748c78d12e Added ListBulkCreateDestroyAPIView to generics vor 10 Jahren
  Miroslav Shubernetskiy e17b4d358c Corrected pip install line - fixes #21 vor 10 Jahren
  Miroslav Shubernetskiy 6e57e0f34e Merge pull request #19 from xordoquy/bugfix/data_installation vor 10 Jahren
  Xavier Ordoquy dd57baa851 Added my name in the contributors. vor 10 Jahren
  Xavier Ordoquy c614515735 Return a compatible value if there are no package_data to install. vor 10 Jahren
  Xavier Ordoquy 263762305d Skips the __pycache__ directories (pyc/pyo for python2.7 / 3.x) vor 10 Jahren
  Xavier Ordoquy c8e558cf8e Fix data installation. vor 10 Jahren
  Miroslav Shubernetskiy 484df717a7 Merge pull request #17 from thomasWajs/readme-bulkrouter vor 10 Jahren
  Thomas Wajs b0b78bfaa4 Router python 3 compatiblity vor 10 Jahren
  Thomas Wajs 3154124e15 Add the bulk router implementation into the codebase vor 10 Jahren
  Thomas Wajs 61cc914f41 BulkRouter example fixes vor 10 Jahren
  Thomas Wajs 91f6b37c8f Example of BulkRouter implementation vor 10 Jahren