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 1
1
Changes
2
2
=======
3
3
4
- tip (unreleased )
5
- ----------------
4
+ 1.6.3 (2015-07-30 )
5
+ ------------------
6
6
- Respect `to_field ` and `db_column ` parameters (gh-182)
7
7
8
8
1.6.2 (2015-07-04)
Original file line number Diff line number Diff line change @@ -3,12 +3,16 @@ django-simple-history
3
3
4
4
.. image :: https://secure.travis-ci.org/treyhunner/django-simple-history.png?branch=master
5
5
:target: http://travis-ci.org/treyhunner/django-simple-history
6
+ :alt: Build Status
7
+
6
8
.. image :: https://img.shields.io/codecov/c/github/treyhunner/django-simple-history/master.svg
7
9
: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
+
12
16
.. image :: https://landscape.io/github/treyhunner/django-simple-history/master/landscape.png
13
17
:target: https://landscape.io/github/treyhunner/django-simple-history/master
14
18
:alt: Code Health
@@ -29,9 +33,3 @@ Pull requests are welcome. Read the CONTRIBUTING file for tips on
29
33
submitting a pull request.
30
34
31
35
.. _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 1
1
from __future__ import unicode_literals
2
2
3
- __version__ = '1.6.2 '
3
+ __version__ = '1.6.3 '
4
4
5
5
6
6
def register (
You can’t perform that action at this time.
0 commit comments