We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just installed the latest release with latest django version. Getting the following error on the django admin -
FieldError at /django-admin/django_mailbox/message/ Cannot resolve keyword 'attachements' into field. Choices are: attachments, body, eml, encoded, from_header, id, in_reply_to, in_reply_to_id, mailbox, mailbox_id, message_id, outgoing, processed, read, replies, subject, to_header
I believe the following line's causing the error -
class MessageAdmin(admin.ModelAdmin): def get_queryset(self, *args, **kwargs): return super().get_queryset(*args, **kwargs).annotate(num_attachments=Count('attachements'))
attachements should be attachments.
The text was updated successfully, but these errors were encountered:
Fixed on #288
Sorry, something went wrong.
@xeroticikot version 4.10.1 has been released
No branches or pull requests
Just installed the latest release with latest django version. Getting the following error on the django admin -
I believe the following line's causing the error -
attachements should be attachments.
The text was updated successfully, but these errors were encountered: