-
Traceback (most recent call last):
File "/home/ubuntu/venv/lib/python3.8/site-packages/django/template/utils.py", line 66, in __getitem__
return self._engines[alias]
KeyError: 'backend'
Du…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Awaiting Schedule
These upda…
-
https://github.com/django-recaptcha/django-recaptcha/blob/bbb7e2898c6dca1d284e1b448250b134899aedbb/django_recaptcha/templates/django_recaptcha/includes/js_v3.html#L1
Hi there!
I believe the warn…
-
# Django Templates and Template System
## Templates
Templates in Django are text files that define the structure and layout of HTML pages. They include placeholders, called template tags and templ…
-
### Summary
I'm encountering a `RuntimeError: log object has expired` when using mod_wsgi with Django 5.0.9. The issue appears in the Apache logs when rendering certain pages.
### Environment
- *…
-
### Describe the issue
My self-hosted Weblate instance throws the following error when I try to dismiss certain checks, but not for others (i.e. dismissing in general works, but not for some checks).…
-
🏆 Task Description: Fix warning
👨🚀 Skills Needed: Django
Running django causes this warning to come up
```
?: (debug_toolbar.W006) At least one DjangoTemplates TEMPLATES configuration needs to …
-
```
I've just installed genericadmin following
http://code.google.com/p/django-genericadmin/wiki/Install
When I go to /admin I get:
django.template.TemplateSyntaxError
TemplateSyntaxError: Caught an …
-
Django version 5.1.2
pgvector==0.3.5
When setting a VectorField in the readonly_fields property of a ModelAdmin or when the user does not have change permissions (just view permission), the templa…
-
In django templates, if a template variable is callable, the template system will try calling it. To disable that, one can define a truthy `do_not_call_in_templates` attribute on the callable [[ref. d…