Yair Silbermintz
a7a8b3dca6
Replace calls to methods removed in Django v4 ( #1275 )
...
* Replace calls to deprecated methods
* Fix test config & Replace additional methods removed in django 4.0
* Update tox for official Django 4 release
* 2.16.0
* Revert version update
* Remove duplicate entry
Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
* Limit max Django version
Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
* Remove Python 3.5 (deprecated) from tox
Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
Co-authored-by: Ülgen Sarıkavak <ulgens@users.noreply.github.com>
Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
2022-02-07 17:16:41 +03:00
Ignacio Orlandini
8f63199a63
Handle database transactions ( #1039 )
...
* Handle Django database atomic requests
* Create and handle database atomic mutations
* Make code compatible with Python 2.7
* Code style
* Define set_rollback instead of using the one in rest_framework.views because of backward compatibility
* Implement mock.patch.dict
2020-12-22 20:18:14 -08:00
Misha K
b085b5922a
add Django 3.0 to the test matrix ( #793 )
...
* add Django 3.0 to the test matrix
* fix six imports
2019-10-18 11:38:59 +01:00
Konstantin Alekseev
e2e496f505
Apply camel case converter to field names in DRF errors ( #514 )
...
* Apply camel case converter to field names in DRF errors
* Implement recursive error camelize, add setting.
2019-06-25 09:40:29 +01:00
José Roberto Meza Cabrera
ce6e6dd6e1
Fixes O2O relations
2019-06-09 14:15:46 -05:00
José Roberto Meza Cabrera
67b21cb36f
Revert "Drop old Django compatibility code"
...
This reverts commit 6acd917cf7
.
2019-06-09 14:08:31 -05:00
Paul Hallett
2bf7e7f66d
Fix importing error for GraphQLTestCase
2019-05-08 22:45:28 +01:00