-
Like last year (#1337), Django is doing GSoC again and django-stubs is on the list of potential projects.
It actually remained there because it was just copied from last year’s wiki page, with two …
-
```
Every place I display user generated content in my templates, I need to:
1. Run through oembed
2. Convert to HTML
3. Strip invalid HTML
4. Strip any javascript
I've created a wrapper that handle…
-
Searching for ["through"](https://docs.djangoproject.com/en/3.2/search/?q=through) finds nothing:
This search should link at least these:
https://docs.djangoproject.com/en/3.2/topics/db/models/#…
boxed updated
3 weeks ago
-
The documentation for installation instructions and configuration (http://readthedocs.org/docs/feincms-django-cms/en/latest/installation.html) is not obvious and well documentet on how to get a simple…
-
# Problem
Some terms are important for users to find in the Django documentation, but they are not in the title, slug, or table of contents for the document. As a result, these terms are not weight…
-
# Background
New EU legislation means that online card payment has to go through the issuer's 2FA. This is known as "Strong Customer Authentication". Some background here: https://support.stripe.co…
-
We need to add a page for health and safety guidelines and a link to it from home page.
Examples:
- [PyCon US](https://us.pycon.org/2024/about/health-safety-guidelines/)
- [Djangocon US](https://…
-
Whenever I try to use `Select2Multiple` It adds the empty choice to my choices, which doesn't make sense because it is a multi select.
-
Upon doing `REUSE_DB=1 NOSE=1 ./manage.py test members.tests.forms.form_network_filter_test --with-progressive`, I had some very scary evidence (`show processlist` and some traceback messages) that su…
-
```
Every place I display user generated content in my templates, I need to:
1. Run through oembed
2. Convert to HTML
3. Strip invalid HTML
4. Strip any javascript
I've created a wrapper that handle…