issues Search Results · repo:evenicoulddoit/django-rest-framework-serializer-extensions language:Python
Filter by
27 results
(66 ms)27 results
inevenicoulddoit/django-rest-framework-serializer-extensions (press backspace or delete to remove)Do you plan to release the unreleased change listed in the change log which will support python 3.10?
adeang47
- 1
- Opened on Oct 28, 2024
- #57
I m attempting to obfuscate id in the return data and the url however URL is still the user id.
The expected return value would have the same id within the url string.
My issue is it s not described ...
rjmoggach
- 3
- Opened on Jun 2, 2022
- #53
For some reason that I can t quite figure out, it seems that accessing self.fields inside a nested and expanded
serializer causes the only/exclude URL query args to be ignored for that nested serializer ...
philipstarkey
- 5
- Opened on Mar 8, 2022
- #52
I ve run into a problem where some custom logic in a nested serializer is falling over because I can t provide custom
kwargs (in this case, what I want to pass down is really just a subset of the outer ...
philipstarkey
- 7
- Opened on Oct 22, 2021
- #48
I m trying to expand location but it seems that it doesn t work it just adding the location_id in fields but when I add
?expand=location in the url nothing happens
Code :
class VehicleSerializer(SerializerExtensionsMixin,serializers.ModelSerializer): ...
Mng-dev-ai
- Opened on Jun 18, 2021
- #47
I see django-auto-prefetching provides similar functionality as extensions_auto_optimize = True. Are there any relevant
differences to your knowledge?
https://github.com/GeeWee/django-auto-prefetching ...
jpmckinney
- 2
- Opened on Apr 7, 2021
- #46
Hi,
I m currently using this library with DRF 3.12 and trying to perform some validations in the serializer by checking a
related object.
Something like this:
class FooSerializer(SerializerExtensionsMixin, ...
rldiao
- 4
- Opened on Mar 27, 2021
- #45
| Request Method: | POST |
| --- | --- |
| http://localhost:8000/api/customers/ | |
| 3.1.3 | |
| TypeError | |
| Customer() got an unexpected keyword argument condition_id_resolved | |
| /data/python/PycharmProjects/_brainapi/venv/lib/python3.7/site-packages/django/db/models/base.py, ...
arnoldordz
- 1
- Opened on Nov 11, 2020
- #44
I ve followed all of the reproducable steps in the documentation, and my fields are now excluded:
class DomainSerializer(
SerializerExtensionsMixin,
serializers.ModelSerializer
):
# disciplines ...
question
mmichealjroberts
- 3
- Opened on Aug 11, 2020
- #40
I m using EC2 instance and ngrok for hosting my site(just for checking). but it is not working for me. Whenever I write
?expand=order_lines, it is not giving me the desired output. But when I implement ...
SadbhavanaBhardwaj
- 1
- Opened on Jul 15, 2020
- #39

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.