Commit graph

105 commits

Author SHA1 Message Date
zzy
191c1250df Add option "NOTIFICATIONS_SOFT_DELETE", fix issue #52 2015-04-11 13:28:52 +08:00
zzy
c8647ce302 Rename "NOTIFY_USE_JSONFIELD" to "NOTIFICATIONS_USE_JSONFIELD", as app name is "notifications". "NOTIFY..." is reserved for backward compatibility 2015-04-11 11:51:33 +08:00
zzy
cccade4c34 Remove deprecated "request.REQUEST" and "future.url" 2015-04-11 09:44:33 +08:00
Yang.Y
dbd04dd0f4 Merge pull request #51 from LegoStormtroopr/master
extra tests and coverage
2015-04-09 16:23:16 +08:00
theodore.therone@gmail.com
c01d1c5f49 Django1.6 test fixes, adding Django1.8 to test suite 2015-04-09 04:57:36 +00:00
theodore.therone@gmail.com
bc617498fa long no longer in py3, adding workaround 2015-04-09 04:43:47 +00:00
theodore.therone@gmail.com
ce0f1fc0ec extra tests and coverage
Small tweaks to views -  to  to prevent collision with python keyword.
2015-04-09 04:36:15 +00:00
Samuel Spencer
6822b6f002 Merge pull request #49 from LegoStormtroopr/master
Pulling in Travis-CI and coverage automated checks.
2015-03-29 18:05:17 +11:00
theodore.therone@gmail.com
8a91c008c9 corrected badge 2015-03-29 07:00:59 +00:00
theodore.therone@gmail.com
a7b858fbba we don't like 3.2 2015-03-29 06:46:38 +00:00
theodore.therone@gmail.com
8820f6e86e added exclusion to prevent failure 2015-03-29 06:45:07 +00:00
theodore.therone@gmail.com
b24237c676 minor tweaks for travis 2015-03-29 06:37:27 +00:00
theodore.therone@gmail.com
9a1698dcd4 adding badge (forcing a pull for Travis) 2015-03-29 05:07:51 +00:00
Yang.Y
d277f9803d Merge pull request #47 from LegoStormtroopr/master
Expanded tests for notifications
2015-03-28 21:05:59 +08:00
theodore.therone@gmail.com
970b958741 corrected travis 2015-03-28 08:50:39 +00:00
theodore.therone@gmail.com
41200818b9 Merge branch 'master' of https://github.com/LegoStormtroopr/django-notifications 2015-03-28 08:32:25 +00:00
theodore.therone@gmail.com
22bbd8d96b add .coverage to ignore 2015-03-28 08:32:07 +00:00
Samuel Spencer
dc90340f7f Delete .coverage 2015-03-28 19:31:15 +11: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
Yang.Y
a2cd0a8726 Merge pull request #45 from cubicuboctahedron/master
Added south_migration to the setup.py package list
2015-03-09 09:04:44 +08:00
Ilya Grishkov
060d49f898 Added south_migration to the setup.py package list 2015-03-08 22:30:33 +01:00
Yang.Y
8f02e30be5 Merge pull request #44 from zhang-z/master
Migration support for Django 1.7 and two new fields in Notification model
2015-02-27 10:45:01 +08:00
zzy
f351e92223 Add 'deleted' and 'emailed' field 2015-02-24 19:40:21 +08:00
zzy
736615dd77 Add migration support for Django 1.7 2015-02-24 19:25:50 +08:00
Yang.Y
44ef50eabd Merge pull request #42 from steppinstonez/master
Python3 compatibility (using six).
2015-02-04 23:37:37 +08:00
Ivan
8c7cc0d3c1 Python3 compatibility (using six). 2015-02-04 15:25:20 +00:00
Yang.Y
799f476a74 Merge pull request #39 from LegoStormtroopr/master
Adds urls and views to delete notifications, fixes #37
2014-10-14 10:14:36 +08:00
theodore.therone@gmail.com
2b81726dec Adds delete option, fixes #37 2014-10-14 01:31:53 +00:00
Brant.Y
e0c7c75349 Merge pull request #34 from Axelio/master
Adding filters and displays to model admin
2014-05-25 08:05:26 -05:00
Axel Díaz
3dae324d5e Adding filters and displays to model admin 2014-05-25 06:03:55 +00:00
Brant.Y
38f9b16997 Update README.rst 2014-05-08 20:46:40 +08:00
Brant.Y
644f304acb Merge pull request #33 from ContinuumBridge/master
Make initial migration compatible with custom user models
2014-05-08 09:23:20 +08:00
Ubuntu
6a58f06cf5 Make initial migration compatible with custom user models 2014-05-07 17:45:03 +00:00
Brant Young
bb42f850ed Release 0.6.2 2014-05-07 10:55:36 +08:00
Brant Young
03a7658d3e Fix rst syntax format 2014-05-07 10:46:48 +08:00
Brant Young
299984eaaf Add more contributors to authors list 2014-05-07 10:41:19 +08:00
Brant Young
28c444d1dd Use relatives imports
Merge branch 'master' of https://github.com/luzfcb/django-notifications

Conflicts:
	notifications/models.py
2014-05-07 10:39:43 +08:00
Brant.Y
243c373084 Update CHANGELOG.rst 2014-05-07 09:56:15 +08:00
Brant.Y
aaadbd0564 Add Blag to authors 2014-05-07 09:52:15 +08:00
Brant.Y
a8bc0cda0f Merge pull request #32 from blag/master
Supercedes PR #15 and #19 because it uses settings.AUTH_USER_MODEL in models.ForeignKeys (from #19), and removes an unused import in views.py (noticed from #15).
2014-04-24 21:07:24 +08:00
blag
3e542f94c6 Increment micro version
to indicate compatibility with Django's (>1.5) custom user models.
2014-04-24 06:01:06 -07:00
Drew Hubl
ea58a2aad1 Remove unused import 2014-04-24 06:50:35 -06:00
Brant.Y
d5b0b996d6 Merge pull request #29 from randomfish/master
Update README.rst
2014-04-08 09:15:27 +08:00
Brant.Y
1c2b234838 Merge pull request #30 from danxshap/upgrade_model_utils
Require django-model-utils >= 2.0.3
2014-04-08 09:14:07 +08:00
Brant.Y
d253b00cef Merge pull request #31 from drager/mark_as_unread
Added mark_as_unread in model
2014-04-08 09:13:09 +08:00
Jesper Håkansson
d361f1d20b Err... Forgot if not 2014-04-03 15:55:38 +02:00
Jesper Håkansson
0cb60574bb Added mark_as_unread in model 2014-04-03 15:50:06 +02:00
danxshap
d116f6aa8a require django-model-utils >= 2.0.3 2014-03-31 16:53:49 -04:00
randomfish
b64c803f28 Update README.rst 2014-03-29 04:04:28 -04:00