Mathieu Dupuy
9ce6b6254f
remove 'license-files' field
2024-02-27 14:42:28 +01:00
Mathieu Dupuy
040ded0f56
remove unneeded include-package-data field
2024-02-27 14:40:28 +01:00
Mathieu Dupuy
cf25dcdcd8
move back non-packing related config into setup.cfg
2024-02-27 14:37:11 +01:00
Mathieu Dupuy
9b6e714435
remove 'zip-safe' and 'exclude' arguments
...
zip-safe is deprecated and doesn't do anything.
exclude 'tests*' is already the default behaviour
2024-02-27 14:37:11 +01:00
Mathieu Dupuy
34840fd28d
remove flake8 config from pyproject.toml
...
it was automatically migrated but flake8 doesn't support
the pyproject.toml format
2024-02-27 14:37:11 +01:00
Mathieu Dupuy
0bcd15216e
more concise readme inclusion
2024-02-27 14:37:10 +01:00
Mathieu Dupuy
a71ed6aa64
get package version from rest_framework.__version__
2024-02-27 14:37:10 +01:00
Mathieu Dupuy
c2062da244
remove python 3.6
2024-02-27 14:37:10 +01:00
Mathieu Dupuy
121caba60a
tox: isolated build
2024-02-27 14:37:10 +01:00
Mathieu Dupuy
6019f1d978
migrate setup.cfg to pyproject.toml
2024-02-27 14:37:09 +01:00
Mathieu Dupuy
401de87612
restore a setup.py stub
2024-02-27 14:35:18 +01:00
Mathieu Dupuy
31369964a4
migrate setup.cfg to setup.py
2024-02-27 14:34:49 +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
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
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
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