-
It would seem that mutations on proxy-models aren't working in my setup.
Can you see the mistake in my setup?
A simplified, reproducible example with details included:
Managers:
```python
fr…
-
##### Problem
When we need to put a lot of documents in index, we need to use `queryset_pagination` meta option to paginate. Django pagination need a sorted queryset with `order_by` [(cf doc)](https:…
-
## problem
if csrftoken is masked token(length 64), compare_sanitized_tokens is always false
reproduce code
```
from django.middleware.csrf import _get_new_csrf_string, _mask_cipher_secret
from …
-
```
from tag.models.tag import _TagManager
from taggit.managers import TaggableManager
primary_tags = TaggableManager( through=TagItemRelation, manager=_TagManager, related_name='+')
relevant_ta…
-
I have django model with Postgres specific field type ArrayField
```
class Dataset(behaviors.CreatedEdited):
fields = ArrayField(models.CharField(max_length=31), null=True)
```
When callin…
-
mongodb-engine doesn't respect fields unique attribute while saving
the models
``` python
class Index(models.Model):
token = models.CharField(max_length=10, unique=True)
postings = mongo_fi…
-
Can I attach the STC Decorator to an abstract base class? I have over 20 or so models that all inherit from a base class and I would like to implement STC for all of them.
Currently receiving
`de…
-
Hello, I have an implementation of 'CheckboxSelectMultiple', in the Django admin, for a ManyToManyField relationship, however to use it has to doubleclick and hold CTRL. Is there any better way to usa…
-
### Version
incoming trace version - 2.11.0, outgoing trace version - unknown
### Steps to Reproduce
https://sentry.sentry.io/api/0/projects/sentry/sentry/events/6122ec07d3694b7ba1aa88db962afde5/js…
-
### Steps to reproduce
Install ralph onto mysql 8.0.23
### Expected behavior
```
ralph migrate work
```
### Actual behavior
Sometime it works, sometime I get this:
```
Applying …
wid updated
11 months ago