File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,15 @@ We follow [Semantic Versions](https://semver.org/) starting at the `0.4.0` relea
4
4
5
5
## {{ Next Version }}
6
6
7
+ ## 1.2.0 (2023-08-08)
8
+
7
9
### Features
8
10
9
11
- Adds support for Django 4.2
10
- -
12
+
13
+ ### Fixes
14
+
15
+ - Used pk instead of id for universal access by @ysidromdenis [ #355 ] ( https://github.com/Corvia/django-tenant-users/pull/357 )
11
16
12
17
## 1.1.1 (2022-11-26)
13
18
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ include = '\.pyi?$'
16
16
[tool .poetry ]
17
17
name = " django-tenant-users"
18
18
description = " A Django app to extend django-tenants to incorporate global multi-tenant users"
19
- version = " 1.1.1 "
19
+ version = " 1.2.0 "
20
20
license = " MIT License"
21
21
22
22
packages = [
You can’t perform that action at this time.
0 commit comments