You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At this point in it's lifespan we consider Django REST framework to be essentially feature-complete. We may accept pull requests that track the continued development of Django versions, but would prefer not to accept new features or code formatting changes.
4
-
5
-
Apart from minor documentation changes, the [GitHub discussions page](https://github.com/encode/django-rest-framework/discussions) should generally be your starting point. Please only raise an issue or pull request if you've been recommended to do so after discussion.
3
+
At this point in its lifespan we consider Django REST framework to be essentially feature-complete. We may accept pull requests that track the continued development of Django versions, but would prefer not to accept new features or code formatting changes.
6
4
7
5
The [Contributing guide in the documentation](https://www.django-rest-framework.org/community/contributing/) gives some more information on our process and code of conduct.
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,10 @@ The initial aim is to provide a single full-time position on REST framework.
27
27
[![][posthog-img]][posthog-url]
28
28
[![][cryptapi-img]][cryptapi-url]
29
29
[![][fezto-img]][fezto-url]
30
+
[![][svix-img]][svix-url]
31
+
[![][zuplo-img]][zuplo-url]
30
32
31
-
Many thanks to all our [wonderful sponsors][sponsors], and in particular to our premium backers, [Sentry][sentry-url], [Stream][stream-url], [Spacinov][spacinov-url], [Retool][retool-url], [bit.io][bitio-url], [PostHog][posthog-url], [CryptAPI][cryptapi-url], and [FEZTO][fezto-url].
33
+
Many thanks to all our [wonderful sponsors][sponsors], and in particular to our premium backers, [Sentry][sentry-url], [Stream][stream-url], [Spacinov][spacinov-url], [Retool][retool-url], [bit.io][bitio-url], [PostHog][posthog-url], [CryptAPI][cryptapi-url], [FEZTO][fezto-url], [Svix][svix-url], and [Zuplo][zuplo-url].
32
34
33
35
---
34
36
@@ -38,14 +40,12 @@ Django REST framework is a powerful and flexible toolkit for building Web APIs.
38
40
39
41
Some reasons you might want to use REST framework:
40
42
41
-
* The [Web browsable API][sandbox] is a huge usability win for your developers.
43
+
* The Web browsable API is a huge usability win for your developers.
42
44
*[Authentication policies][authentication] including optional packages for [OAuth1a][oauth1-section] and [OAuth2][oauth2-section].
43
45
*[Serialization][serializers] that supports both [ORM][modelserializer-section] and [non-ORM][serializer-section] data sources.
44
46
* Customizable all the way down - just use [regular function-based views][functionview-section] if you don't need the [more][generic-views][powerful][viewsets][features][routers].
45
47
*[Extensive documentation][docs], and [great community support][group].
46
48
47
-
There is a live example API for testing purposes, [available here][sandbox].
48
-
49
49
**Below**: *Screenshot from the browsable API*
50
50
51
51
![Screenshot][image]
@@ -54,8 +54,8 @@ There is a live example API for testing purposes, [available here][sandbox].
54
54
55
55
# Requirements
56
56
57
-
* Python 3.6+
58
-
* Django 4.2, 4.1, 4.0, 3.2, 3.1, 3.0
57
+
* Python 3.9+
58
+
* Django 4.2, 5.0, 5.1, 5.2
59
59
60
60
We **highly recommend** and only officially support the latest patch release of
61
61
each Python and Django series.
@@ -173,8 +173,6 @@ Full documentation for the project is available at [https://www.django-rest-fram
173
173
174
174
For questions and support, use the [REST framework discussion group][group], or `#restframework` on libera.chat IRC.
175
175
176
-
You may also want to [follow the author on Twitter][twitter].
177
-
178
176
# Security
179
177
180
178
Please see the [security policy][security-policy].
@@ -185,9 +183,7 @@ Please see the [security policy][security-policy].
0 commit comments