Ihor Marhitych
Ihor Marhitych
Details are here #316
[Here](https://github.com/danirus/django-comments-xtd/blob/master/django_comments_xtd/api/views.py#L39) we use `iterkeys` and code returns only name of the field which hasn't passed validation. Also I think we should return full dictionary with field name and error message...
This PR fixes issue #12410. ## Explanation Here is `BaseItem` class that is used as base class for generating userbar items. ``` class BaseItem: template = "wagtailadmin/userbar/item_base.html" def get_context_data(self, request):...
### Issue Summary We are using context processors for generating some global variables and passing them into base template. Recently I have noticed that for logged in user number of...
The `submissions` API endpoint currently generates a large number of database queries. This PR introduces the first round of optimisations and aims to reduce number of queries. While there are...
### Problem and impact We have started using Pretalx as our main submission system and trying to adjust our processes to align with Pretalx ideology. During the test phase, we...