-
I have been trying to find an implementation on Django Rest Framework, to no avail. Reading the docs, I don't see anything that I have missed, I am able to create public and additional tenants, howev…
-
The Autocomplete URL can be retrieved via a template tag:
```
register = template.Library()
@register.simple_tag(takes_context=True)
def get_autocomplete_url(context):
spec = context.get(…
-
Currently, if I have a DjangoObjectType node whose model contains django-parler's TranslatedFields, these do not get listed there and cannot be queried, mutated, etc...
```
import graphene
from …
-
Hi,
I'm having trouble implementing autocomplete in my project. When I added `app_name='foo'` to `urls.py`, the autocomplete stopped working and the error message displayed was `NoReverseMatch for …
-
When opening the 'Objects' page postgres temporarily times out while gathering all records for the page. This occurs when having a lot of objects (currently 27k objects). After waiting for some time i…
-
There are some JPEG images taken with iPhone that after I upload them in the Django admin they got rotated after resizing. I force JPEG format. Maybe because the rotation metadata isn't saved?
My m…
-
## Checklist
- [ ] I have verified that that issue exists against the `master` branch of Django REST framework.
- [X] I have searched for similar issues in both open and closed tickets and cannot …
-
I'd like to override the `swagger_schema_fields` behavior:
Instead of totally replacing schema fields with provided fields, I'd like to override just some properties (a deep merge).
Is there a w…
Amoki updated
1 month ago
-
#### Description
When using `Trait` to change the value of a dependant object that has been defined with a default value, this default value is dropped when building / creating.
##### Model / Fa…
-
**Feature**
For regular classvars, attributes and methods, mypy already checks that the types in a subclass match those declared in the superclass. However, this checking does not extend to inner c…
intgr updated
8 months ago