Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGELOG #376

Merged
merged 1 commit into from
Dec 19, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Changelog
Unreleased
-----------
* Replace ugettext_lazy with gettext_lazy `#342`_
* Changed logging settings from settings.py to late init `#332`_
* Fix authentication error when postgres is password protected `#361`_
* Use exclude-table-data instead of exclude-table `#363`_
* Add support for exclude tables data in the command interface `#375`_
* Documentation fixes `#341`_ `#333`_ `#349`_ `#348`_ `#337`_


Expand All @@ -21,6 +25,10 @@ Unreleased
* Quick fix for proper selection of DB name to restore `#260`_

.. _`#342`: https://github.com/django-dbbackup/django-dbbackup/pull/342
.. _`#332`: https://github.com/django-dbbackup/django-dbbackup/pull/332
.. _`#361`: https://github.com/django-dbbackup/django-dbbackup/pull/361
.. _`#363`: https://github.com/django-dbbackup/django-dbbackup/pull/363
.. _`#375`: https://github.com/django-dbbackup/django-dbbackup/pull/375
.. _`#341`: https://github.com/django-dbbackup/django-dbbackup/pull/341
.. _`#333`: https://github.com/django-dbbackup/django-dbbackup/pull/333
.. _`#328`: https://github.com/django-dbbackup/django-dbbackup/pull/328
Expand Down