1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From: Michael Fladischer <FladischerMichael@fladi.at>
Date: Sun, 12 Nov 2023 16:30:40 +0000
Subject: Remove remote badges to prevent privacy issues.
---
README.rst | 4 ----
1 file changed, 4 deletions(-)
diff --git a/README.rst b/README.rst
index 70a8586..3b9931f 100644
--- a/README.rst
+++ b/README.rst
@@ -2,10 +2,6 @@
django-tree-queries
===================
-.. image:: https://github.com/matthiask/django-tree-queries/actions/workflows/test.yml/badge.svg
- :target: https://github.com/matthiask/django-tree-queries/
- :alt: CI Status
-
Query Django model trees using adjacency lists and recursive common
table expressions. Supports PostgreSQL, sqlite3 (3.8.3 or higher) and
MariaDB (10.2.2 or higher) and MySQL (8.0 or higher, if running without
|