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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [v1.3.0.b0] - 2019-06-23
11
+
12
+
**NOTE**: this release contains migrations. In your Django project, run them using:
13
+
14
+
```python
15
+
python manage.py migrate rest_framework_api_key
16
+
```
17
+
10
18
### Added
11
19
12
20
Improved customization via base classes:
@@ -135,6 +143,7 @@ Released: 2018-11-17
135
143
- Authenticate requests using the `Api-Token` and `Api-Secret-Key` headers. Customizable via the `DRF_API_KEY_TOKEN_HEADER` and `DRF_API_KEY_SECRET_KEY_HEADER` settings.
0 commit comments