medmunds
|
b4e22c63b3
|
Reformat code with automated tools
Apply standardized code style
|
2023-02-06 15:05:24 -08:00 |
|
Tim Schilling
|
a4f50c4340
|
Confirm support for Django 4.1
Replaces deprecated `django.utils.timezone.utc` with
`datetime.timezone.utc` (available since Python 3.2).
|
2022-08-24 13:24:27 -07:00 |
|
Mike Edmunds
|
adc92f037b
|
Tests: tox and mock cleanup
* Remove mock dependency
(mock is now part of standard unittest package)
* Cleanup tox dependency installation logic
|
2021-06-13 12:13:31 -07:00 |
|
Tilmann Becker
|
e90c10b546
|
Add Postal support
Thanks to @tiltec for researching, implementing, testing and documenting it.
|
2021-06-07 17:11:35 -07:00 |
|