Go here to create a new issue or view issues.
- Bug Fixes
- Follow the pull request requirements
- Feature Implementations
- Follow the pull request requirements
- Documentation
- Sphinx compatibility required
- Bug Reports:
- Report here
- Operating system name and version required
- Database name and version required
- Python version required
- Steps to reproduce if possible
Pull requests should at least include:
- Tests
- Documentation
- Python 3 compatible
Please use a fork and feature branch workflow when submitting merge requests to the project on GitHub.
- Install From Source:
virtualenv venv -p python3
source venv/bin/activate
pip install -e .[dev]
- Code Quality Checks:
pytest test/
black --exclude venv .
pylint rest_framework_mvt/
- View Documentation Locally:
make html
open docs/index.html
Releases will be managed by the core developers. Releases are NOT guaranteed to occur at regular intervals. All releases will follow semantic versioning. Releases will push the newest version of the project to PyPi.
djangorestframework-mvt does not guarantee Python 2 functionality. The developers do not support Python 2.