2.0.3 (2025-12-23)
------------------

- Fixed pydoc/inspect attributes


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
