File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 4.1.0
2
+
3
+ - Expiry format now defaults to whatever is used Django REST framework
4
+ - The behavior can be overriden via EXPIRY_DATETIME_FORMAT setting
5
+ - Fully customizable expiry format via format_expiry_datetime
6
+ - Fully customizable response payload via get_post_response_data
7
+
8
+
1
9
## 4.0.1
2
10
3
11
- Fix for tox config to build Django 2.2 on python 3.6
Original file line number Diff line number Diff line change 17
17
# Versions should comply with PEP440. For a discussion on single-sourcing
18
18
# the version across setup.py and the project code, see
19
19
# https://packaging.python.org/en/latest/single_source_version.html
20
- version = '4.0.1 ' ,
20
+ version = '4.1.0 ' ,
21
21
description = 'Authentication for django rest framework' ,
22
22
long_description = long_description ,
23
23
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments