We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0.5.1
1 parent 0d1d943 commit 9a53a50Copy full SHA for 9a53a50
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 0.5.1 (2024-05-29)
4
+
5
+This release fixes two bugs:
6
7
+- Fallback to `inspect.getmodule` for models not exported in the app's models module (#66)
8
+- Fix type representation of `DateTimeField.__set__` types (#67)
9
10
## 0.5.0 (2024-02-18)
11
12
This release brings basic support for template loading functions (e.g. `render_to_string`).
src/django_autotyping/__init__.py
@@ -1 +1 @@
-__version__ = "0.5.0"
+__version__ = "0.5.1"
0 commit comments