From d677f774fe0e324aba99341cf8bc3a2167c9cf22 Mon Sep 17 00:00:00 2001 From: vb64 Date: Sat, 7 Sep 2024 13:40:27 +0400 Subject: [PATCH] Django 5.1.1 support --- README.md | 4 ++-- pytest5.ini | 2 +- tests/django4.txt | 2 +- tests/django5.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 38f7e3f..f9d4eb5 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/vb64/django.admin.geomap/pep257.yml?label=Pep257&style=plastic&branch=main)](https://github.com/vb64/django.admin.geomap/actions?query=workflow%3Ageomap-pep257) [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/vb64/django.admin.geomap/django3.yml?label=Django%203.2.25&style=plastic&branch=main)](https://github.com/vb64/django.admin.geomap/actions?query=workflow%3Adjango3) -[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/vb64/django.admin.geomap/django4.yml?label=Django%204.2.13&style=plastic&branch=main)](https://github.com/vb64/django.admin.geomap/actions?query=workflow%3Adjango4) -[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/vb64/django.admin.geomap/django5.yml?label=Django%205.0.6&style=plastic&branch=main)](https://github.com/vb64/django.admin.geomap/actions?query=workflow%3Adjango5) +[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/vb64/django.admin.geomap/django4.yml?label=Django%204.2.16&style=plastic&branch=main)](https://github.com/vb64/django.admin.geomap/actions?query=workflow%3Adjango4) +[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/vb64/django.admin.geomap/django5.yml?label=Django%205.1.1&style=plastic&branch=main)](https://github.com/vb64/django.admin.geomap/actions?query=workflow%3Adjango5) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/d565c3a3d78e4e198f35688432a741eb)](https://app.codacy.com/gh/vb64/django.admin.geomap/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) [![Codacy Badge](https://app.codacy.com/project/badge/Coverage/d565c3a3d78e4e198f35688432a741eb)](https://app.codacy.com/gh/vb64/django.admin.geomap/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage) [![PyPI - Downloads](https://img.shields.io/pypi/dm/django-admin-geomap?label=pypi%20installs)](https://pypistats.org/packages/django-admin-geomap) diff --git a/pytest5.ini b/pytest5.ini index cc33aae..b880906 100644 --- a/pytest5.ini +++ b/pytest5.ini @@ -1,3 +1,3 @@ [pytest] filterwarnings = - ignore::django.utils.deprecation.RemovedInDjango51Warning + ignore::django.utils.deprecation.RemovedInDjango60Warning diff --git a/tests/django4.txt b/tests/django4.txt index 82643fa..fed2dbf 100644 --- a/tests/django4.txt +++ b/tests/django4.txt @@ -1 +1 @@ -Django==4.2.13 +Django==4.2.16 diff --git a/tests/django5.txt b/tests/django5.txt index 284d5f5..fc8ea78 100644 --- a/tests/django5.txt +++ b/tests/django5.txt @@ -1 +1 @@ -Django==5.0.6 +Django==5.1.1