Skip to content

Commit

Permalink
fix link to django-stubs-ext in readme (sbdchd#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
chdsbd authored Apr 2, 2021
1 parent 98ba8be commit 774ca95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pip install django-types

If you're on a Django version < 3.1, you'll need to monkey patch Django's
`QuerySet` and `Manager` classes so we can index into them with a generic
argument. You can either use [`django-stubs-ext`](https://pypi.org/project/django-stubs-ext/`) or do this yourself manually:
argument. You can either use [`django-stubs-ext`](https://pypi.org/project/django-stubs-ext/) or do this yourself manually:

```python
# in settings.py
Expand Down

0 comments on commit 774ca95

Please sign in to comment.