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
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
-
### Fixed
11
-
12
-
- Explicitly use `utf-8` encoding in `setup.py`, which could previously lead to issues when installing on certain systems.
13
-
14
-
## [v1.3.0.b0] - 2019-06-23
10
+
## [v1.3.0] - 2019-06-28
15
11
16
12
**NOTE**: this release contains migrations. In your Django project, run them using:
17
13
@@ -38,6 +34,7 @@ Improved customization via base classes:
38
34
39
35
- The `id` field of `APIKey` is now non-`editable`.
40
36
-`APIKeyModelAdmin` does not define `fieldsets` anymore. This allows subclasses to benefit from Django's automatic fieldsets.
37
+
- Explicitly use `utf-8` encoding in `setup.py`, which could previously lead to issues when installing on certain systems.
41
38
42
39
## [v1.2.1] - 2019-06-03
43
40
@@ -146,8 +143,8 @@ Released: 2018-11-17
146
143
- Generate, view and revoke API keys from the Django admin.
147
144
- 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