Skip to content

Commit 8faf241

Browse files
committed
updates CHANGES
1 parent 2cf08d4 commit 8faf241

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Release 2.5.1
2+
=============
3+
* limit select2.css customisation be applied only to filters
4+
* Enabling better AutocompleteFilter customisation
5+
6+
7+
* PEP 621 support (pyproject.toml)
18
Release 2.5
29
===========
310
* PEP 621 support (pyproject.toml)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Collection of extra filters for the Django admin site
55

66
Demo can be found at https://django-adminfilters.herokuapp.com/demo/artist/
77

8-
[![Pypi](https://badge.fury.io/py/django-adminfilters.svg)](https://badge.fury.io/py/django-adminfilters)
8+
[![Pypi](https://badge.fury.io/py/django-adminfilters.svg)](https://pypi.org/project/django-adminfilters/)
99
[![coverage](https://codecov.io/github/saxix/django-adminfilters/coverage.svg?branch=develop)](https://codecov.io/github/saxix/django-adminfilters?branch=develop)
1010
[![Test](https://github.com/saxix/django-adminfilters/actions/workflows/test.yml/badge.svg)](https://github.com/saxix/django-adminfilters/actions/workflows/test.yml)
1111
[![ReadTheDocs](https://readthedocs.org/projects/django-adminfilters/badge/?version=latest)](https://django-adminfilters.readthedocs.io/en/latest/)

0 commit comments

Comments
 (0)