Commit Graph

3731 Commits

Author SHA1 Message Date
tgoddessana
c64ff4ab82 Feat: Remove unnecessary English parenthesis descriptions 2025-04-03 01:08:25 +09:00
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
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
Konstantin Alekseev
17e95604f5
Fix unique together validator doesn't respect condition's fields (#9360) 2025-02-17 14:01:32 +06:00
Bruno Alla
038670a4cf
Drop deprecated AutoSchema._get_reference method (#9525)
As well the unused RemovedInDRF316Warning
2025-01-29 12:27:33 +06: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
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
tgoddessana
90e39c0f6b Feat: add compiled message file 2024-10-30 00:12:05 +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
tgoddessana
fab9087458 Add missing translation for "Invalid Input" 2024-10-22 16:49:14 +09:00
tgoddessana
4dbfe56423 Fix translation for "Tokens", just like django translation.
reference: 5a91ad3d71/django/contrib/auth/locale/ko/LC_MESSAGES/django.po (L235)
2024-10-22 16:47:42 +09:00
tgoddessana
86716e6771 Fix wrong translation for word "Created" 2024-10-22 16:41:33 +09:00
tgoddessana
548a540144 Add missing translation for the word “Token" 2024-10-22 16:32:44 +09:00
tgoddessana
319d51b734 Changed the translation for the word “User” from “유저” to “사용자” to make it consistent with Django's translation
reference: 5a91ad3d71/django/contrib/admin/locale/ko/LC_MESSAGES/django.po (L601)
2024-10-22 16:29:48 +09:00
tgoddessana
bf51b6b113 update django.po translators 2024-10-22 16:27:18 +09:00
tgoddessana
57c37133b1 update django.po file 2024-10-22 16:18:35 +09:00
Gabriel Mitelman Tkacz
81613c0e51
Fixing and adding pt-br translations (#9535) 2024-09-20 11:34:37 +01:00
Bruno Alla
b25028ac8f
Add support for Python 3.13 (#9527)
* Add support for Python 3.13

* Fix extracting tox env with -dev Python versions

* Fix view description inspection in Python 3.13

Python 3.13 introduced docstrings for None: https://github.com/python/cpython/pull/117813

In Python 3.12, this is an empty string:

```
 ➜ python3.12
Python 3.12.6 (main, Sep 10 2024, 19:06:17) [Clang 15.0.0 (clang-1500.3.9.4)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> d = None
>>> d.__doc__
>>>
```

In Python 3.13, it's no longer empty:

```
 ➜ python3.13
Python 3.13.0rc2+ (heads/3.13:660baa1, Sep 10 2024, 18:57:50) [Clang 15.0.0 (clang-1500.3.9.4)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> d = None
>>> d.__doc__
'The type of the None singleton.'
>>>
```

Adding a check in the inspector that get the view description out the view function docstring to catch this edge case.
2024-09-11 15:39:52 +06:00
Sina Amini
7141bdb2df
Spelling mistakes in Farsi language were corrected (#9521) 2024-09-07 17:30:13 +06:00
Bruno Alla
2ede857de0
Add official support for Django 5.1 (#9514)
* Add official support for Django 5.1

Following the supported Python versions:

https://docs.djangoproject.com/en/stable/faq/install/

* Add tests to cover compat with Django's 5.1 LoginRequiredMiddleware

* First pass to create DRF's LoginRequiredMiddleware

* Attempt to fix the tests

* Revert custom middleware implementation

* Disable LoginRequiredMiddleware on DRF views

* Document how to integrate DRF with LoginRequiredMiddleware

* Move login required tests under a separate test case

* Revert redundant change

* Disable LoginRequiredMiddleware on ViewSets

* Add some integrations tests to cover various view types
2024-09-07 17:21:18 +06:00
Bruno Alla
125ad42eb3
Accept integers as min/max values of DecimalField (#9515)
* Use Decimal for min/max values of DecimalField in tests

* Update docs to mention that min/max values should be Decimal objects

* Accept integer values for DecimalField min and max values

* Update expected error messages in tests

* Update expected warning message in tests
2024-09-07 17:07:28 +06:00
Noam
5cc1028c2f
Fix "Converter is already registered" deprecation warning. (#9512) 2024-08-26 17:32:50 +02:00
akkuman
f6ea019bd9
Update django.po (#9505) 2024-08-26 10:31:07 +01:00
Yuekui
518eb22e67
Fix unique_together validation with source (#9482) 2024-08-05 16:36:50 +06:00
James McHugh
8e304e1adb
Fixed AttributeError raised by data property being silently ignored (#9455)
Signed-off-by: James Riley McHugh <mchugh_james@bah.com>
Co-authored-by: James Riley McHugh <mchugh_james@bah.com>
2024-07-17 22:51:39 +06:00
Devid
f74185b6dd
Fix get_template_context to handle also lists (#9467) 2024-07-15 22:03:40 +06:00
Devid
e13688f0c0
Remove long deprecated code from request wrapper (#9441) 2024-06-19 00:03:37 +06:00