Andreas Hasenkopf
Andreas Hasenkopf
This issue seems to be specific to **Python 3.6**. With Python 3.8 `m2r==0.2.1` and `mistune==2.0.0` seem to work well together :thinking:
Hi there, > In order fix it, set the graphene middlewares to [] @sebslomski How and where would one do that? I'm asking because I have the following situation: I...
@frankmeszaros Thank you for the detailed answer. That fixed the problem for me as well. :smiley:
I'm not using a dark theme. As you might have noticed from my screenshot. By the way, I got an upgrade to Android 10 and this problem still persists.
I can confirm this. Using the template tag like this never changes the rendered class: ```html {% bootstrap_field form.myfield form_check_class='btn btn-primary' show_help=False %} ``` always results in the class being...
Hey guys, maybe I have overlooked it, but following any suggestion regarding email validation does not solve the actual issue. My project still raises an exception on the account_confirm_email view:...
I was not able to create a short example for reproducibility, but I managed to identify the changes that "broke" our testsuite: #4083 If I revert both changes to [pydantic/generics.py](https://github.com/samuelcolvin/pydantic/blob/master/pydantic/generics.py),...
I also added some debug messages in `pydantic/generics.py` to better understand what's happening. I noticed for my case, that the caches `_generic_types_cache` and `_assigned_parameters` grow with each unittest, when the...
When I last checked with v1.10.4, the problem still existed, but when I checked today with v1.10.8 the problem seems to be fixed. Thank you :+1:
In general, the approach looks logical to me :+1: Please feel free to continue with the definition of a unittest :slightly_smiling_face: