Skip to content

issues Search Results · repo:encode/django-rest-framework language:Python

Filter by

3k results
 (89 ms)

3k results

inencode/django-rest-framework (press backspace or delete to remove)

It does not support content_negotiation_class, metadata_class and versioning_class.
  • qqii
  • 3
  • Opened 
    13 days ago
  • #9716

Will be nice to have an option to pass custom code for ValidationError based on name of UniqueTogether constraint as it s unique or better to use violation_error_code . Line to fix: Link to the line for ...
  • znotdead
  • Opened 
    16 days ago
  • #9714

I am writing a test to override the HTTP_HOST header from the api client while testing, but I couldn t figure out a way to do it. I checked the code from here and I don t think headers was passed (checked ...
  • golesuman
  • Opened 
    20 days ago
  • #9711

Hi, I m using Django REST Framework in one of my projects, and I’ve noticed that some of the Persian (fa) translations are having typos. I’d like to help correct these translations. Could you please ...
  • Aazerra
  • 1
  • Opened 
    24 days ago
  • #9708

Issue: Adding the following test to TestUniqueConstraintValidation demonstrates an issue in the serializer’s unique constraint validation logic: def test_unique_constraint_create(self): class SourceUniqueConstraintSerializer(serializers.ModelSerializer): ...
  • nefrob
  • 4
  • Opened 
    26 days ago
  • #9707

Initially encountered in our - https://github.com/dandi/dandi-archive/pull/2386 where our response model contains schema_url which is a URLField and when we plugged in a proper URL to local test ...
  • yarikoptic
  • 1
  • Opened 
    29 days ago
  • #9704

My use case is the following: I have Items that have Properties. There is a Many 2 Many relationship between them. I want to be able to create Items with Properties that are created on the fly. I mean ...
  • jlandercy
  • Opened 
    on May 19
  • #9702

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
  • 3
  • Opened 
    on May 15
  • #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 
    on May 13
  • #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 
    on May 9
  • #9697
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub