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
Brant.Y
5ac698d973
Merge pull request #27 from danxshap/model_utils_version
...
Add max version for django-model-utils dependency
2014-03-16 19:24:00 +08:00
danxshap
c070f82d92
add max version for django-model-utils dependency
2014-03-15 23:04:44 -04:00
Brant.Y
02333656ce
Update README.rst
2014-01-31 22:37:49 +08:00
Brant.Y
ea9becf8d0
Merge pull request #20 from fay/master
...
use different `now` function according to the `USE_TZ` setting
2013-12-11 21:16:43 -08:00
Brant.Y
6f8d40e61d
Merge pull request #23 from srtab/patch-3
...
Added url to mark as unread too
2013-12-11 21:16:08 -08:00
Brant.Y
851f7c0e66
Merge pull request #22 from srtab/patch-2
...
Added view to mark as unread too
2013-12-11 21:15:53 -08:00
Brant.Y
3e6ce01288
Merge pull request #21 from srtab/patch-1
...
Generic user model to recipient foreign key
2013-12-11 21:15:09 -08:00
Sandro Rodrigues
a87043b5b0
Added url to mark as unread too
...
Forgot to pull that when added mark as unread on view
2013-12-12 01:10:34 +00:00
Sandro Rodrigues
f56a66f67c
Added method to mark as unread too
2013-12-12 01:07:35 +00:00
Sandro Rodrigues
74313bc2f1
Generic user model to recipient foreign key
2013-12-12 00:53:31 +00:00
fay
43516ca049
use different now function according to the USE_TZ setting
2013-11-04 13:43:59 +08:00
Fábio C. Barrioneuvo da Luz
ab1b04520e
fix issues #15 #18 #19 . change absolute import to relative imports
2013-10-29 19:58:47 -03:00
Brant Young
a73c01f167
forgot the parenthesis
2013-04-17 23:13:03 +08:00
Brant.Y
099c9c220a
Merge pull request #11 from ChocolateCookies/timezone
...
Fixed for apps that have USE_TZ set to False.
2013-04-17 05:55:57 -07:00
Adriaan
00fd2501d6
Fixed for apps that have USE_TZ set to False.
2013-04-17 14:19:50 +02:00
Brant Young
b839149418
Release 0.6.0
2013-03-06 09:57:17 +08:00
Brant.Y
a847ab7d39
Update README.rst
2013-03-06 09:26:49 +08:00
Brant.Y
920f41857f
Update README.rst
2013-02-28 16:29:30 +08:00
Brant.Y
9a16deb4a3
Merge pull request #8 from khalas/master
...
Fixed enumerated list in "How to migrate schema to 0.5.5" paragraph
2013-02-24 18:25:46 -08:00
Konrad Hałas
788d4f5b45
Fixed enumerated list in docs.
2013-02-24 12:27:01 +01:00
Brant.Y
0c1df342ce
Merge pull request #7 from peppelorum/patch-1
...
Update README.rst
2013-02-21 02:48:00 -08:00
Peppe Bergqvist
8b47ee67f9
Update README.rst
...
Removed namespaces since it causes an error (atleast for me)
2013-02-20 19:57:58 +01:00
Brant.Y
f6d206589b
Merge pull request #4 from miratcan/master
...
Can't show notification objects at admin panel or shell, missing unicode support.
2012-12-27 05:06:54 -08:00
Mirat Can Bayrak
7688f67cbc
Little fix for README
2012-12-26 20:49:05 +02:00
Mirat Can Bayrak
87c7d38e3f
missing unicode support for notification model
2012-12-26 20:41:23 +02:00
Brant Young
4c0a83d98a
update doc and release 0.5.5
2012-10-25 12:56:00 +08: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
Brant.Y
fe4f6d0eed
Merge pull request #2 from schinckel/master
...
Support for arbitrary data attribute.
2012-10-24 19:54:00 -07:00
Matthew Schinckel
bb6f533da8
Use urls with namespaces.
...
Use request.user.notifications instead of Notifications.objects...
Use render() instead of render_to_response()
2012-10-25 09:42:32 +10:30
Matthew Schinckel
182be4295d
Remove unused comment.
2012-10-25 09:42:17 +10:30
Matthew Schinckel
9d7a22c645
Restructure and simplify templates.
2012-10-25 09:41:55 +10:30
Matthew Schinckel
bc54bc092b
Add a level attribute.
2012-10-25 09:41:21 +10:30
Matthew Schinckel
167133c635
Clean up documentation for new API/queryset methods.
2012-10-25 09:40:39 +10:30
Matthew Schinckel
ef02350aa2
Require django to be installed.
2012-10-25 09:40:19 +10:30