Skip to content

Commit 42536aa

Browse files
committed
Another tried to configure buy a coffe
1 parent b31dec6 commit 42536aa

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,20 @@ django-multiselectfield
44

55
.. image:: https://github.com/goinnn/django-multiselectfield/actions/workflows/tests.yaml/badge.svg
66
:target: https://github.com/goinnn/django-multiselectfield/actions/workflows/tests.yaml
7+
:height: 40px
78

89
.. image:: https://coveralls.io/repos/goinnn/django-multiselectfield/badge.png?branch=master
910
:target: https://coveralls.io/r/goinnn/django-multiselectfield
11+
:height: 40px
1012

1113
.. image:: https://badge.fury.io/py/django-multiselectfield.png
1214
:target: https://badge.fury.io/py/django-multiselectfield
15+
:height: 40px
1316

14-
.. image:: https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png
17+
.. image:: https://cdn.buymeacoffee.com/buttons/v2/arial-yellow.png
1518
:target: https://www.buymeacoffee.com/goinnn
1619
:alt: Buy me a coffee
17-
:height: 20px
18-
:width: 72px
20+
:height: 40px
1921

2022

2123
A new model field and form field. With this, you can get a multiple select from choices. It is stored to the database as a CharField of comma-separated values.

0 commit comments

Comments
 (0)