tgoddessana
7bab3354e4
Feat: Remove unnecessary English parenthesis descriptions
2025-04-03 00:11:11 +09:00
tgoddessana
280caf0fd4
Feat: Remove unnecessary English parenthesis descriptions
2025-04-03 00:09:55 +09:00
tgoddessana
c78c21767d
Feat: update Korean translations for authentication messages
2025-04-03 00:03:32 +09:00
tgoddessana
42c09e49ec
Merge branch 'master' into add-korean-translations
2025-04-02 03:07:59 +09:00
tgoddessana
4c2c037561
Feat: remove unnecessary multliline from django.po(kor translation)
2025-04-02 02:34:17 +09:00
tgoddessana
e007f62f9e
Feat: remove unnecessary multliline from django.po(kor translation)
2025-04-02 02:32:36 +09:00
Michiel W. Beijen
ffadde930e
Removed reference to GitHub Issues and Discussions ( #9660 )
2025-03-31 15:22:15 +01:00
Matheus Oliveira
6f274ab862
Fix some typos in pt_BR translations ( #9673 )
2025-03-31 10:43:53 +01:00
JAEGYUN JUNG
8dd9837929
Update rest_framework/locale/ko_KR/LC_MESSAGES/django.po
...
Co-authored-by: taezero <51291185+overtae@users.noreply.github.com>
2025-03-30 23:35:34 +09:00
JAEGYUN JUNG
1d6454a4c7
Update rest_framework/locale/ko_KR/LC_MESSAGES/django.po
...
Co-authored-by: taezero <51291185+overtae@users.noreply.github.com>
2025-03-30 23:35:09 +09:00
Bruno Alla
ac50cec76c
Prepare v3.16, release notes, and announcement. ( #9671 )
...
* Start drafting release notes from 3.16 (Generated from GitHub)
* Reformat changes and split into sections
* Format GitHub PRs links for the docs
* Link new contributors in Markdown format
* Write up 3.16 announcement
* Bump version
* Add entry for removed Python 3.8 support
* Update release date to 28/03
* Minor rewording
* Add 3.16 announcement to the navbar and link to docs
2025-03-28 15:16:33 +01:00
Carlton Gibson
e96b8e49cd
Drop Python 3.8 as EOL ( #9670 )
...
Thanks to Bruno Alla for review.
Co-authored-by: Asif Saif Uddin <auvipy@gmail.com>
2025-03-28 13:56:54 +01:00
Paul FLORENCE
32dbd3525d
Add django-pyoidc as a third party authentication library ( #9667 )
2025-03-25 20:09:42 +00:00
Mike Manger
73cbb9cd4a
Fix typos ( #9662 )
...
* Fix typo of 'related' in tests
* Fix typo of permission_classes in coreapi test
* Fix some minor typos in docs
* Fix typos in tests
* Fix flake8 issue
2025-03-08 15:53:15 +06:00
Mike Manger
1e8ac7c23b
Update usage of open in setup.py ( #9661 )
2025-03-06 13:30:27 +00:00
Asif Saif Uddin
0e1c7d3613
Update django 5.2b1 ( #9657 )
2025-02-27 11:27:32 +00:00
Mojtaba A
fc98d3598d
Update relations.md ( #9063 )
...
add rest-framework-gm2m-relations package that provides read/write serialization for generic many to many field
2025-02-26 06:11:09 +00:00
Konstantin Alekseev
17e95604f5
Fix unique together validator doesn't respect condition's fields ( #9360 )
2025-02-17 14:01:32 +06:00
Asif Saif Uddin
f30c0e2eed
add django 5.2a1 initial support ( #9634 )
...
* add django 5.2a1 for initial testing
* declare django 5.2 support
* change in docs
2025-02-14 14:49:56 +06:00
Bruno Alla
28d0261afc
Add missing ignore_outcome=true for the Python 3.13 - Django main combination ( #9637 )
2025-02-01 12:24:43 +06:00
decadenza
8637b3d624
Improved description of allowed throttling rates ( #9640 )
2025-01-30 10:03:11 +00:00
Bruno Alla
038670a4cf
Drop deprecated AutoSchema._get_reference method ( #9525 )
...
As well the unused RemovedInDRF316Warning
2025-01-29 12:27:33 +06:00
exg1o
f8dbea1a45
Add note in 'Introspecting ViewSet actions' docs section ( #9633 )
...
* Fix `Introspecting ViewSet actions` docs section
* Update docs/api-guide/viewsets.md
---------
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2025-01-29 11:51:38 +06:00
Bruno Alla
e1c070aacc
Switch to codecov GHA ( #9618 )
...
Fix #7908
2025-01-29 11:50:08 +06:00
Tom Christie
78e0b84ac9
Update SECURITY.md ( #9628 )
...
* Update security contact
2025-01-21 15:00:02 +00:00
Deepak Angadi
b483179b93
Update strftime
formats link in the documentation ( #9624 )
2025-01-17 12:32:29 +00:00
Oliver Sauder
4a1d773b8f
Fixed regression that tests using format still work ( #9615 )
...
* Fixed regression that tests using format still work
Error only occurred on tests which return no content and use
a renderer without charset (e.g. JSONRenderer)
* Fixed linting
* Used early return as before
* Move ret str check back to where it was
2025-01-11 00:56:36 +06:00
Julius Lange
a4f6059d50
Fix typo in renderers documentation ( #9616 )
...
It's called lUAlatex and not lAUlatex.
2025-01-07 19:19:39 +00:00
Terence Honles
089f6a6974
support django 2.1 test client json data automatically serialized ( #6511 )
2024-12-28 16:22:21 +06:00
Bruno Alla
a8595a8eae
Fix raising on nullable fields part of UniqueConstraint
( #9531 )
...
* Add test to reproduce problem with nullable fields part of a unique constraint
Ref #9378
* Simplify test case and add similar case for unique_together
* Add test for unique together in a better place
* Default nullable fields to null in unique constraints checks
* Remove redundant test and move other to more appropriate place
2024-12-14 15:08:22 +06:00
amansharma612
dbac145638
Removed extra <> in validators example ( #9590 )
...
Co-authored-by: Aman Sharma <210100011@iitb.ac.in>
2024-11-18 17:43:53 +06:00
Will Vincent
b31413d46d
Tutorial updates ( #9589 )
...
* update Django for APIs book cover
* remove retired course from Treehouse
* add DCUS2018 talk, update links from wsvincent.com tutorials to learndjango.com
2024-11-12 06:58:56 +01:00
tgoddessana
90e39c0f6b
Feat: add compiled message file
2024-10-30 00:12:05 +09:00
chee hong
9016efe3fc
Fix docs typo in Serializers Validators ( #9563 )
2024-10-23 20:09:36 +06:00
tgoddessana
31d2f9b956
update django.po translators
2024-10-22 18:14:22 +09:00
tgoddessana
ff5d35bae6
Feat: Change end punctuation to the “~세요.” used by Django translations
2024-10-22 17:51:03 +09:00
tgoddessana
d720799ed5
Feat: add missing translations for template
2024-10-22 17:47:25 +09:00
tgoddessana
73f196e9dc
Feat: add missing translation for filters
2024-10-22 17:37:25 +09:00
tgoddessana
a01c824448
Feat: add & fix translation for DictField
2024-10-22 17:36:25 +09:00
tgoddessana
54b5377ef4
Feat: add & fix translation for Selection&FilePathField
2024-10-22 17:29:59 +09:00
tgoddessana
24549664d9
Feat: add & fix translation for DurationField
2024-10-22 17:27:42 +09:00
tgoddessana
e0842b7724
Feat: add & fix translation for DateTimeField
2024-10-22 17:26:16 +09:00
tgoddessana
70ffca4cda
Feat: add & fix translation for DecimalField
2024-10-22 17:24:00 +09:00
tgoddessana
0d6a00cf07
Feat: add missing translation for integer to float
error message
2024-10-22 17:14:49 +09:00
tgoddessana
ac7bee839f
Fix: add (boolean) for booleanField message
2024-10-22 17:11:21 +09:00
tgoddessana
171cb877dc
Feat: add missing translation for UUIDField error message
2024-10-22 17:04:05 +09:00
tgoddessana
73d02471ed
Feat: add missing translation for SlugField error message
2024-10-22 17:02:59 +09:00
tgoddessana
cdd6519990
fix: remove unnecessary space
2024-10-22 17:00:56 +09:00
tgoddessana
ce4c58b6bd
Add missing translation for CharField, BooleanField messages
2024-10-22 16:59:08 +09:00
tgoddessana
f57e273d70
Add missing translation for throttling messages
2024-10-22 16:50:22 +09:00