From caa0e607439505de54c24eb16dfd37886513ee14 Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Sun, 25 Aug 2019 20:42:00 +0300 Subject: [PATCH] Fixes travis badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 951dad1..de0f4ca 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # pep484 stubs for Django framework -[![Build Status](https://travis-ci.org/mkurnikov/django-stubs.svg?branch=master)](https://travis-ci.org/mkurnikov/django-stubs) +[![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/) 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.