File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -5,16 +5,17 @@ Django Activity Stream
5
5
.. image :: https://img.shields.io/coveralls/justquick/django-activity-stream.svg
6
6
:target: https://coveralls.io/r/justquick/django-activity-stream
7
7
8
+ .. image :: https://scrutinizer-ci.com/g/justquick/django-activity-stream/badges/quality-score.png?b=master
9
+ :target: https://scrutinizer-ci.com/g/justquick/django-activity-stream/
10
+
8
11
.. image :: https://img.shields.io/travis/justquick/django-activity-stream.svg
9
12
:target: https://travis-ci.org/justquick/django-activity-stream
10
13
11
14
.. image :: https://img.shields.io/pypi/v/django-activity-stream.svg
12
15
:target: https://pypi.python.org/pypi/django-activity-stream
13
- :alt: Latest PyPI version
14
16
15
17
.. image :: https://img.shields.io/pypi/dm/django-activity-stream.svg
16
18
:target: https://pypi.python.org/pypi/django-activity-stream
17
- :alt: Number of PyPI downloads
18
19
19
20
Django Activity Stream is a way of creating activities generated by the actions on your site.
20
21
Original file line number Diff line number Diff line change 3
3
except :
4
4
pass
5
5
6
- __version__ = '0.6.2 '
6
+ __version__ = '0.6.3 '
7
7
__author__ = 'Justin Quick <[email protected] >'
8
8
default_app_config = 'actstream.apps.ActstreamConfig'
Original file line number Diff line number Diff line change 1
1
from django .core .exceptions import ImproperlyConfigured
2
- from django .utils .encoding import force_text
3
2
4
3
from actstream import settings
5
4
from actstream .signals import action
Original file line number Diff line number Diff line change 3
3
Changelog
4
4
=========
5
5
6
+ 0.6.3
7
+ -----
8
+
9
+ - MySQL monkey patch removal
10
+ - Scrutinizer CI integration
11
+
6
12
0.6.2
7
13
-----
8
14
You can’t perform that action at this time.
0 commit comments