Alvaro Mariano
|
fdf5c1d222
|
Fix #309 - Extract extra attributes from signal kwargs
|
2023-05-25 20:36:25 -03:00 |
|
Alvaro Mariano
|
b3d961f719
|
Fix #289 - Added mark_unread action to the admin
|
2023-05-25 20:33:38 -03:00 |
|
Alvaro Mariano
|
c07a30a60e
|
Fix imports on views
|
2023-05-24 11:54:01 +00:00 |
|
Alvaro Mariano
|
40a3f84083
|
Fix imports on views
|
2023-05-24 07:48:32 -03:00 |
|
Alvaro Mariano
|
6de7d80ff6
|
Merge branch 'nahidsaikat-dry_principle'
|
2023-05-23 21:22:47 -03:00 |
|
nahid
|
0474c884e9
|
Add helpers.py file with some helper functions to ensure DRY principle
|
2023-05-23 21:19:11 -03:00 |
|
Alvaro Mariano
|
28c49b801a
|
Merge branch 'cron-ooo-master'
|
2023-05-22 22:04:51 -03:00 |
|
Ian Campbell
|
ae09fe5e52
|
Update changelog for potential release.
|
2023-05-22 22:02:09 -03:00 |
|
Dan DeFelippi
|
96d8771072
|
Minor style improvements
|
2023-05-22 22:01:48 -03:00 |
|
Dan DeFelippi
|
5d312f429f
|
Add support to register_notify_callbacks for marking notifications as read.
|
2023-05-22 22:01:48 -03:00 |
|
Utkucan Bıyıklı
|
c296c70667
|
remove unneccesry files
|
2023-05-22 22:00:58 -03:00 |
|
Utkucan Bıyıklı
|
ebbf3dde09
|
humanize_timestamp function split.Create naturalday() and naturaltime() function for humanize timestmap.
|
2023-05-22 22:00:53 -03:00 |
|
Utkucan Bıyıklı
|
d7fdb6b48d
|
Added humanize for human readable notifactino timestamp
|
2023-05-22 21:59:11 -03:00 |
|
Utkucan Bıyıklı
|
25d0e20565
|
Added humanize for human readable notifactino timestamp
|
2023-05-22 21:59:02 -03:00 |
|
Alvaro Mariano
|
603939bfc9
|
#263 Fix vunerability in views
|
2023-05-22 21:58:21 -03:00 |
|
Yang.Y
|
43a4f682de
|
Update MANIFEST.in
|
2023-05-22 21:56:55 -03:00 |
|
Yang.Y
|
7fe2d65af9
|
Convert CHANGELOG to markdown
|
2023-05-22 21:56:16 -03:00 |
|
areski
|
70897b0e6d
|
[feat] add caching and a setting CACHE_TIMEOUT to configure the timeout
|
2023-05-22 21:54:47 -03:00 |
|
Alvaro Mariano
|
f0db4e99aa
|
#263 Fix vunerability in views
|
2023-05-22 21:54:28 -03:00 |
|
Alvaro Mariano
|
6457d63620
|
Fix #312
|
2023-05-22 21:54:27 -03:00 |
|
Dan DeFelippi
|
575bd8f70a
|
Minor style improvements
|
2023-05-22 21:54:27 -03:00 |
|
Dan DeFelippi
|
b0806f5ac4
|
Add support to register_notify_callbacks for marking notifications as read.
|
2023-05-22 21:54:27 -03:00 |
|
Petr Dlouhý
|
a440f98175
|
allow to set target proxy objects
|
2023-05-22 21:54:26 -03:00 |
|
Alvaro Leonel
|
22fbaf26aa
|
Fix nonce attribute string compilation
|
2023-05-22 21:54:26 -03:00 |
|
Andrew Hall
|
e30247ac36
|
use older format string for backward compatibility
|
2023-05-22 21:54:26 -03:00 |
|
Andrew Hall
|
d86d151702
|
integrate nonce argument into register_notify_callbacks
|
2023-05-22 21:54:25 -03:00 |
|
TheOneAboveAllTitan
|
1951606fa0
|
[models] Added method to return links to related objects.
|
2023-05-22 21:54:23 -03:00 |
|
Yang.Y
|
ab2440a5b9
|
Convert CHANGELOG to markdown
|
2023-05-22 21:53:40 -03:00 |
|
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 |
|
Alvaro Mariano
|
2e3b9ad8f2
|
Merge branch 'YPCrumble-release/1-8-0'
|
2023-05-22 21:47:40 -03:00 |
|
Ian Campbell
|
e64449b84f
|
Update changelog for potential release.
|
2023-05-22 21:46:43 -03:00 |
|
Alvaro Mariano
|
37decfbd4f
|
Merge branch 'UtkucanBykl-233'
|
2023-05-22 21:05:37 -03:00 |
|
Alvaro Mariano
|
748e6c19b2
|
#263 Fix vunerability in views
|
2023-05-22 21:02:51 -03:00 |
|
Dan DeFelippi
|
afff7760a2
|
Minor style improvements
|
2023-05-22 21:02:51 -03:00 |
|
Dan DeFelippi
|
04f40f974e
|
Add support to register_notify_callbacks for marking notifications as read.
|
2023-05-22 21:02:49 -03:00 |
|
Yang.Y
|
f6c29b0a5d
|
Convert CHANGELOG to markdown
|
2023-05-22 21:00:47 -03:00 |
|
areski
|
2b24894432
|
[feat] add caching and a setting CACHE_TIMEOUT to configure the timeout
|
2023-05-22 20:58:49 -03:00 |
|
Alvaro Mariano
|
e63bd3f45f
|
#263 Fix vunerability in views
|
2023-05-22 20:57:56 -03:00 |
|
Alvaro Mariano
|
17bdef8f77
|
Fix #312
|
2023-05-22 20:57:55 -03:00 |
|