Commit graph

359 commits

Author SHA1 Message Date
Yang.Y
3e6e2310f0 Update setup.py 2023-05-22 21:53:40 -03:00
Yang.Y
cc04ef119f Convert README to markdown 2023-05-22 21:53:40 -03:00
Yang.Y
1c271f7a47 Add YPCrumble to core contributor list 2023-05-22 21:53:39 -03:00
YPCrumble
9c137948f5 Update GitHub Actions configuration to match latest tox-gh-actions RE… (#354)
* Update GitHub Actions configuration to match latest tox-gh-actions README.

* Add gh-actions configuration to tox.ini.
2023-05-22 21:53:39 -03:00
Ian Campbell
51fc5f3ade Use GitHub Actions for CI. 2023-05-22 21:53:39 -03:00
Ian Campbell
c2e2640f6e Update README and setup files to show updated version support for Python and Django. 2023-05-22 21:53:38 -03:00
Ian Campbell
d493e09491 Update tox.ini to correspond to currently supported versions of Python and Django. 2023-05-22 21:53:38 -03:00
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
Yang.Y
c22380189e Update README.rst
Looking for contributors.
2023-05-22 21:52:46 -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
dcf84acb4e
Update setup.py 2021-04-06 13:01:11 +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
Federico Capoano
b42e9713cb
Merge pull request #286 from TheOneAboveAllTitan/issues/28
[swapper] Removed hardlinks for Notification model #285
2020-04-11 20:27:48 -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
Federico Capoano
10ba3bf325 1.6.0 release 2020-02-21 16:07:15 -05:00
Federico Capoano
ddfd1c3449
Merge pull request #273 from hamstap85/latest-version-tests
Test python 3.8 and Django 3.0
2020-02-21 15:57:41 -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
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
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
Federico Capoano
b63a8eab03
Merge pull request #266 from alvarovelezgalvez/master
Added never_cache to some views to avoid no-update bug
2019-12-19 14:18:19 +01:00
Federico Capoano
c45363506b
Merge pull request #262 from Siecje/fix_readme
Fix install from source instructions
2019-12-19 14:15:52 +01:00
Federico Capoano
e5d866fb26 [#202] Added missing notifications.base in setup.py 2019-10-24 13:10:06 -03: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
Cody Scott
02f08b7aa7 Fix install from source instructions 2019-07-23 10:55:59 -04:00
Federico Capoano
bf772f6d44
Merge pull request #255 from django-notifications/abstract-models-202
[models] Added AbstractNotification #202
2019-07-15 21:20:36 -04: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
Yang.Y
49aa1d4bb8
Merge pull request #253 from ehmadzubair/master
Fix: Compatibility with Django 2.1+
2019-04-19 14:19:21 +08: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
Alvaro Leonel
8ba5e32cea Updating changelog 2018-07-08 14:31:18 -03: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
e65f194718 Remove support for python 3.3 2018-06-07 23:49:45 -03:00
Alvaro Leonel
970a4907b3 Fix #205 Adds ListAll and CountALL endpoints 2018-06-07 23:37:51 -03:00
Alvaro Leonel
2bc9ea6b89 Fix tox test matrix 2018-06-07 23:03:30 -03:00
Alvaro Leonel
58782e4272 Adds python 3.6 to travis tests 2018-06-07 23:03:08 -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
718b55ffb9 Update install from source on README 2018-05-31 09:33:14 -03:00
Alvaro Leonel
aaae501258 Fix file header order 2018-05-31 01:15:40 -03:00