Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: encode/django-rest-framework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.16.0
Choose a base ref
...
head repository: encode/django-rest-framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 18 commits
  • 76 files changed
  • 18 contributors

Commits on Mar 31, 2025

  1. Configuration menu
    Copy the full SHA
    6f274ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffadde9 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2025

  1. Add missing & fix Korean translations (#9571)

    * update django.po file
    
    * update django.po translators
    
    * Changed the translation for the word “User” from “유저” to “사용자” to make it consistent with Django's translation
    
    reference: https://github.com/django/django/blob/5a91ad3d7115c692d497663a155edee5ebc8989c/django/contrib/admin/locale/ko/LC_MESSAGES/django.po#L601
    
    * Add missing translation for the word “Token"
    
    * Fix wrong translation for word "Created"
    
    * Fix translation for "Tokens", just like django translation.
    
    reference: https://github.com/django/django/blob/5a91ad3d7115c692d497663a155edee5ebc8989c/django/contrib/auth/locale/ko/LC_MESSAGES/django.po#L235
    
    * Add missing translation for "Invalid Input"
    
    * Add missing translation for throttling messages
    
    * Add missing translation for CharField, BooleanField messages
    
    * fix: remove unnecessary space
    
    * Feat: add missing translation for SlugField error message
    
    * Feat: add missing translation for UUIDField error message
    
    * Fix: add (boolean) for booleanField message
    
    * Feat: add missing translation for `integer to float` error message
    
    * Feat: add & fix translation for DecimalField
    
    * Feat: add & fix translation for DateTimeField
    
    * Feat: add & fix translation for DurationField
    
    * Feat: add & fix translation for Selection&FilePathField
    
    * Feat: add & fix translation for DictField
    
    * Feat: add missing translation for filters
    
    * Feat: add missing translations for template
    
    * Feat: Change end punctuation to the “~세요.” used by Django translations
    
    * update django.po translators
    
    * Feat: add compiled message file
    
    * Update rest_framework/locale/ko_KR/LC_MESSAGES/django.po
    
    Co-authored-by: taezero <51291185+overtae@users.noreply.github.com>
    
    * Update rest_framework/locale/ko_KR/LC_MESSAGES/django.po
    
    Co-authored-by: taezero <51291185+overtae@users.noreply.github.com>
    
    * Feat: remove unnecessary multliline from django.po(kor translation)
    
    * Feat: remove unnecessary multliline from django.po(kor translation)
    
    * Feat: update Korean translations for authentication messages
    
    * Feat: Remove unnecessary English parenthesis descriptions
    
    * Feat: Remove unnecessary English parenthesis descriptions
    
    * Feat: Remove unnecessary English parenthesis descriptions
    
    * Feat: Update compiled message file for ko_KR
    
    ---------
    
    Co-authored-by: taezero <51291185+overtae@users.noreply.github.com>
    TGoddessana and overtae authored Apr 2, 2025
    Configuration menu
    Copy the full SHA
    9b1e8d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ba8ef9 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2025

  1. Configuration menu
    Copy the full SHA
    141ab8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c21fa7 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2025

  1. Configuration menu
    Copy the full SHA
    c41314f View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2025

  1. Cleanup dependencies and conditions for unsupported Python versions (#…

    …9681)
    
    * Remove optional install backports.zoneinfo for unsupported Python versions and associated code
    
    * Remove conditions in tests for unsupported Python versions
    
    * Remove condition for unsupported Python versions
    browniebroke authored Apr 8, 2025
    Configuration menu
    Copy the full SHA
    3c75579 View commit details
    Browse the repository at this point in the history
  2. Add drf-restwind and update outdated images in browsable-api.md (#…

    …9680)
    
    * add drf-restwind
    
    * Add images of 3rd party customization packages
    youzarsiph authored Apr 8, 2025
    Configuration menu
    Copy the full SHA
    2fbfaae View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2025

  1. Configuration menu
    Copy the full SHA
    ea1da76 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2025

  1. Configuration menu
    Copy the full SHA
    07d3e1e View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

  1. Fix UniqueTogetherValidator to handle fields w/ source attr (#9688)

    * Add failing test for `UniqueConstraint` validation with `source` attribute
    
    * Fix `UniqueTogetherValidator` to handle fields with source attribute
    
    * split inner sources logic out to tuple comprehension
    joshuadavidthomas authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    5439967 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2025

  1. Configuration menu
    Copy the full SHA
    d375154 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    376026c View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2025

  1. Drop HTML line breaks on long headers in browsable API (#9438)

    * Drop HTML line breaks on long headers
    
    * Remove related test
    
    * Fix flake8
    
    ---------
    
    Co-authored-by: Asif Saif Uddin <auvipy@gmail.com>
    Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
    3 people authored Apr 28, 2025
    Configuration menu
    Copy the full SHA
    78e9707 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2025

  1. Fix broken Heroku JSON Schema link in schemas.md (#9693)

    Replaced the outdated Heroku JSON Schema reference URL, which was returning a 404 error, with the updated working link from the official Heroku blog.
    Rohit10jr authored May 1, 2025
    Configuration menu
    Copy the full SHA
    985dd73 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2025

  1. Update Django documentation links to use stable version (#9698)

    Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
    Rohit10jr and browniebroke authored May 13, 2025
    Configuration menu
    Copy the full SHA
    c0202a0 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2025

  1. Configuration menu
    Copy the full SHA
    33d59fe View commit details
    Browse the repository at this point in the history
Loading