Add support for localized query look ups

This commit is contained in:
Oliver Sauder
2018-08-27 11:52:30 +02:00
parent 88e2d29596
commit ff836836bf
5 changed files with 149 additions and 0 deletions

View File

@@ -348,6 +348,7 @@ Experimental feature
^^^^^^^^^^^^^^^^^^^^
Enables the following experimental features:
* ``LocalizedField`` will return ``None`` instead of an empty ``LocalizedValue`` if there is no database value.
* ``LocalizedField`` lookups will lookup by currently active language instead of HStoreField
.. code-block:: python