Sébastien Corbin
Sébastien Corbin
So the demo shows only examples where images link to themselves (even with hidden elements), and I'm willing to trigger the lightbox gallery through a link, so here's my code:...
Hey there, I'm trying to document a simple ModelViewSet on which I have overriden the OPTIONS method, but I can't figure out why the method does not appear in swagger....
Hello, great package! I've successfully installed it and it works, but when sending an e-mail with HTML alternative, I have no way to know which was the original recipient (except...
When filtering on a `CountryField` from a relation, the admin will break with a `FieldError: Cannot resolve keyword 'country' into field. Choices are: ...` Full example code: ```python # models.py...
Django 3.1 introduced a [`--pdb` option](https://docs.djangoproject.com/en/4.1/ref/django-admin/#cmdoption-test-pdb) effectively using [another result class](https://github.com/django/django/blob/main/django/test/runner.py#L105), `PdbDebugResult`. django-rainbowtest's `RainbowTextTestResult` is not compatible with that option for now. The code has a commented line ```python def...
### Issue Summary I'm in the process of writing a custom widget based on a (very) custom mix of `Chooser` and a Formset-like behavior. My widget is quite ready and...
I don't know if this is a bug, but a `in` comparison breaks between dates and datetimes when using Python 3.9+ ``` import datetime from freezegun.api import FakeDate assert FakeDate(2023,...
This affects apps that are not allauth-aware, for example `django-axes` that logs access twice See https://github.com/pennersr/django-allauth/issues/3456 First execution ``` lib/python3.10/site-packages/allauth/account/views.py(111)post() -> response = self.form_valid(form) lib/python3.10/site-packages/allauth/account/views.py(169)form_valid() -> return form.login(self.request, redirect_url=success_url) lib/python3.10/site-packages/allauth/account/forms.py(196)login()...
- Version 2020.1.16 - Python version 3.8.7 ```python body = """ 1. Error exercitationem debitis magni tenetur dolorum inventore ex. Voluptatibus possimus voluptas quibusdam vel facere eaque sit. Et et...
- OSIS : font-awesome 5.7.2 - OSIS-Portal : font-awesome 4.7.0 Cela engendre des problème sur OSIS-Document qui utilise la classe `fas fa-save` par exemple, non disponible dans 4.7.0