@@ -138,33 +138,21 @@ Don't forget to remove deprecated code on each major release!
138
138
139
139
### Added
140
140
141
- - Enable functional tests in CI.
142
-
143
- ### Changed
144
-
145
- - As of this version, dbbackup is now within Jazzband! This version tests our Jazzband release CI, and adds miscellaneous refactoring/cleanup.
146
- - Update ` settings.py ` comment.
147
- - Jazzband transfer tasks.
148
- - Refactoring and tooling.
149
-
150
- ### Fixed
151
-
152
- - Fix GitHub Actions configuration.
153
-
154
- ## [ 4.0.0b0] - 2021-12-19
155
-
156
- ### Added
157
-
158
141
- Add authentication database support for MongoDB.
159
142
- Explicitly support Python 3.6+.
160
143
- Add support for exclude tables data in the command interface.
144
+ - Enable functional tests in CI.
161
145
162
146
### Changed
163
147
164
148
- Replace ` ugettext_lazy ` with ` gettext_lazy ` .
165
149
- Changed logging settings from ` settings.py ` to late init.
166
150
- Use ` exclude-table-data ` instead of ` exclude-table ` .
167
151
- Move author and version information into ` setup.py ` to allow building package in isolated environment (e.g. with the ` build ` package).
152
+ - As of this version, dbbackup is now within Jazzband! This version tests our Jazzband release CI, and adds miscellaneous refactoring/cleanup.
153
+ - Update ` settings.py ` comment.
154
+ - Jazzband transfer tasks.
155
+ - Refactoring and tooling.
168
156
169
157
### Removed
170
158
@@ -176,6 +164,7 @@ Don't forget to remove deprecated code on each major release!
176
164
- Fix ` RemovedInDjango41Warning ` related to ` default_app_config ` .
177
165
- Fix authentication error when postgres is password protected.
178
166
- Documentation fixes.
167
+ - Fix GitHub Actions configuration.
179
168
180
169
## [ 3.3.0] - 2020-04-14
181
170
@@ -331,8 +320,7 @@ Don't forget to remove deprecated code on each major release!
331
320
[ 4.2.0 ] : https://github.com/Archmonger/django-dbbackup/compare/4.1.0...4.2.0
332
321
[ 4.1.0 ] : https://github.com/Archmonger/django-dbbackup/compare/4.0.2...4.1.0
333
322
[ 4.0.2 ] : https://github.com/Archmonger/django-dbbackup/compare/4.0.1...4.0.2
334
- [ 4.0.1 ] : https://github.com/Archmonger/django-dbbackup/compare/4.0.0b0...4.0.1
335
- [ 4.0.0b0 ] : https://github.com/Archmonger/django-dbbackup/compare/3.3.0...4.0.0b0
323
+ [ 4.0.1 ] : https://github.com/Archmonger/django-dbbackup/compare/3.3.0...4.0.1
336
324
[ 3.3.0 ] : https://github.com/Archmonger/django-dbbackup/compare/3.2.0...3.3.0
337
325
[ 3.2.0 ] : https://github.com/Archmonger/django-dbbackup/compare/3.1.3...3.2.0
338
326
[ 3.1.3 ] : https://github.com/Archmonger/django-dbbackup/compare/3.1.2...3.1.3
0 commit comments