Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vintasoftware/drf-rw-serializers
Generic views, viewsets and mixins that extend the Django REST Framework ones adding separated serializers for read and write operations
https://github.com/vintasoftware/drf-rw-serializers
django django-rest-framework
Last synced: about 12 hours ago
JSON representation
Generic views, viewsets and mixins that extend the Django REST Framework ones adding separated serializers for read and write operations
- Host: GitHub
- URL: https://github.com/vintasoftware/drf-rw-serializers
- Owner: vintasoftware
- License: mit
- Created: 2018-02-22T05:08:04.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T22:05:52.000Z (6 months ago)
- Last Synced: 2024-05-22T23:11:25.359Z (6 months ago)
- Topics: django, django-rest-framework
- Language: Python
- Homepage:
- Size: 146 KB
- Stars: 166
- Watchers: 22
- Forks: 27
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE.txt
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
Django REST Framework Read & Write Serializers
==============================================|pypi-badge| |ga-badge| |codecov-badge| |doc-badge| |pyversions-badge|
|license-badge|Generic views, viewsets and mixins that extend the Django REST Framework ones
adding separated serializers for read and write operations... Read more about which problems we resolve with this app on `Djanfo REST Framework Read & Write Serializers `_.
Documentation
-------------The full documentation is at https://drf-rw-serializers.readthedocs.org.
License
-------The code in this repository is licensed under the MIT unless
otherwise noted.Please see ``LICENSE.txt`` for details.
How To Contribute
-----------------Contributions are very welcome.
Please read `How To Contribute `_ for details.
PR description template should be automatically applied if you are sending PR
from github interface; otherwise you can find it it at
`PULL_REQUEST_TEMPLATE.md `_Issue report template should be automatically applied if you are sending it
from github UI as well; otherwise you can find it at `ISSUE_TEMPLATE.md `_Reporting Security Issues
-------------------------Please do not report security issues in public. Please email
[email protected].Getting Help
------------Have a question about this repository? Please create an issue!
Commercial Support
------------------This project, as other Vinta open-source projects, is used in products of Vinta
clients. We are always looking for exciting work, so if you need any commercial
support, feel free to get in touch: [email protected]Copyright (c) 2020 Vinta Serviços e Soluções Tecnológicas Ltda
.. |pypi-badge| image:: https://img.shields.io/pypi/v/drf-rw-serializers.svg
:target: https://pypi.python.org/pypi/drf-rw-serializers/
:alt: PyPI.. |ga-badge| image:: https://github.com/vintasoftware/drf-rw-serializers/actions/workflows/tests.yml/badge.svg?branch=main
:target: https://github.com/vintasoftware/drf-rw-serializers
:alt: GitHub Actions.. |codecov-badge| image:: http://codecov.io/github/vintasoftware/drf-rw-serializers/coverage.svg?branch=main
:target: http://codecov.io/github/vintasoftware/drf-rw-serializers?branch=main
:alt: Codecov.. |doc-badge| image:: https://readthedocs.org/projects/drf-rw-serializers/badge/?version=latest
:target: https://drf-rw-serializers.readthedocs.io/en/latest/
:alt: Documentation.. |pyversions-badge| image:: https://img.shields.io/pypi/pyversions/drf-rw-serializers.svg
:target: https://pypi.python.org/pypi/drf-rw-serializers/
:alt: Supported Python versions.. |license-badge| image:: https://img.shields.io/github/license/vintasoftware/drf-rw-serializers.svg
:target: https://github.com/vintasoftware/drf-rw-serializers/blob/main/LICENSE.txt
:alt: License