-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Comparing changes
Open a pull request
base repository: encode/django-rest-framework
base: 3.16.0
head repository: encode/django-rest-framework
compare: master
- 18 commits
- 76 files changed
- 18 contributors
Commits on Mar 31, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6f274ab - Browse repository at this point
Copy the full SHA 6f274abView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffadde9 - Browse repository at this point
Copy the full SHA ffadde9View commit details
Commits on Apr 2, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 9b1e8d2 - Browse repository at this point
Copy the full SHA 9b1e8d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ba8ef9 - Browse repository at this point
Copy the full SHA 3ba8ef9View commit details
Commits on Apr 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 141ab8e - Browse repository at this point
Copy the full SHA 141ab8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c21fa7 - Browse repository at this point
Copy the full SHA 5c21fa7View commit details
Commits on Apr 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c41314f - Browse repository at this point
Copy the full SHA c41314fView commit details
Commits on Apr 8, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 3c75579 - Browse repository at this point
Copy the full SHA 3c75579View commit details -
Add
drf-restwind
and update outdated images inbrowsable-api.md
(#……9680) * add drf-restwind * Add images of 3rd party customization packages
Configuration menu - View commit details
-
Copy full SHA for 2fbfaae - Browse repository at this point
Copy the full SHA 2fbfaaeView commit details
Commits on Apr 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ea1da76 - Browse repository at this point
Copy the full SHA ea1da76View commit details
Commits on Apr 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 07d3e1e - Browse repository at this point
Copy the full SHA 07d3e1eView commit details
Commits on Apr 23, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 5439967 - Browse repository at this point
Copy the full SHA 5439967View commit details
Commits on Apr 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d375154 - Browse repository at this point
Copy the full SHA d375154View commit details -
Configuration menu - View commit details
-
Copy full SHA for 376026c - Browse repository at this point
Copy the full SHA 376026cView commit details
Commits on Apr 28, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 78e9707 - Browse repository at this point
Copy the full SHA 78e9707View commit details
Commits on May 1, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 985dd73 - Browse repository at this point
Copy the full SHA 985dd73View commit details
Commits on May 13, 2025
-
Update Django documentation links to use stable version (#9698)
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c0202a0 - Browse repository at this point
Copy the full SHA c0202a0View commit details
Commits on May 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 33d59fe - Browse repository at this point
Copy the full SHA 33d59feView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 3.16.0...master