Skip to content

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

Filter by

3k results
 (71 ms)

3k results

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

When stepping through the code in filters.py, I stumbled upon two instance where a function uses a dictionary as a default value. While I think this is currently not a big problem and a low prio issue, ...
  • reinhash
  • Opened 
    23 hours ago
  • #9741

After upgrading to 3.15.0 operationIds were changed without notification, so any apis that were generated off the new schema are no longer backwards compatible. listPropertys -- listProperties I understand ...
  • smilerz
  • 1
  • Opened 
    yesterday
  • #9740

We have a couple custom @action-annotated count functions, with detail=False. They do show up in the browsable API, however, no OPTIONS button is rendered for them. I noticed this while trying to figure ...
  • bartvanandel
  • Opened 
    yesterday
  • #9739

I ve found this setting but there is no counterpart for Bigint COERCE_DECIMAL_TO_STRING JSON does not have a native BigInt type — it is safely precise for integers only up to 2⁵³ − 1 (i.e. 9,007,199,254,740,991). ...
  • HoodyH
  • 1
  • Opened 
    12 days ago
  • #9733

Currently, the get_search_terms method of the SearchFilter class in Django Rest Framework does not provide access to the view instance. This limitation prevents developers from accessing view-specific ...
  • winie
  • 4
  • Opened 
    15 days ago
  • #9730

The official Tutorial 5 Relationships Hyperlinked APIs doesn t mentions that when using HyperlinkedModelSerializer in manually instantiated serializers inside views (e.g., SnippetDetail, SnippetList), ...
  • alihassancods
  • 1
  • Opened 
    17 days ago
  • #9729

I have this model: class MatchTimelineEvent(models.Model): timeline_event_id = models.AutoField(primary_key=True) team = models.CharField(max_length=50, null=True) class Meta: abstract ...
  • pstumps
  • Opened 
    18 days ago
  • #9728

Using SlugRelatedField(queryset=ContentType.objects.all(), slug_field= model ,) used to work but doesn t anymore models.py class Foo(models.Model): product_type = models.ForeignKey( ContentType, ...
  • Ivanca
  • 1
  • Opened 
    19 days ago
  • #9726

First of all thanks for this project, i can t use Django without drf 😀 Im looking for a way to override serializers.ModelSerializer globally Little bit of context: Our application is grown big and we ...
  • HoodyH
  • 1
  • Opened 
    26 days ago
  • #9721

It does not support content_negotiation_class, metadata_class and versioning_class.
  • qqii
  • 3
  • Opened 
    on Jun 5
  • #9716
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! 
Restrict your search to the title by using the in:title qualifier.
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! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub