Commit graph

178 commits

Author SHA1 Message Date
Igor Malinovskiy
efdd3ab086 Assign copy of kwargs instead of direct reference
Make a shallow copy of kwargs and assign it to the data attribute. 
It allows overriding the save method of the model which can modify data if needed.
2023-05-22 21:53:38 -03:00
Gagan Deep
ba81517243 Release 1.7.0 2023-05-22 21:53:38 -03:00
Gagan Deep
dea5f04ada Added default auto field in application config 2023-05-22 21:53:35 -03:00
Max Wittig
11a3a98782 fix(signals): make it compatible to Django 4.X. (#323) 2023-05-22 21:52:45 -03:00
Akhmed Gaziev
78a7039cc5 Add localization 2021-04-06 12:38:20 +03:00
Petr Dlouhý
e8d2a251c2
Fix IE11: don't use unsupported forEach (#291) 2020-07-23 13:56:55 -05: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
Federico Capoano
10ba3bf325 1.6.0 release 2020-02-21 16:07:15 -05:00
Hameed Gifford
9596b599ad
JSONField has updated, the patch is no longer needed. Horray! 2020-02-13 15:13:56 -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
Federico Capoano
0fba0345a7
Merge pull request #264 from noamkush/admin-prefetch-actor
Added prefetch for actor field in admin
2019-12-19 14:19:21 +01:00
Álvaro
e7f1a24c9e
Update views.py 2019-09-18 13:43:50 +02:00
Noam
afef4a251b Added prefetch for actor field in admin 2019-09-12 10:19:08 +03:00
Federico Capoano
d55aae4e3d [models] Added AbstractNotification #202
Implements and closes #102
2019-04-28 14:59:42 -04:00
Federico Capoano
c271193215
Merge pull request #246 from tuky/patch-1
add db_index to default ordering field timestamp
2019-04-26 20:10:29 -04:00
Ehmad Zubair
01e9cb97e2 fix: Compatibility with Django 2.1+ 2019-04-18 14:58:42 +05:00
Tobias Krönke
1d7e3dcd43
Rename 0007_auto_20181026_0541.py to 0007_add_timestamp_index.py 2019-01-22 09:59:35 +01:00
Tobias Kroenke
3f3d947581 add generated migration 2018-10-26 13:41:06 +02:00
Tobias Krönke
d48c8215f5
add db_index to default ordering field timestamp 2018-10-26 12:23:35 +02:00
Juliano Gouveia
51677dd836 Fix url pattern alias for the re_path django recommended function 2018-06-14 12:26:19 -03:00
Juliano Gouveia
c7c1240f36 Remove duplicate url patterns by a more pythonic alternative 2018-06-14 12:26:19 -03:00
Alvaro Leonel
970a4907b3 Fix #205 Adds ListAll and CountALL endpoints 2018-06-07 23:37:51 -03:00
Alvaro Leonel
785c73a0cd Use of timezone in exemple 2018-06-07 23:02:35 -03:00
Alvaro Leonel
368e41d469 Fix #164 Add a filter to check if an user has notifications 2018-06-07 23:01:50 -03:00
Alvaro Leonel
71c7daf2f1 Improve code quality on notifications_tags.py 2018-05-31 01:13:16 -03:00
Alvaro Leonel
d8bdda1167 Improve code quality of tests/views.py 2018-05-31 01:06:14 -03:00
Alvaro Leonel
a02dea6e2a Improve code quality of tests/urls.py 2018-05-31 01:06:03 -03:00
Alvaro Leonel
54d02864b9 Improve code quality of tests.py 2018-05-31 01:05:53 -03:00
Alvaro Leonel
fa40750e8b Improve code quality of tests/settings.py 2018-05-31 01:05:44 -03:00
Alvaro Leonel
d8e71ef901 Improve code quality of notifications_tag.py 2018-05-31 01:05:28 -03:00
Alvaro Leonel
55471785fb Improve code quality on __init__.py, admin.py and apps.py 2018-05-31 00:22:43 -03:00
Alvaro Leonel
3020ec0d97 Improve code quality on models.py 2018-05-31 00:18:45 -03:00
Alvaro Leonel
e67155bc06 Improve code quality on settings.py 2018-05-31 00:05:08 -03:00
Alvaro Leonel
67d84dcaae Improve code quality on signals.py 2018-05-31 00:02:45 -03:00
Alvaro Leonel
1081f7aa75 Improve code quality on urls.py 2018-05-31 00:01:27 -03:00
Alvaro Leonel
9c7953433b Improve code quality on utils.py 2018-05-30 23:59:07 -03:00
Alvaro Leonel
09031fc763 Improved code quality on manage.py, setup.py and views.py 2018-05-30 23:55:54 -03:00
Alvaro Leonel
4ea1f90a49 Fix #218 2018-05-30 23:03:57 -03: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
f7f0cda92d Improve url confs for better support of Django 2.0+ 2018-05-30 01:11:40 -03:00
Alvaro Leonel
01f9156e25 Release version 1.4.0 2018-05-26 21:36:09 -03:00
Federico Capoano
2d22f44000 [tests] MIDDLEWARE = MIDDLEWARE_CLASSES (for django 2.0) 2018-02-19 15:43:18 +01:00
Federico Capoano
c0b55c297b Bumped VERSION to 1.4.0 alpha 2018-02-19 15:41:47 +01:00
Federico Capoano
abc4c27f2a Added indexes (closes #153) 2018-02-19 15:41:40 +01:00
John Pham
652222d2b8 Django 2.0 support 2017-12-07 08:38:29 +08:00
Aaron Zhao
cf0a11d775 update queryset methods mark_as_sent() and mark_as_unsent() 2017-08-01 14:48:08 +08: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
c5f1579450 Fix #155 2017-06-26 21:58:02 -04:00