mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 01:26:53 +03:00
Added 3.8 announcement to docs
Correct release notes MD formatting
This commit is contained in:
parent
fc588f539b
commit
2621e03aa3
|
@ -248,6 +248,7 @@ General guides to using REST framework.
|
|||
* [3.5 Announcement][3.5-announcement]
|
||||
* [3.6 Announcement][3.6-announcement]
|
||||
* [3.7 Announcement][3.7-announcement]
|
||||
* [3.8 Announcement][3.8-announcement]
|
||||
* [Kickstarter Announcement][kickstarter-announcement]
|
||||
* [Mozilla Grant][mozilla-grant]
|
||||
* [Funding][funding]
|
||||
|
@ -377,6 +378,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
[3.5-announcement]: topics/3.5-announcement.md
|
||||
[3.6-announcement]: topics/3.6-announcement.md
|
||||
[3.7-announcement]: topics/3.7-announcement.md
|
||||
[3.8-announcement]: topics/3.8-announcement.md
|
||||
[kickstarter-announcement]: topics/kickstarter-announcement.md
|
||||
[mozilla-grant]: topics/mozilla-grant.md
|
||||
[funding]: topics/funding.md
|
||||
|
|
|
@ -58,6 +58,7 @@ You can determine your currently installed version using `pip show`:
|
|||
serializer.save(owner=self.request.user)
|
||||
|
||||
Alternatively you may override `save()` or `create()` or `update()` on the serialiser as appropriate.
|
||||
|
||||
* Correct allow_null behaviour when required=False [#5888][gh5888]
|
||||
|
||||
Without an explicit `default`, `allow_null` implies a default of `null` for outgoing serialisation. Previously such
|
||||
|
@ -96,6 +97,7 @@ You can determine your currently installed version using `pip show`:
|
|||
* Deprecated `list_route` & `detail_route` in favor of `action` decorator with `detail` boolean.
|
||||
* Deprecated dynamic list/detail route variants in favor of `DynamicRoute` with `detail` boolean.
|
||||
* Refactored the router's dynamic route generation.
|
||||
|
||||
* Fix formatting of the 3.7.4 release note [#5704][gh5704]
|
||||
* Docs: Update DRF Writable Nested Serializers references [#5711][gh5711]
|
||||
* Docs: Fixed typo in auth URLs example. [#5713][gh5713]
|
||||
|
|
|
@ -71,6 +71,7 @@ pages:
|
|||
- '3.5 Announcement': 'topics/3.5-announcement.md'
|
||||
- '3.6 Announcement': 'topics/3.6-announcement.md'
|
||||
- '3.7 Announcement': 'topics/3.7-announcement.md'
|
||||
- '3.8 Announcement': 'topics/3.8-announcement.md'
|
||||
- 'Kickstarter Announcement': 'topics/kickstarter-announcement.md'
|
||||
- 'Mozilla Grant': 'topics/mozilla-grant.md'
|
||||
- 'Funding': 'topics/funding.md'
|
||||
|
|
Loading…
Reference in New Issue
Block a user