Skip to content

Commit

Permalink
Link to py-moneyed in README
Browse files Browse the repository at this point in the history
To make it easier for users to find the py-moneyed docs etc.
  • Loading branch information
spookylukey committed Jun 7, 2021
1 parent 9b1e6ad commit 2798729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ django-money
:target: https://pypi.python.org/pypi/django-money
:alt: PyPI

A little Django app that uses ``py-moneyed`` to add support for Money
A little Django app that uses `py-moneyed <https://github.com/py-moneyed/py-moneyed>`_ to add support for Money
fields in your models and forms.

* Django versions supported: 1.11, 2.1, 2.2, 3.0, 3.1
Expand All @@ -26,7 +26,7 @@ fields in your models and forms.

If you need support for older versions of Django and Python, please refer to older releases mentioned in `the release notes <https://django-money.readthedocs.io/en/latest/changes.html>`__.

Through the dependency ``py-moneyed``, ``django-money`` gets:
Through the dependency `py-moneyed <https://github.com/py-moneyed/py-moneyed>`_, ``django-money`` gets:

* Support for proper Money value handling (using the standard Money
design pattern)
Expand Down

0 comments on commit 2798729

Please sign in to comment.