-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathCHANGELOG
39 lines (22 loc) · 782 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
2.0.2 (2024-05-21)
------------------
- Fixed "allow_null" issue with fields on certain Django versions
2.0.1 (2021-06-10)
------------------
- Packaging error fixed (caused by change from module to package)
2.0.0 (2021-06-05)
------------------
- DRF parts are now lazy-loaded, significantly improving import performance at the cost of a potential breaking change.
1.4.0 (2020-12-27)
------------------
- __qualname__ is now implemented on Urls classes
1.3.0 (2019-08-13)
------------------
- Support for serializing URLs via Django REST Framework added
1.2.0 (2017-12-07)
------------------
- Introduce get_scheme and get_hostname on Url classes
1.1.0 (2017-04-24)
------------------
- Added .full() method to URLs to get non-relative versions
- Python 3 support