Skip to content

Commit 2399b36

Browse files
committed
Created_at into notification details
1 parent de10a26 commit 2399b36

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## Unreleased
8+
- Notification GUID details - also created_at
89
- Flash update notification
910
- Real_data_update date comparison to appeal endpoint
1011
- Rich Text Editor enhancements

notifications/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class NotificationGUIDAdmin(admin.ModelAdmin):
2727
list_display = ('api_guid', 'email_type', 'created_at',)
2828
list_filter = ('email_type',)
2929
search_fields = ('email_type',)
30-
readonly_fields = ('api_guid', 'email_type', 'to_list',)
30+
readonly_fields = ('api_guid', 'email_type', 'to_list', 'created_at',)
3131

3232
def get_actions(self, request):
3333
actions = super().get_actions(request)

0 commit comments

Comments
 (0)