Translation memory - deletion limited to 999 entities at a time. #4740
Answered
by
nijel
ianathompson
asked this question in
General
-
When trying to delete the translation memory from the Admin portal, you can only delete 999 entities at a time. 1000 and over causes Bad Request. Feature or bug? |
Beta Was this translation helpful? Give feedback.
Answered by
nijel
Oct 21, 2020
Replies: 1 comment 1 reply
-
It's caused by Django request limits, see https://docs.djangoproject.com/en/3.1/ref/settings/#data-upload-max-number-fields You can bulk delete translation memory entries on project/user/site memory management pages, but the filtering is really limited there. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ianathompson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's caused by Django request limits, see https://docs.djangoproject.com/en/3.1/ref/settings/#data-upload-max-number-fields
You can bulk delete translation memory entries on project/user/site memory management pages, but the filtering is really limited there.