Skip to content

Commit 8ff2ead

Browse files
Update README.md
1 parent 1cafb61 commit 8ff2ead

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
# Django Easy Pagination
2-
3-
A Django REST Framework library providing customizable pagination classes with rich metadata and flexible configuration options.
4-
51
[![Python Version](https://img.shields.io/badge/python-3.9+-blue.svg)](https://www.python.org/downloads/)
62
[![Django Version](https://img.shields.io/badge/django-4.1+-green.svg)](https://www.djangoproject.com/)
73
[![DRF Version](https://img.shields.io/badge/drf-3.12+-orange.svg)](https://www.django-rest-framework.org/)
84

9-
[![PyPI version](https://img.shields.io/pypi/v/easy-pagination.svg?v=1)](https://pypi.org/project/easy-pagination/)
10-
115
[![PyPI version](https://img.shields.io/pypi/v/easy-pagination.svg)](https://pypi.org/project/easy-pagination/)
6+
[![Downloads](https://img.shields.io/pypi/dm/easy-pagination.svg)](https://pypi.org/project/easy-pagination/)
127

138
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
149

10+
# Django Easy Pagination
11+
12+
A Django REST Framework library providing customizable pagination classes with rich metadata and flexible configuration options.
13+
1514
## Features
1615

1716
**Rich Metadata**: Get comprehensive pagination information including total pages, current page, and page size

0 commit comments

Comments
 (0)