'NoneType' object has no attribute 'get_full_name' #10

Closed
opened 2023-01-29 21:02:16 +00:00 by mdk · 0 comments
Owner
AttributeError at /admin/django/mailing/message/717/change/

'NoneType' object has no attribute 'get_full_name'

Request Method: 	GET
Request URL: 	https://cfp-2023.pycon.fr/admin/django/mailing/message/717/change/?_changelist_filters=p%3D7
Django Version: 	3.1
Exception Type: 	AttributeError
Exception Value: 	

'NoneType' object has no attribute 'get_full_name'

Exception Location: 	/home/ponyconf/src/mailing/models.py, line 39, in __str__
Python Executable: 	/home/ponyconf/venv/bin/python3
Python Version: 	3.9.2
Python Path: 	

['/home/ponyconf/src',
 '/home/ponyconf/venv/bin',
 '/usr/lib/python39.zip',
 '/usr/lib/python3.9',
 '/usr/lib/python3.9/lib-dynload',
 '/home/ponyconf/venv/lib/python3.9/site-packages']

Server time: 	Sun, 29 Jan 2023 21:59:16 +0100
``` AttributeError at /admin/django/mailing/message/717/change/ 'NoneType' object has no attribute 'get_full_name' Request Method: GET Request URL: https://cfp-2023.pycon.fr/admin/django/mailing/message/717/change/?_changelist_filters=p%3D7 Django Version: 3.1 Exception Type: AttributeError Exception Value: 'NoneType' object has no attribute 'get_full_name' Exception Location: /home/ponyconf/src/mailing/models.py, line 39, in __str__ Python Executable: /home/ponyconf/venv/bin/python3 Python Version: 3.9.2 Python Path: ['/home/ponyconf/src', '/home/ponyconf/venv/bin', '/usr/lib/python39.zip', '/usr/lib/python3.9', '/usr/lib/python3.9/lib-dynload', '/home/ponyconf/venv/lib/python3.9/site-packages'] Server time: Sun, 29 Jan 2023 21:59:16 +0100 ```
mdk closed this issue 2023-01-29 21:21:30 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: AFPy/PonyConf#10
No description provided.