Commit graph

363 commits

Author SHA1 Message Date
TheOneAboveAllTitan
8d82857ff4 [models] Added method to return links to related objects. 2023-05-07 19:10:09 -03:00
Yang.Y
8558bfafcc
Update MANIFEST.in 2022-11-17 18:10:38 +08:00
Yang.Y
e2c099aa8f
Convert CHANGELOG to markdown 2022-11-17 18:10:24 +08:00
Yang.Y
94c942e6e3
Update setup.py 2022-11-17 18:06:24 +08:00
Yang.Y
5aaf166587
Convert README to markdown 2022-11-17 18:05:22 +08:00
Yang.Y
1ea18d2ca4
Add YPCrumble to core contributor list 2022-11-17 17:26:12 +08:00
YPCrumble
8b05c101a6
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.
2022-11-16 13:54:14 -05:00
YPCrumble
4e72638d76
Merge pull request #349 from YPCrumble/feature/update-test-suite-for-supported-python-and-django
Update tox.ini to correspond to currently supported versions of Pytho…
2022-11-16 13:26:22 -05:00
Ian Campbell
9b8b40b515 Merge remote-tracking branch 'upstream/master' into feature/update-test-suite-for-supported-python-and-django 2022-11-16 08:45:39 -05:00
YPCrumble
b68b8dd326
Merge pull request #351 from YPCrumble/feature/add-github-actions-for-testing
Use GitHub Actions for CI.
2022-11-16 08:38:52 -05:00
Ian Campbell
b0f74bd3e2 Use GitHub Actions for CI. 2022-11-15 10:27:58 -05:00
Ian Campbell
5a8c748d5d Update README and setup files to show updated version support for Python and Django. 2022-11-15 10:16:25 -05:00
Ian Campbell
5ad179d7f0 Update tox.ini to correspond to currently supported versions of Python and Django. 2022-11-15 10:09:46 -05:00
Igor Malinovskiy
736f641fa3
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.
2022-05-18 09:44:37 -04:00
Gagan Deep
ab4011eae6
Release 1.7.0 2022-03-01 16:27:35 -03:00
Gagan Deep
0fd3f42f71
Added default auto field in application config 2021-12-20 22:38:28 -03:00
Yang.Y
64fd81502d
Update README.rst
Looking for contributors.
2021-12-20 08:26:43 +08:00
Max Wittig
d177acb26a
fix(signals): make it compatible to Django 4.X. (#323) 2021-12-19 17:48:38 -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