-
React 18 replaces `render` with `createRoot` and `root.render`. ([how to upgrade](https://reactjs.org/blog/2022/03/08/react-18-upgrade-guide.html))
Is there a plan to update [django-react-templatet…
-
When use django channels, the request is an instance of AsgiRequest, so the condition in /darklow/django-suit/blob/develop/suit/templatetags/suit_menu.py#L26/ produces an empty left menu, could be rep…
-
We use django-storages and S3/Cloudfront for our static resources due to the direct open call in https://github.com/roverdotcom/django-inlinecss/blob/master/django_inlinecss/templatetags/inlinecss.py#…
-
I found myself wanting a different sorting for Social Account providers that the one we are exposing:
![Screenshot_2024-06-12_16-19-43](https://github.com/readthedocs/ext-theme/assets/244656/f2aefa…
-
Now that users can add new taxa to the database, we need a way to only show in the public taxonomic tree taxa that are “public” (i.e., taxa that have published media files).
Formerly, the tree was …
-
Hi,
When using the django-uni-form templatetags through add_to_builtins in settings.py (the most logical location for using add_to_builtins) the server fails to start.
This is a new bug since after …
-
```
What steps will reproduce the problem?
1. pip install
http://django-colors.googlecode.com/files/Django-Colors-0.0.2-pre-alpha.tar.gz
What is the expected output? What do you see instead?
No medi…
-
correct line 72 in file site-packages/watermarker/templatetags/watermarker.py
replace this:
mark = mark.resize(scale, resample=Image.ANTIALIAS)
for this:
mark = mark.resize(scale, resample=Image.L…
-
Google javascript has changed since this was created.
-
In order to adapt to the API changes in the current html5lib release, bleach is making substantial changes of its own:
https://github.com/mozilla/bleach
It does not appear to me that django-html…