-
Thanks for the handy library, but I noticed a bit of strange behavior (maybe it should be like that), why if "MEDIA_URL" is not set, it treats it as "/" and not "getattr(settings, 'MEDIA_URL', '/media…
-
## Description
PR https://github.com/django-cms/django-cms/pull/7423 introduced graceful plugin rendering which is a very reasonable and helpful solution regarding the edit mode.
However, this b…
-
The existing Key activity logging model is cruddy, and barely there. Might be interesting to look at how actions are logged in the Django admin app, and take some inspiration from there to rework the …
-
But logging in as any user gets
```
Invalid form data.
```
Seems like the login form needs some changes to allow logins. I am evaluating LMS's for a non-profit. This would be nice but don't wa…
-
One example: Mike Renfro originally logged in with Univ credentials that came through as "Renfro@tntech.edu".
When he used ACCESS as his provider, the credentials came through as "renfro@tntech.ed…
-
### 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…
-
See here for minimal test showcasing the issue: https://github.com/hackoder/django-auditlog/commit/742bdf6e17eb8cf0817c6400b882363a268f3f2c
We track changes to Django user group memberships using: …
-
### Current Behavior
Possible bug: logging in on my locally running code via safari, getting a 401 (sandboxes are ok)
This is believed to be on the Django Admin side, rather than the identity sa…
-
**Describe the bug**
When combining JWTAuth from django-jwt-auth with django_auth, if the latter precedes the former in the `auth=[]` parameter, calls using Bearer auth fail on "detail: CSRF check Fa…
-
### Issue
I use the `DJ` extension of ruff. I just found out that this doesn't work on forms that don't use ModelForm directly but an inherited class. This relates to [DJ006](https://docs.astra…