Skip to content

Commit

Permalink
Added Django REST Framework usage docs (#238)
Browse files Browse the repository at this point in the history
* Added Django REST Framework usage notes

* Better instructions

Based on discussion in #238 (comment)
  • Loading branch information
mikhuang authored and Stranger6667 committed Nov 15, 2016
1 parent 0ab6d82 commit f429789
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,12 @@ occurs, and automatic conversion can hide bugs. Also, with automatic conversion
you lose some properties like commutativity (``A + B == B + A``) due to
conversions happening in different directions.

Usage with Django REST Framework
--------------------------------

For MoneyFields to automatically work with Django REST Framework, make sure
that ``djmoney`` is in the ``INSTALLED_APPS`` of your ``settings.py``.

Known Issues
------------
Updates to a model form will not save in Django 1.10.1. They will save in 1.10.0 and is expected to be fixed in Django 1.10.2.
Expand Down

0 comments on commit f429789

Please sign in to comment.