Skip to content

Commit

Permalink
updates changelog, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
normic committed Apr 25, 2015
1 parent 3fcae02 commit 9059496
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
version 1.1.3:
Version 1.1.4:
- Updated imports to use with Django 1.7+
- changed namespace to avoid conflicts

Version 1.1.3:
- Updated JSON import for Django 1.5+

Version 1.1.2:
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ The additional capabilities are:
- relations - a list or dictionary of model related fields to be followed
and serialized.

To use it simply add it to SERIALIZATION_MODULES in your settings.py.

Example of serializing a relation
---------------------------------

Expand All @@ -39,5 +41,3 @@ Example of serializing a relation
}
}
]


2 changes: 1 addition & 1 deletion wadofstuff/django/serializers/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.2'
__version__ = '1.1.4'

0 comments on commit 9059496

Please sign in to comment.