Skip to content

Commit

Permalink
django-translated-fields 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Apr 12, 2021
1 parent 6fdb5b9 commit f8a2e5e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.rst
Expand Up @@ -4,6 +4,10 @@ Change log
`Next version`_
~~~~~~~~~~~~~~~


`0.11`_ (2021-04-12)
~~~~~~~~~~~~~~~~~~~~

- Changed ``TranslatedFieldAdmin`` to not blindly call ``.render()`` on
all responses, just on those actually having such an attribute.
- Changed ``fallback_to_default``, ``fallback_to_any`` and
Expand Down Expand Up @@ -162,4 +166,5 @@ Change log
.. _0.8: https://github.com/matthiask/django-translated-fields/compare/0.7...0.8
.. _0.9: https://github.com/matthiask/django-translated-fields/compare/0.8...0.9
.. _0.10: https://github.com/matthiask/django-translated-fields/compare/0.9...0.10
.. _Next version: https://github.com/matthiask/django-translated-fields/compare/0.10...main
.. _0.11: https://github.com/matthiask/django-translated-fields/compare/0.10...0.11
.. _Next version: https://github.com/matthiask/django-translated-fields/compare/0.11...main
2 changes: 1 addition & 1 deletion translated_fields/__init__.py
@@ -1,4 +1,4 @@
VERSION = (0, 10, 2)
VERSION = (0, 11, 0)
__version__ = ".".join(map(str, VERSION))

try:
Expand Down

0 comments on commit f8a2e5e

Please sign in to comment.