Commit graph

82 commits

Author SHA1 Message Date
Yang.Y
c22380189e Update README.rst
Looking for contributors.
2023-05-22 21:52:46 -03:00
TheOneAboveAllTitan
43e7fc6c6f [sample_app] Added sample app 2020-05-07 10:49:47 -05:00
TheOneAboveAllTitan
6fe8fe6678 [swapper] Removed hardlinks for Notification model #285 2020-04-12 01:21:16 +05:30
Yang.Y
8dd1a5e82f
Update README.rst
Add Federico Capoano (@nemesisdesign) to team list.
2020-02-22 16:38:53 +08:00
Hameed Gifford
80830d1559
Only support mainstream Django versions 2020-01-24 11:17:16 -05:00
Hameed Gifford
95c6a48108
Test python 3.8 and Django 3.0
Aligns the doc specs to match tested versions
2020-01-19 01:18:25 -05:00
Cody Scott
02f08b7aa7 Fix install from source instructions 2019-07-23 10:55:59 -04:00
Federico Capoano
d55aae4e3d [models] Added AbstractNotification #202
Implements and closes #102
2019-04-28 14:59:42 -04:00
Alvaro Leonel
e65f194718 Remove support for python 3.3 2018-06-07 23:49:45 -03:00
Alvaro Leonel
718b55ffb9 Update install from source on README 2018-05-31 09:33:14 -03:00
pandabearcoder
dc4c98e514 Added note to argument actor 2018-05-30 01:26:18 -04:00
Alvaro Leonel
d43c6adf3e Fix typing 2018-05-30 02:21:16 -03:00
Alvaro Leonel
de6d41818b Fix #69 2018-05-30 02:18:33 -03:00
Alvaro Leonel
3d06666bc2 Fix run test server 2018-05-30 01:10:24 -03:00
Federico Capoano
1379d3b52b Merge branch 'django-2.0' of https://github.com/phamk/django-notifications 2018-02-19 15:08:23 +01:00
Alvaro Leonel
ee531a65e9
Fixing documentation about templatetags. 2017-12-17 08:13:26 -03:00
John Pham
652222d2b8 Django 2.0 support 2017-12-07 08:38:29 +08:00
Yao Feng
e16d0cb39b modify 'qs.read' to 'qs.sent' 2017-08-29 16:16:23 +08:00
Yao Feng
0624874a8b modify 'sintax' to 'syntax' 2017-08-29 15:46:26 +08:00
Aidas Bendoraitis
18083d152c Typo in the README 2017-07-26 07:01:52 +02:00
Aidas Bendoraitis
dfc61b5060 Formatting changed in the README 2017-07-23 04:06:14 +02:00
Aidas Bendoraitis
4f752475a2 Typos and formatting fixed in the README 2017-07-23 04:04:08 +02:00
Alvaro Leonel
81aec93bba Uses a class instead of a id to fill live notifications 2017-07-02 19:23:22 -04:00
Alvaro Leonel
8e6a595f38 Fix header on README 2017-06-26 22:46:02 -04:00
Alvaro Leonel
0f137375df Fix README 2017-06-26 22:44:22 -04:00
Alvaro Leonel
877713681e Serializing the django-notifications Model exemple 2017-06-26 22:17:32 -04:00
Alvaro Leonel
37bb7f6ade Bump version 1.3 2017-06-25 19:27:43 -04:00
Yang.Y
c04e70eb1a Welcome Alvaro join us as project maintainer 2017-06-24 09:44:33 +08:00
Zhongyuan
d07c7a7a5c Update README 2017-03-03 11:11:59 +08:00
Nick Hargreaves
59fe781d82 Ref to badge count instead of list 2017-02-16 20:46:39 +03:00
Tazavoo
f68f9e8b71 Corrected 'api_url_name' to 'api_name' in README.rst
Corrected argument name 'api_url_name' to 'api_name' in the README.rst for function register_notify_callbacks in templatetags/notificationtags.py.
2016-09-26 15:43:44 +03:00
Zhongyuan
dece4ad357 Merge pull request #150 from osminogin/api-mark-as-read
Mark notifications as read for API requests
2016-09-26 09:26:51 +08:00
Vladimir Osintsev
1ab6fe2a04 Minor fixes to documentation 2016-09-25 15:11:08 +03:00
Vladimir Osintsev
99dfa0a818 Add mark_as_read param for API 2016-09-25 00:58:52 +03:00
Vladimir Osintsev
cfe907d793 Django 1.10 support (latest LTS release) 2016-09-03 22:12:04 +03:00
Zhongyuan
69e9346464 Fix issue #135 2016-05-16 16:25:31 +08:00
Henrique Pereira
f7a8fc8501 Fixed parameter name error in README.rst
There is no to_fetch parameter. The correct name is fetch.
2016-04-15 15:01:58 -03:00
Samuel Spencer
1b85a996df catchup 2016-02-08 03:57:02 +00:00
Samuel Spencer
d55762edd3 Added sentinals for unauthenticated users, preventing a 500 error
also fix spelling mistake in README
2016-02-08 03:54:35 +00:00
Zhongyuan
85a4d7f283 Fix a typo in README (issue #110) 2015-12-30 16:28:43 +08:00
Yang.Y
3da99ca328 Update README.rst
"recipient" can also be a Group
2015-12-21 13:01:44 +08:00
Zhongyuan
1ddf085612 Add app_name in urls.py 2015-12-17 18:10:08 +08: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
areski
5323079489 fix doc import signals 2015-12-12 11:33:46 +01:00
Samuel Spencer
0aa46f7567 fix merge 2015-12-12 09:41:12 +00:00
Samuel Spencer
20548d195f added live tester page. Confirmed all works. 2015-12-12 07:09:20 +00:00
Sebastian Illing
888a59240f Update README.rst 2015-12-09 14:36:16 +01:00
Zhongyuan
30a3708bf9 Temporarily remove Django1.9 from travis, there are still some bugs 2015-12-07 15:54:07 +08: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