Skip to content
Merged
Show file tree
Hide file tree
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
47 changes: 47 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
Unreleased
=====
* Replace ugettext_lazy with gettext_lazy `#342`_
* Documentation fixes `#341`_ `#333`_ `#349`_ `#348`_ `#337`_


3.3.0
=====

* Documentation fixes `#341`_ `#333`_ `#328`_ `#320`_ `#305`_ `#303`_ `#302`_ `#298`_ `#281`_ `#266`_ `#349`_ `#348`_ `#337`_
* "output-filename" in mediabackup command `#324`_
* Fixes for test infrastructure and mongodb support `#318`_
* sqlite3: don't throw warnings if table already exists `#317`_
* Fixes for django3 and updated travis (and File handling) `#316`_
* Restoring from FTP `#313`_
* Fixes to run dbbackup management command in Postgres for non-latin Windows. `#273`_
* Apply changes from pull request 244; Update to include sftp storage `#280`_
* Quick fix for proper selection of DB name to restore `#260`_

.. _`#342`: https://github.com/django-dbbackup/django-dbbackup/pull/342
.. _`#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
.. _`#320`: https://github.com/django-dbbackup/django-dbbackup/pull/320
.. _`#305`: https://github.com/django-dbbackup/django-dbbackup/pull/305
.. _`#303`: https://github.com/django-dbbackup/django-dbbackup/pull/303
.. _`#302`: https://github.com/django-dbbackup/django-dbbackup/pull/302
.. _`#298`: https://github.com/django-dbbackup/django-dbbackup/pull/298
.. _`#281`: https://github.com/django-dbbackup/django-dbbackup/pull/281
.. _`#266`: https://github.com/django-dbbackup/django-dbbackup/pull/266
.. _`#324`: https://github.com/django-dbbackup/django-dbbackup/pull/324
.. _`#318`: https://github.com/django-dbbackup/django-dbbackup/pull/318
.. _`#317`: https://github.com/django-dbbackup/django-dbbackup/pull/317
.. _`#316`: https://github.com/django-dbbackup/django-dbbackup/pull/316
.. _`#313`: https://github.com/django-dbbackup/django-dbbackup/pull/313
.. _`#273`: https://github.com/django-dbbackup/django-dbbackup/pull/273
.. _`#280`: https://github.com/django-dbbackup/django-dbbackup/pull/280
.. _`#260`: https://github.com/django-dbbackup/django-dbbackup/pull/260
.. _`#349`: https://github.com/django-dbbackup/django-dbbackup/pull/349
.. _`#348`: https://github.com/django-dbbackup/django-dbbackup/pull/348
.. _`#337`: https://github.com/django-dbbackup/django-dbbackup/pull/337
.. _`#`:
.. _`#`:
.. _`#`:
.. _`#`:
.. _`#`:
.. _`#`:_
3 changes: 2 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ Contents:
storage
commands
integration
contributing
upgrade
contributing
changelog

Compatibility
-------------
Expand Down