File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 7
7
[ ![ PyPI python versions] ( https://img.shields.io/pypi/pyversions/drf-excel.svg )] ( https://pypi.python.org/pypi/drf-excel/ )
8
8
[ ![ PyPI django versions] ( https://img.shields.io/pypi/djversions/drf-excel.svg )] ( https://pypi.org/project/drf-excel/ )
9
9
[ ![ 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 )
12
12
13
13
` 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.
14
14
@@ -297,7 +297,7 @@ def custom_value_formatter(val):
297
297
results: [
298
298
{
299
299
title: ' XLSX renderer' ,
300
- url: ' https://github.com/wharton /drf-excel'
300
+ url: ' https://github.com/django-commons /drf-excel'
301
301
returned_dict: {
302
302
val1: {
303
303
title: ' Sometimes'
@@ -338,8 +338,8 @@ xlsx_custom_mappings = {
338
338
339
339
## Release Notes and Contributors
340
340
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 )
343
343
344
344
## Maintainers
345
345
Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ dev = [
43
43
]
44
44
45
45
[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/"
49
49
50
50
[build-system ]
51
51
requires = [" setuptools>=67" , " setuptools_scm>=7" , " wheel" ]
You can’t perform that action at this time.
0 commit comments