-
# Actual behavior
Upon upgrading several versions of Django and Zinnia, I started seeing exceptions in production for pagination beyond page 1.
```
IndexError at /blog/
list index out of ran…
-
### How do you use Sentry?
Sentry Saas (sentry.io)
### Version
1.39.1
### Steps to Reproduce
I'm using this task to send check-ins from airflow:
```python
def sentry_checkin(status: str, init_t…
-
Created from https://github.com/fidals/shopelectro/issues/849
-
My setup is Django 4.0, Python 3.8.10
I came across this issue while working with django-jenkins:
```
Traceback (most recent call last):
File "manage.py", line 22, in
main()
File "man…
-
In my Django project, I have [overwritten the default admin site](https://docs.djangoproject.com/en/4.1/ref/contrib/admin/#overriding-the-default-admin-site), and this breaks the django-admin-index
…
-
I notice Breadcrumbs is a singleton. Won't this give each user on the system the same breadcrumb trail? That is not desirable, is it?
Also, why does the middleware's process_request call the _clean …
-
Why admin app has special treatment for breadcrumbs?
In [breadcrumbs method](https://github.com/idlesign/django-sitetree/blob/v1.7.0/sitetree/sitetreeapp.py#L889) there is such piece of code:
```
…
-
> Collecting django-contact-form==1.3 (from -r /requirements/base.txt (line 60))
Downloading https://files.pythonhosted.org/packages/a4/48/d6dd28fcf5f9460c071ad1e8c88ce6246d56667e11b8d97683ba6cc8ee…
-
# 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…
-
Hello,
I am a bit confused by the documentation on how to use Raven with Celery in the context of Django.
The [documentation](https://docs.sentry.io/clients/python/integrations/django/) states t…