Skip to content

Commit dbe3644

Browse files
committed
Reverted unrelated changes
1 parent 0380b4a commit dbe3644

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,3 @@ manage.py
5151

5252
# example database
5353
drf_example
54-

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# _Changelog
1+
# Changelog
22

33
All notable changes to this project will be documented in this file.
44

@@ -37,7 +37,7 @@ any parts of the framework not mentioned in the documentation should generally b
3737
* Removed support for Django 5.0.
3838
* Removed built-in support for generating OpenAPI schema. Use [drf-spectacular-json-api](https://github.com/jokiefer/drf-spectacular-json-api/) instead.
3939

40-
## [7.1.0] - 2024-10-25_
40+
## [7.1.0] - 2024-10-25
4141

4242
This is the last release supporting Python 3.8, Django 5.0 and Django REST framework 3.14.
4343

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ exclude =
2020
build/lib,
2121
.eggs
2222
.tox,
23-
env,
23+
env
2424
.venv
2525

2626
[isort]

0 commit comments

Comments
 (0)