issues Search Results · repo:encode/django-rest-framework language:Python
Filter by
3k results
(68 ms)3k results
inencode/django-rest-framework (press backspace or delete to remove)DRF version 3.16.0
After the Fix unique together validator doesn t respect condition s fields
(https://github.com/encode/django-rest-framework/pull/9360) merge, a SerializerMethodField named as the same ...
simone-gasparini
- 1
- Opened 3 days ago
- #9700
Hi,
I sent an email to security@encode.io to report a vulnerability issue two weeks ago with followup and received no reply
so far. Please could you help check? The subject of my email is django-rest-framework ...
irenewhlee
- 4
- Opened 5 days ago
- #9699
I was using the rest-framework version 3.14 and have the following code:
class A(models.Model):
....
class Meta:
constraints = [
UniqueConstraint(
name= unique_one ...
Enorio
- 1
- Opened 9 days ago
- #9697
I have this use case, when I m using a DRF serializer with many=True (hundreds of objects). If validation fails on any
of these objects, I don t know on which it fails and all I m getting in the end is ...
apetryla
- 2
- Opened 12 days ago
- #9694
https://github.com/encode/django-rest-framework/blob/78e97074e7c823ef9c693e4b63ac1e5c6e41ff81/rest_framework/views.py#L491C1-L518C29
Hey guys! Such a situation has arisen. When I tried to execute a request ...
TooMuchInLove
- 5
- Opened 18 days ago
- #9692
Apologies, this is not really an issue, but I don t see a Discussion section or similar and I haven t found any other
forum to post questions.
I have a serializer that I use just to validate query parameters ...
martinberoiz
- 2
- Opened 19 days ago
- #9691
Hi!
I m using GenericIPAddressField with explicit protocol as IPv4 (Also reproduces with IPv6) and ModelSerializer. If the
input is not an valid IpAddress, DRF generates duplicate(ish) errors.
Repro ...
HansAarneLiblik
- 4
- Opened on Feb 3
- #9645
I think this issue has come back: https://github.com/encode/django-rest-framework/issues/1649
Copy-pasting my comment on that issue here since I am an unsure if anyone got notified about an issue from ...
modernNeo
- 3
- Opened on Feb 2
- #9643
Rest framework removes min_value and max_value kwargs for readonly fields:
https://github.com/encode/django-rest-framework/blob/8637b3d62406204c586867b3bd60594c287c5cd6/rest_framework/serializers.py#L1380 ...
poroh
- 3
- Opened on Jan 31
- #9642
Hi, I encountered a problem when overriding viewset-level attributes doesn t work for actions if a route is configured
as .as_view().
Example:
# views.py
class TestView(viewsets.ModelViewSet):
@action(methods=[ ...
k0t3n
- 3
- Opened on Jan 29
- #9638

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!
Restrict your search to the title by using the in:title qualifier.
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!
Restrict your search to the title by using the in:title qualifier.