Skip to content

Commit 2621e03

Browse files
committed
Added 3.8 announcement to docs
Correct release notes MD formatting
1 parent fc588f5 commit 2621e03

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

docs/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ General guides to using REST framework.
248248
* [3.5 Announcement][3.5-announcement]
249249
* [3.6 Announcement][3.6-announcement]
250250
* [3.7 Announcement][3.7-announcement]
251+
* [3.8 Announcement][3.8-announcement]
251252
* [Kickstarter Announcement][kickstarter-announcement]
252253
* [Mozilla Grant][mozilla-grant]
253254
* [Funding][funding]
@@ -377,6 +378,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
377378
[3.5-announcement]: topics/3.5-announcement.md
378379
[3.6-announcement]: topics/3.6-announcement.md
379380
[3.7-announcement]: topics/3.7-announcement.md
381+
[3.8-announcement]: topics/3.8-announcement.md
380382
[kickstarter-announcement]: topics/kickstarter-announcement.md
381383
[mozilla-grant]: topics/mozilla-grant.md
382384
[funding]: topics/funding.md

docs/topics/release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ You can determine your currently installed version using `pip show`:
5858
serializer.save(owner=self.request.user)
5959

6060
Alternatively you may override `save()` or `create()` or `update()` on the serialiser as appropriate.
61+
6162
* Correct allow_null behaviour when required=False [#5888][gh5888]
6263

6364
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`:
9697
* Deprecated `list_route` & `detail_route` in favor of `action` decorator with `detail` boolean.
9798
* Deprecated dynamic list/detail route variants in favor of `DynamicRoute` with `detail` boolean.
9899
* Refactored the router's dynamic route generation.
100+
99101
* Fix formatting of the 3.7.4 release note [#5704][gh5704]
100102
* Docs: Update DRF Writable Nested Serializers references [#5711][gh5711]
101103
* Docs: Fixed typo in auth URLs example. [#5713][gh5713]

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ pages:
7171
- '3.5 Announcement': 'topics/3.5-announcement.md'
7272
- '3.6 Announcement': 'topics/3.6-announcement.md'
7373
- '3.7 Announcement': 'topics/3.7-announcement.md'
74+
- '3.8 Announcement': 'topics/3.8-announcement.md'
7475
- 'Kickstarter Announcement': 'topics/kickstarter-announcement.md'
7576
- 'Mozilla Grant': 'topics/mozilla-grant.md'
7677
- 'Funding': 'topics/funding.md'

0 commit comments

Comments
 (0)