Changelog

4.0.0b0 (2021-12-19)

  • Fix RemovedInDjango41Warning related to default_app_config #413
  • Add authentication database support for MongoDB #379
  • Remove six dependency #371
  • Explicitly support Python 3.6+. #408
  • Drop support for end of life Django versions. Currently support 2.2, 3.2, 4.0. #408
  • 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
  • Move author and version information into setup.py to allow building package in isolated environment (e.g. with the build package). #414
  • Documentation fixes #341 #333 #349 #348 #337 #411

3.3.0 (2020-04-14)

  • 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