Tom Christie
79cc4a6391
Merge branch 'master' into math-a3k-315_rn
2024-03-15 11:20:48 +00:00
Tom Christie
de2407f88f
Update supported Python and Django versions
2024-03-15 11:18:23 +00:00
Tom Christie
51fd06ecdc
Update release version
2024-03-15 11:06:05 +00:00
Tom Christie
a45dd0702e
Update docs/community/release-notes.md
...
Co-authored-by: JAEGYUN JUNG <twicegoddessana1229@gmail.com>
2024-03-13 15:16:43 +00:00
Asif Saif Uddin
a677b09729
Revert "Fix validation for ListSerializer ( #8979 )" ( #9283 )
...
This reverts commit e2a4559c03
.
2024-03-13 15:15:43 +00:00
Tom Christie
4b74fe0739
Update docs/community/release-notes.md
2024-03-12 13:27:10 +00:00
Tom Christie
b42d1ae7f3
Update docs/community/3.15-announcement.md
...
Co-authored-by: JAEGYUN JUNG <twicegoddessana1229@gmail.com>
2024-03-12 13:08:48 +00:00
TAKAHASHI Shuuji
09a0c551ca
Revert "Register Django urls ( #8778 )" ( #9254 )
...
This reverts commit 3bf611787a
.
2024-03-10 12:50:53 +01:00
JAEGYUN JUNG
730d216794
fix: Remove the _delegate_text
attribute, which is being removed in django 5.0 ( #9278 )
2024-03-08 13:14:27 +00:00
Tom Christie
7549bdc997
Update docs/community/release-notes.md
...
Co-authored-by: Christian Clauss <cclauss@me.com>
2024-03-08 11:47:07 +00:00
Tom Christie
204ef05845
Update docs/community/release-notes.md
...
Co-authored-by: Christian Clauss <cclauss@me.com>
2024-03-08 11:46:59 +00:00
Tom Christie
dbba90aa18
Update docs/community/release-notes.md
2024-03-07 10:17:33 +00:00
Tom Christie
69baf9419e
Update docs/community/3.15-announcement.md
2024-03-07 10:04:21 +00:00
Tom Christie
53b5f627a0
Update docs/community/3.15-announcement.md
2024-03-07 10:03:42 +00:00
şuayip üzülmez
a2eabfc867
Improve integration with Django Debug Toolbar ( #9213 )
2024-03-07 10:58:59 +01:00
dependabot[bot]
4c7c693f15
Bump the github-actions group with 1 update ( #9272 )
...
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout ).
Updates `actions/checkout` from 3 to 4
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-06 16:06:24 +01:00
Christian Clauss
b7cccff943
Keep GitHub Actions up to date with GitHub's Dependabot ( #9237 )
...
* https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
* https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem
2024-03-06 15:41:19 +01:00
Christian Clauss
6cbd4b7789
GitHub Actions: Upgrade pre-commit and drop the removed token ( #9267 )
...
* https://github.com/pre-commit/action/releases
* https://github.com/actions/checkout/releases
* https://github.com/actions/setup-python/releases
https://github.com/pre-commit/action#using-this-action-in-private-repositories explains why `token` was removed but is a bit difficult to understand.
Moving to running pre-commit on https://pre-commit.ci has proved to be the best solution on other projects.
2024-03-06 14:27:46 +01:00
Yaroslav Halchenko
fb03dd977e
Add codespell: config + workflow to detect new typos. Get some typos fixed ( #9234 )
...
* Do not ignore .codespellrc from git
* Add rudimentary codespell config
* Add pre-commit definition for codespell
* more custom skips for codespell - long lines, lines with ú etc
* [DATALAD RUNCMD] Do interactive fixing of some ambigous typos
=== Do not change lines below ===
{
"chain": [],
"cmd": "codespell -w -i 3 -C 2 ./docs/community/release-notes.md",
"exit": 0,
"extra_inputs": [],
"inputs": [],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
* BF: pre-commit needs to duplicate some of the skips for codespell
Known issue -- yet to be addressed:
https://github.com/codespell-project/codespell/issues/3196
* Move codespell configuration into setup.cfg
2024-02-28 12:01:49 +01:00
KanchiMoe
3c9490be22
resolve deprecation warnings for setup-python ( #9266 )
2024-02-28 11:57:33 +01:00
Rodrigo
d4016d8ec1
Add Django 5.0 support ( #9233 )
...
* Update tox.ini
* Update tests for Django 5.0
* Update documentation
* Update setup.py
2024-02-28 11:52:22 +01:00
willeM_ Van Onsem
a45432b54d
refactor removing parameters from kwargs when creating a ListSerializer ( #9245 )
...
* refactor removing parameters from kwargs when creating a ListSerializer
* insert child
* small rewrite
---------
Co-authored-by: Willem Van Onsem <willem.vanonsem@prosafco.be>
2024-02-20 15:08:19 +01:00
Rodrigo
37ec04d518
Add Python 3.12 support ( #9230 )
...
* added python 3.12 to CI
* Update setup.py
---------
Co-authored-by: Asif Saif Uddin <auvipy@gmail.com>
2024-02-20 14:16:03 +01:00
Yousef Abu Shanab
4773d737b9
docs: Update third-party-packages.md to rename customization packages ( #9248 )
...
* Add 2 customization packages, rest-framework-redesign and rest-framework-material
* docs: Update third-party-packages.md to rename customization packages
2024-02-20 14:14:13 +01:00
Asif Saif Uddin
336e7addb6
added python 3.12 to CI ( #9157 )
...
* added python 3.12 to CI
* Update tox.ini
* Update tox.ini
* Update tox.ini
2024-02-20 14:12:07 +01:00
şuayip üzülmez
2ef77b1833
Use POST method instead of GET to perform logout in browsable API ( #9208 )
...
* Use POST method instead of GET to perform logout in browsable API
* Add a test that checks the presence of the logout form
2024-02-19 23:28:04 +01:00
Victorien
df89f32b88
Fix typo in 3.14 announcement ( #9255 )
2024-02-14 11:02:02 +00:00
iamkorniichuk
5ad467aa2c
Remove read_only deprecated behaviour from documentation ( #9239 )
2024-01-29 09:30:29 +01:00
Yuekui
41edb3b9dd
Avoid unnecessary unique together checking ( #9154 )
2024-01-26 11:36:18 +01:00
Marcelo Galigniana
2797c0f216
Add missing import in /api-guide/viewsets/ example ( #9235 )
2024-01-25 12:01:06 +01:00
Christian Clauss
ab694eccde
Fix typo ( #9231 )
2024-01-24 23:17:01 +01:00
Christian Clauss
74689b1f44
pre-commit autoupdate ( #9232 )
2024-01-24 22:47:46 +01:00
Kien Dang
f85d8cb81a
Fix comment syntax error in doc that fails pre-commit blacken-docs ( #9225 )
...
* Fix comment syntax in doc
* Pre-commit
2024-01-24 22:44:46 +01:00
Kien Dang
552a67acde
Skip coreapi tests in GenerateSchemaTests if coreapi is not installed ( #9229 )
2024-01-19 11:10:56 +01:00
Viicos
c4f9d432dd
Update 3.11-announcement.md ( #9227 )
2024-01-18 15:35:57 +01:00
Kien Dang
21bb21b65b
Fix use of ip_address_validators for Django 5.1+ ( #9180 )
...
* Fix use of ip_address_validators for Django 5.0+
* Change affected django version to 5.1
2024-01-11 13:34:46 +01:00
Code Apprentice
047bec1288
Add documentation to show how to add authentication for the browseable api ( #9137 )
2024-01-04 14:16:57 +00:00
Tom Christie
9e0003c840
Update docs/community/3.15-announcement.md
...
Co-authored-by: Asif Saif Uddin <auvipy@gmail.com>
2024-01-04 14:12:03 +00:00
Matt George
f4175b4b07
Update quickstart.md ( #9185 )
...
add .order_by() to eliminate Pagination UnorderedObjectListWarning
2024-01-04 13:10:53 +00:00
Yousef Abu Shanab
530baa23cd
Add 2 customization packages, rest-framework-redesign and rest-framework-material ( #9088 )
2024-01-04 12:42:54 +00:00
HGZahn
4c231d5b97
Clarifying the file to edit ( #9189 )
2024-01-04 12:36:49 +00:00
Tom Christie
f2dc192c25
Changes to docs should not be included in release notes.
2024-01-04 12:06:07 +00:00
Tom Christie
af6313adfd
Changes to project workflow should not be included in release notes.
2024-01-04 12:04:57 +00:00
Tom Christie
da6e6dc957
Changes to docs should not be included in release notes.
2024-01-04 12:04:31 +00:00
Tom Christie
09325ac040
Changes to docs should not be included in release notes.
2024-01-04 12:04:23 +00:00
Tom Christie
70a4432ec9
Improve changelog entry
2024-01-04 12:03:56 +00:00
Tom Christie
0660d66a44
Changes to docs should not be included in release notes.
2024-01-04 12:02:32 +00:00
Tom Christie
cda0ec67a9
Changes to docs should not be included in release notes.
2024-01-04 12:02:26 +00:00
Tom Christie
914002bf63
Changes to docs should not be included in release notes.
2024-01-04 12:01:40 +00:00
Tom Christie
81a548730f
Changes to docs should not be included in release notes.
2024-01-04 12:01:30 +00:00