Skip to content

Commit

Permalink
Bump to version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Aug 22, 2017
1 parent 1804797 commit 7d1ee4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion djng/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
13. git push
"""

__version__ = '1.1.1'
__version__ = '1.1.2'

default_app_config = 'djng.app_config.DjangoAngularConfig'
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
Release History
===============

1.1.2
-----
* Rather than checking if a field in a form that uses the ``NgMixins`` is in ``djng.forms.fields``,
check if the field inherits from ``DefaultFieldMixin``. Allows the use of custom form fields.

1.1.1
-----
* Added spinner to upload areas. Whenever one uploads a file, the wheel spins to improve the client's
Expand Down

0 comments on commit 7d1ee4c

Please sign in to comment.