Skip to main content

PEP-484 stubs for django-rest-framework

Project description

sentry-forked-djangorestframework-stubs

new release

make a new branch for the fork of an upstream tag:

git remote add upstream git@github.com:typeddjango/djangorestframework-stubs
git fetch upstream --tags
git push origin --tags
git checkout 1.2.3 -b sentry-1.2.3
  • cherry-pick the craft / release commit(s) into your branch from master
  • cherry-pick relevant commit(s) from previous releases

releases are done through craft in the release.yml workflow -- make sure to target your particular branch with a -# release postfix (like 1.2.3-1)


mypy logo

pep484 stubs for Django REST framework

test Checked with mypy Gitter StackOverflow

Mypy stubs for Django REST Framework. Supports Python 3.10 and up.

Installation

pip install djangorestframework-stubs[compatible-mypy]

To make mypy aware of the plugin, you need to add

[mypy]
plugins =
    mypy_drf_plugin.main

in your mypy.ini file.

FAQ

Model instance is inferred as Any instead of my Model class

When subclassing ModelSerializer, add a type argument to type-hint the related model class, for example:

class MyModelSerializer(serializers.ModelSerializer[MyModel]):
    class Meta:
        model = MyModel
        fields = ("id", "example")

Which means that methods where the model is being passed around will know the actual type of the model instead of being Any. The instance attribute on the above serializer will be MyModel | typing.Sequence[MyModel] | None.

To get help

We have Gitter here: https://gitter.im/mypy-django/Lobby If you think you have more generic typing issue, please refer to https://github.com/python/mypy and their Gitter.

Contributing

This project is open source and community driven. As such we encourage contributions big and small. You can contribute by doing any of the following:

  1. Contribute code (e.g. improve stubs, add plugin capabilities, write tests etc) - to do so please follow the contribution guide.
  2. Assist in code reviews and discussions in issues.
  3. Identify bugs and issues and report these

You can always also reach out in gitter to discuss your contributions!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file sentry_forked_djangorestframework_stubs-3.16.3.post1.tar.gz.

File metadata

File hashes

Hashes for sentry_forked_djangorestframework_stubs-3.16.3.post1.tar.gz
Algorithm Hash digest
SHA256 fd9173211ad8fe6f5510590463d95e602416177278badb83785e8680f0cc26e7
MD5 34eb544ee41252a4bd18077728007eef
BLAKE2b-256 0a06610f6da56e0567fef6aa109f90b626f2c19c78a8224fd5e41746c3ca6067

See more details on using hashes here.

File details

Details for the file sentry_forked_djangorestframework_stubs-3.16.3.post1-py3-none-any.whl.

File metadata

File hashes

Hashes for sentry_forked_djangorestframework_stubs-3.16.3.post1-py3-none-any.whl
Algorithm Hash digest
SHA256 7de2b4cb20cf4a618103a01eca08529d131725102996f5c45ea7901fe9f23abe
MD5 e2847b7d504704d0304524bb9cf2e532
BLAKE2b-256 bf25f3448a63073bab6f9f698ed3b2dd7de9c7e6c26757a7e917597a9d304cc3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page