Petr Dlouhý
Petr Dlouhý
@coordt Thank you for your very quick reaction.
Setting the identity is possible by context variable. Here is my attempt to better document how to do it: #219 Also the gtag provider is missing the prefix which is...
This issue has one more very unwanted side effect. It is possible to create invalid geometry with lines only one point long. If I click on "Draw a polyline" tool,...
Behaviour of this changed with some newer Leaflet version. If I try the demo which has hardwired Leaflet 1.3.1, the issue is present. But when I update the Leaflet to...
@johnd0e Thanks, you are right. After that everything works perfectly.
@swong1222 I am trying to solve exactly the same problem. I didn't find how to set different `DjangoUserMixin`, but I have found a way to go through monkey patching the...
I have found a less hacky solution through setting own `UserSocialAuth` class. Now I even dealt with the existing `UserSocialAuth` records. `social_storage.py`: ```python from social_django.models import DjangoStorage, UserSocialAuth class MyUserSocialAuth(UserSocialAuth):...
Very, very nice, I really like this project, because it frees my hands from using patched Django version, which I did for a really long time. Is the code of...
The readme should be changed accordingly to this change. It should inform, that this is useful only for compatibility in older projects and it should contain migration instructions.
The mobile experience is quite bad even with 2 columns. The columns are narrow, and they resize during page loading so if I click to something before the page is...