Tom Christie
5d1be7e281
Changes to docs should not be included in release notes.
2024-01-04 11:38:44 +00:00
Tom Christie
555b2ef014
Changes to project workflow should not be included in release notes.
2024-01-04 11:38:22 +00:00
Tom Christie
98a5b9a4bb
Changes to tests should not be included in release notes.
2024-01-04 11:37:42 +00:00
Tom Christie
0e73dfb4c2
Fix typo
2024-01-04 11:36:45 +00:00
Tom Christie
7a374eae82
Changes to docs should not be included in release notes.
2024-01-04 11:36:19 +00:00
Tom Christie
1a61130717
Changes to project workflow should not be included in release notes.
2024-01-04 11:36:04 +00:00
Tom Christie
aa27efbcdb
Changes to docs should not be included in release notes.
2024-01-04 11:35:40 +00:00
Tom Christie
9765941739
Changes to project workflow should not be included in release notes.
2024-01-04 11:35:25 +00:00
Tom Christie
5d0c331dd5
Changes to docs should not be included in release notes.
2024-01-04 11:34:49 +00:00
Tom Christie
3ef5fe25d5
Changes to project workflow should not be included in release notes.
2024-01-04 11:34:35 +00:00
Tom Christie
42b78d0a75
Changes to project workflow should not be included in release notes.
2024-01-04 11:34:24 +00:00
Tom Christie
8aaf97f05a
Changes to project workflow should not be included in release notes.
2024-01-04 11:34:09 +00:00
Tom Christie
088f91292c
Changes to docs should not be included in release notes.
2024-01-04 11:33:21 +00:00
Tom Christie
9324a235d9
Changes to docs should not be included in release notes.
2024-01-04 11:31:10 +00:00
Tom Christie
d7df722b81
Changes to docs should not be included in release notes.
2024-01-04 11:30:56 +00:00
Tom Christie
3fc4baac06
Changes to docs should not be included in release notes.
2024-01-04 11:30:42 +00:00
Tom Christie
f5b08ff3c0
Changes to docs should not be included in release notes.
2024-01-04 11:30:01 +00:00
Tom Christie
ff803c8103
Changes to docs should not be included in release notes.
2024-01-04 11:29:26 +00:00
Tom Christie
7848ffd74e
Changes to project workflow should not be included in release notes.
2024-01-04 11:27:39 +00:00
Tom Christie
631b8c1ef3
Changes to docs should not be included in release notes.
2024-01-04 11:25:47 +00:00
Tom Christie
7f559215e0
Changes to docs should not be included in release notes.
2024-01-04 11:24:58 +00:00
Tom Christie
7b57ec475a
Changes to project workflow should not be included in release notes.
2024-01-04 11:23:50 +00:00
Tom Christie
5313ae6310
Changes to docs should not be included in release notes.
2024-01-04 11:23:02 +00:00
Tom Christie
428b584e52
Merge branch 'master' into math-a3k-315_rn
2024-01-04 11:17:48 +00:00
Tom Christie
18f7567bc0
Merge branch '315_rn' of https://github.com/math-a3k/django-rest-framework into math-a3k-315_rn
2024-01-04 11:17:30 +00:00
Tom Christie
965e9bc053
Release date pending
...
bump
2024-01-04 11:08:40 +00:00
Asif Saif Uddin
0f39e0124d
Update requirements-optionals.txt ( #9181 )
...
* Update requirements-optionals.txt
* Update requirements-optionals.txt
2023-12-06 22:44:47 +06:00
Krishna2864
0abb84fa39
removed hyperlink for web browsable API on homepage ( #9174 )
2023-11-30 11:07:36 +00:00
Tom Christie
06022e788e
Update README.md
2023-11-29 14:15:53 +00:00
Tom Christie
15f619ade0
Add Svix to sponsors ( #9173 )
2023-11-29 14:13:36 +00:00
Asif Saif Uddin
1db19f4b2d
Update pytest version in requirements-testing.txt ( #9158 )
2023-11-05 11:59:10 +06:00
Asif Saif Uddin
f56b85b7dd
Update pygments>=2.12.0,<2.14.0 in requirements-optionals ( #9142 )
...
* Update pygments>=2.12.0,<2.16.1 in requirements-optionals
* Update requirements/requirements-optionals.txt
* Update requirements/requirements-optionals.txt
* Update requirements/requirements-optionals.txt
2023-10-17 16:13:10 +06:00
Asif Saif Uddin
2c59206b3e
Update requirements-documentation.txt ( #9141 )
2023-10-17 15:40:12 +06:00
J.V. Zammit
e794e5e5e4
blacken-docs ( #8906 )
...
* blacken-docs: Manual fixes for command to pass without errors
* blacken-docs: Adds blacken-docs step to precommit hook.
* blacken-docs: Adds changes made by command itself.
* blacken-docs: Modifies blacken-docs step to only process files under "docs" directory
* blacken-docs: Updates pre-commit config file to exclude all directories other than "docs" to be compatible with "--all-files" flag.
* blacken-docs: Adds commas at the end to make it look identical to pre-black version
2023-10-13 12:44:45 +01:00
Viicos
18b02ce00e
Add missing DEFAULT_VERSIONING_CLASS
entry to API docs ( #9126 )
2023-10-08 13:30:10 +06:00
Marko
8da6b696ab
docs: update django requirement to 4.2 ( #9128 )
2023-10-07 14:55:25 +06:00
Michael Herman
d181511155
add courses section to community resources ( #8845 )
2023-10-05 10:06:07 +01:00
Terence Honles
4296189283
fix dist test by moving --no-pkgroot to runtests.py ( #9129 )
...
This change fixes the dist test by moving the --no-pkgroot option from
pytest to the runtests script.
The current "filterwarnings" setting for pytest includes rest_framework,
which causes an early import of the module. As a result the current
--no-pkgroot behavior fails with an assertion error. Trying to remove
the module from sys.modules will cause the warning filter to not apply,
so this change moves this code before pytest parses the config and loads
the "filterwarnings".
2023-10-05 12:33:53 +06:00
Viicos
d32346bae5
Fix type name of FieldInfo
namedtuple ( #9124 )
...
* Fix type name of `FieldInfo` namedtuple
* Add test
2023-10-04 23:03:10 +06:00
Marcelo Galigniana
605cc4f736
Updated links to CSRF/AJAX Django documentation ( #9118 )
2023-09-29 15:06:16 +06:00
Rodrigo
988bc3a89f
Release Notes for 3.15
...
- Add docs/community/3.15-announcement.md
- Update docs/community/release-notes.md
- Update mkdocs.yml
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2023-09-13 11:34:44 -03:00
Asif Saif Uddin
4bbfa8d455
Updated Checkout action version & Ubuntu OS version ( #9097 )
...
* Updated Checkout action version & Ubuntu OS version
* Update .github/workflows/main.yml
2023-09-09 13:55:32 +06:00
Asif Saif Uddin
b6e3a22f7c
added jQuery 3.7.1 support & dropped previous version ( #9094 )
...
* added jQuery 3.7.1 support & dropped previous version
* added jQuery 3.7.1 support & dropped previous version
2023-09-09 13:51:05 +06:00
Daniel
5a01a4c8a9
Update CONTRIBUTING.md ( #9095 )
...
Removed apostrophe from "it's".
2023-08-31 14:19:25 +06:00
Harald Nezbeda
40eccb0d6c
Fixes documentation link test ( #9076 )
2023-08-17 16:21:03 +06:00
Devid
5c07060ce0
Use str as default path converter ( #9066 )
2023-08-16 20:11:50 +06:00
Ori Roza
9e05aa5962
Update third-party-packages.md ( #9026 )
...
added https://github.com/Ori-Roza/drf-api-action to third packages docs
2023-08-15 11:58:06 +06:00
Pavel Král
a47adbcd0f
Document support for http.HTTPMethod in the @action decorator added in Python 3.11. ( #9067 )
...
* Implement tests for HTTPMethod from Python 3.11
* Update documentation to mention HTTPMethod support in @action
2023-08-15 11:50:02 +06:00
Denis Surkov
2843b925f9
Add note for HiddenField behavior ( #9055 )
...
* Add note for HiddenField behavior
* Update docs/api-guide/fields.md
* Update docs/api-guide/validators.md
---------
Co-authored-by: Asif Saif Uddin <auvipy@gmail.com>
2023-08-15 11:20:05 +06:00
Harald Nezbeda
a2430a8cce
Add docs validation to release process ( #6967 )
...
* Add ci stage to test for broken links in documentation
* Add docs validation to release process
* Update .github/workflows/main.yml
* Update .github/workflows/main.yml
---------
Co-authored-by: Ryan P Kilby <kilbyr@gmail.com>
Co-authored-by: Asif Saif Uddin <auvipy@gmail.com>
2023-08-15 11:17:08 +06:00