Update changelog
This commit is contained in:
parent
ae6f3b533d
commit
6967ec46da
22
CHANGES.rst
22
CHANGES.rst
|
@ -2,6 +2,28 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.10.33 (2023-06-06)
|
||||
--------------------
|
||||
|
||||
* Lower log level when poser reports module not found.
|
||||
|
||||
* Disable cascade_backrefs for Subdepartment.department.
|
||||
|
||||
* Allow for ``-l`` instead of ``--list-all-models`` for importer commands.
|
||||
|
||||
* Add basic maxlen validation when importing phone numbers.
|
||||
|
||||
* Add logic to allow/ignore cache objects which do not normalize.
|
||||
|
||||
* Add ``get_product_key_field()`` and ``_label()`` to AppHandler.
|
||||
|
||||
* Add ``get_customer_key_field()`` and ``_label()`` to AppHandler.
|
||||
|
||||
* Add ``get_member_key_field()`` and ``_label()`` to AppHandler.
|
||||
|
||||
* Add basic support for membership types.
|
||||
|
||||
|
||||
0.10.32 (2023-06-02)
|
||||
--------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.10.32'
|
||||
__version__ = '0.10.33'
|
||||
|
|
Loading…
Reference in a new issue