Commit graph

24 commits

Author SHA1 Message Date
Yang.Y
dfeeec5e2e Tests no more depend on 'six' (refer to #105) 2016-01-04 11:15:48 +08:00
Yang.Y
2906001944 Django recommends pytz, and uses it internally 2016-01-04 11:11:21 +08:00
Curtis Maloney
46c5a1e6b3 Use Django's vendored copy of six 2015-12-18 09:05:33 +11:00
Zhongyuan
72a610551c Merge branch 'drop-support-django1.6'
Conflicts:
	notifications/__init__.py
	notifications/templatetags/notifications_tags.py
	notifications/tests/settings.py
	notifications/tests/urls.py
	setup.py
2015-12-14 16:02:02 +08:00
Yang.Y
762f0973ac Fix versioning: import __version__ at setup.py directly is error-prone, and use a standalone version.py outside package source also not a good idea. 2015-12-14 10:01:43 +08:00
areski
7634dff290 Fix Pep8 & use setuptools 2015-12-11 14:32:20 +01:00
Zhongyuan
3e6861a6cc Remove support for Python 3.2 as coverage 4 is not supporting it (http://coverage.readthedocs.org/en/coverage-4.0.3/changes.html#version-4-0-20-september-2015) 2015-12-07 15:13:38 +08:00
Zhongyuan
d297017eb1 Drop support for Django 1.6 and below 2015-12-07 11:17:37 +08:00
zhangz
7f63fcf315 Update model-utils version for compatibility issue 2015-12-03 16:49:53 +08:00
Álvaro Lázaro Gallego
b06b3185a3 Fix setup 2015-11-26 12:47:48 +01:00
Yang.Y
493e11ec79 Bump version 0.7.1 2015-10-20 10:19:03 +08:00
allangz
a24819aa8e Update setup.py to include static javascript files 2015-09-24 04:03:54 -05:00
Yang.Y
9e91cd965b Bump version 0.7.0 2015-04-21 10:25:52 +08:00
Yang.Y
56298d508e Update README, CHANGELOG and AUTHORS 2015-04-21 09:53:28 +08:00
theodore.therone@gmail.com
9608ee8a6e Added tests, confirmed works for python2/3
Also added .travis.yml
2015-03-28 08:25:56 +00:00
zzy
e244ba3ec0 Add 'data' field into Notification model 2015-03-20 19:03:41 +08:00
Ilya Grishkov
060d49f898 Added south_migration to the setup.py package list 2015-03-08 22:30:33 +01:00
Ivan
8c7cc0d3c1 Python3 compatibility (using six). 2015-02-04 15:25:20 +00:00
danxshap
d116f6aa8a require django-model-utils >= 2.0.3 2014-03-31 16:53:49 -04:00
danxshap
c070f82d92 add max version for django-model-utils dependency 2014-03-15 23:04:44 -04:00
Brant Young
4a68e71edf fix: more accurate data field in migration script; use assignment template tag; code clean 2012-10-25 12:46:06 +08:00
Matthew Schinckel
ef02350aa2 Require django to be installed. 2012-10-25 09:40:19 +10:30
Matthew Schinckel
d8567930b4 Change 'readed' field to unread.
Add a better manager/queryset. (required django-model-utils).
2012-10-23 17:20:29 +10:30
Brant Young
da17a04911 First version based on django-activity-stream v0.4.3 2012-07-22 21:14:44 +08:00