File tree Expand file tree Collapse file tree 3 files changed +11
-13
lines changed Expand file tree Collapse file tree 3 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 11Changes
22=======
33
4- tip (unreleased )
5- ----------------
4+ 1.6.3 (2015-07-30 )
5+ ------------------
66- Respect `to_field ` and `db_column ` parameters (gh-182)
77
881.6.2 (2015-07-04)
Original file line number Diff line number Diff line change @@ -3,12 +3,16 @@ django-simple-history
33
44.. image :: https://secure.travis-ci.org/treyhunner/django-simple-history.png?branch=master
55 :target: http://travis-ci.org/treyhunner/django-simple-history
6+ :alt: Build Status
7+
68.. image :: https://img.shields.io/codecov/c/github/treyhunner/django-simple-history/master.svg
79 :target: http://codecov.io/github/treyhunner/django-simple-history?branch=master
8- .. image :: https://pypip.in/v/django-simple-history/badge.png
9- :target: https://crate.io/packages/django-simple-history
10- .. image :: https://pypip.in/d/django-simple-history/badge.png
11- :target: https://crate.io/packages/django-simple-history
10+ :alt: Test Coverage
11+
12+ .. image :: https://img.shields.io/pypi/v/django-simple-history.svg
13+ :target: https://pypi.python.org/pypi/django-simple-history
14+ :alt: PyPI Version
15+
1216.. image :: https://landscape.io/github/treyhunner/django-simple-history/master/landscape.png
1317 :target: https://landscape.io/github/treyhunner/django-simple-history/master
1418 :alt: Code Health
@@ -29,9 +33,3 @@ Pull requests are welcome. Read the CONTRIBUTING file for tips on
2933submitting a pull request.
3034
3135.. _PyPI : https://pypi.python.org/pypi/django-email-log/
32-
33-
34- .. image :: https://d2weczhvl823v0.cloudfront.net/treyhunner/django-simple-history/trend.png
35- :alt: Bitdeli badge
36- :target: https://bitdeli.com/free
37-
Original file line number Diff line number Diff line change 11from __future__ import unicode_literals
22
3- __version__ = '1.6.2 '
3+ __version__ = '1.6.3 '
44
55
66def register (
You can’t perform that action at this time.
0 commit comments