From 77fd46987de589bf9573dc63bfaa86763d48b54b Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Sun, 8 Sep 2019 12:30:41 +0300 Subject: [PATCH] Adds gitter icon --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de0f4ca..f7187dd 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![Build Status](https://travis-ci.org/typeddjango/django-stubs.svg?branch=master)](https://travis-ci.org/typeddjango/django-stubs) [![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/) +[![Gitter](https://badges.gitter.im/mypy-django/Lobby.svg)](https://gitter.im/mypy-django/Lobby) This package contains type stubs and mypy plugin to provide more precise static types and type inference for Django framework. Django uses some Python "magic" that makes having precise types for some code patterns problematic. This is why we need to accompany the stubs with mypy plugins. The final goal is to be able to get precise types for most common patterns. @@ -66,6 +67,6 @@ Otherwise, custom type will be created in mypy, named `MyUser__MyUserManager`, w ## To get help -We have Gitter here https://gitter.im/mypy-django/Lobby. +We have Gitter here: If you think you have more generic typing issue, please refer to https://github.com/python/mypy and their Gitter.