File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 77[ ![ PyPI python versions] ( https://img.shields.io/pypi/pyversions/drf-excel.svg )] ( https://pypi.python.org/pypi/drf-excel/ )
88[ ![ PyPI django versions] ( https://img.shields.io/pypi/djversions/drf-excel.svg )] ( https://pypi.org/project/drf-excel/ )
99[ ![ PyPI status] ( https://img.shields.io/pypi/status/drf-excel.svg )] ( https://pypi.python.org/pypi/drf-excel )
10- [ ![ CI] ( https://github.com/wharton /drf-excel/actions/workflows/test.yml/badge.svg )] ( https://github.com/wharton /drf-excel/actions/workflows/test.yml )
11- [ ![ codecov] ( https://codecov.io/gh/wharton /drf-excel/graph/badge.svg?token=EETTI9XRNO )] ( https://codecov.io/gh/wharton /drf-excel )
10+ [ ![ CI] ( https://github.com/django-commons /drf-excel/actions/workflows/test.yml/badge.svg )] ( https://github.com/django-commons /drf-excel/actions/workflows/test.yml )
11+ [ ![ codecov] ( https://codecov.io/gh/django-commons /drf-excel/graph/badge.svg?token=EETTI9XRNO )] ( https://codecov.io/gh/django-commons /drf-excel )
1212
1313` drf-excel ` provides an Excel spreadsheet (xlsx) renderer for Django REST Framework. It uses OpenPyXL to create the spreadsheet and provide the file to the end user.
1414
@@ -297,7 +297,7 @@ def custom_value_formatter(val):
297297 results: [
298298 {
299299 title: ' XLSX renderer' ,
300- url: ' https://github.com/wharton /drf-excel'
300+ url: ' https://github.com/django-commons /drf-excel'
301301 returned_dict: {
302302 val1: {
303303 title: ' Sometimes'
@@ -338,8 +338,8 @@ xlsx_custom_mappings = {
338338
339339## Release Notes and Contributors
340340
341- * [ Release notes] ( https://github.com/wharton /drf-excel/releases )
342- * [ Our wonderful contributors] ( https://github.com/wharton /drf-excel/graphs/contributors )
341+ * [ Release notes] ( https://github.com/django-commons /drf-excel/releases )
342+ * [ Our wonderful contributors] ( https://github.com/django-commons /drf-excel/graphs/contributors )
343343
344344## Maintainers
345345
Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ dev = [
4343]
4444
4545[project .urls ]
46- "Homepage" = " https://github.com/wharton /drf-excel/"
47- "Repository" = " https://github.com/wharton /drf-excel/"
48- "Documentation" = " https://github.com/wharton /drf-excel/"
46+ "Homepage" = " https://github.com/django-commons /drf-excel/"
47+ "Repository" = " https://github.com/django-commons /drf-excel/"
48+ "Documentation" = " https://github.com/django-commons /drf-excel/"
4949
5050[build-system ]
5151requires = [" setuptools>=67" , " setuptools_scm>=7" , " wheel" ]
You can’t perform that action at this time.
0 commit comments