Merge pull request #54 from sliverc/query_by_active_lang

Add support for localized query lookups
This commit is contained in:
Swen Kooij
2019-01-11 14:47:18 +02:00
committed by GitHub
5 changed files with 149 additions and 0 deletions

View File

@@ -345,6 +345,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