1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
From: Adam Cecile <acecile@le-vert.net>
Date: Mon, 6 Jan 2020 14:18:01 +0100
Subject: Remove_privacy_breaches_in_doc
Remove public links on GitHub batches
djangorestframework-api-key (1.4.1-1) unstable; urgency=medium
* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
---
docs/index.md | 17 -----------------
1 file changed, 17 deletions(-)
--- a/docs/index.md
+++ b/docs/index.md
@@ -6,22 +6,6 @@
Django REST Framework
</a>
</p>
- <div>
- <a href="https://dev.azure.com/florimondmanca/public/_build/latest?definitionId=7&branchName=master" target="_blank" rel="noreferrer">
- <img src="https://dev.azure.com/florimondmanca/public/_apis/build/status/florimondmanca.djangorestframework-api-key?branchName=master" alt="build status"/>
- </a>
- <a href="https://codecov.io/gh/florimondmanca/djangorestframework-api-key">
- <img src="https://codecov.io/gh/florimondmanca/djangorestframework-api-key/branch/master/graph/badge.svg" alt="coverage">
- </a>
- <a href="https://pypi.org/project/djangorestframework-api-key" target="_blank" rel="noreferrer">
- <img src="https://badge.fury.io/py/djangorestframework-api-key.svg" alt="package version"/>
- </a>
- </div>
- <div>
- <img src="https://img.shields.io/pypi/pyversions/djangorestframework-api-key.svg" alt="python versions"/>
- <img src="https://img.shields.io/pypi/djversions/djangorestframework-api-key.svg?colorB=44b78b" alt="django versions"/>
- <img src="https://img.shields.io/badge/drf-3.8+-7f2d2d.svg" alt="drf versions"/>
- </div>
</div>
## Introduction
|