We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f56a903 commit df4022aCopy full SHA for df4022a
README.md
@@ -103,6 +103,8 @@ The documentation can be found [here](https://django-computedfields.readthedocs.
103
104
105
#### Changelog
106
+- 0.3.4
107
+ - Fix UNIONed resolver updates, that contain select_related
108
- 0.3.3
109
- auto recovery for not_computed context
110
- 0.3.2
computedfields/__init__.py
@@ -1 +1 @@
1
-__version__ = '0.3.3'
+__version__ = '0.3.4'
docs/manual.rst
@@ -756,6 +756,8 @@ a similar feature in Django's ORM.
756
Changelog
757
---------
758
759
760
761
762
763
0 commit comments