Commit graph

381 commits

Author SHA1 Message Date
Michael Käufl
fcdbfc0bcb Drop support for Python 3.5
It has reached its EOL in September 2020, see
https://www.python.org/dev/peps/pep-0478/#release-schedule
2021-01-19 13:11:16 +06:00
Michael Käufl
dd5d6974cb Drop support for Django < 2.2 LTS, incl. Python 2.7 2021-01-19 13:11:16 +06:00
Jannis Leidel
78f9824f0c
Merge pull request #270 from jazzband/gha
Migrate to GitHub Actions
2020-11-27 17:31:02 +01:00
Jannis Leidel
f5bebd4ecc
Add fail_ci_if_error to test workflow. 2020-11-27 09:59:12 +01:00
Jannis Leidel
5053da4357
Add release workflow. 2020-11-26 17:08:22 +01:00
Jannis Leidel
eea5b9ad34
Remove travis cruft. 2020-11-26 17:08:14 +01:00
Jannis Leidel
64eefaef1a
Fix an issue with an old version of dj-email-url. 2020-11-26 16:51:15 +01:00
Jannis Leidel
b540ceadb3
Add GitHub Actions test workflow. 2020-11-26 16:18:58 +01:00
Michael K
3305de960a
Merge pull request #261 from dat2/patch-1
fix version string at runtime
2020-10-07 15:20:56 +00:00
Nicholas Dujay
4fb5928a9c
use package name in get_distribution function call 2020-09-21 09:43:42 -04:00
Jannis Leidel
601d52218a
Merge pull request #234 from ckrybus/update-django-trove-classifiers
Update django trove classifiers
2020-01-06 19:45:18 +01:00
Christoph Krybus
6314038a77 Update django trove classifiers 2020-01-06 17:10:39 +01:00
Jannis Leidel
8d7036d253
Merge pull request #248 from jazzband/tox-travis
Move to tox-travis. Fix #246.
2019-12-03 13:25:36 +01:00
Jannis Leidel
42641f5eb4
Switch to setuptools-scm. 2019-12-03 13:09:15 +01:00
Jannis Leidel
bd61710591
Add check-manifest. 2019-12-03 12:47:25 +01:00
Jannis Leidel
b9f6aa98ec
No Bandit. 2019-12-03 12:42:36 +01:00
Jannis Leidel
c15996a0fa
Use twine check instead of readme_renderer. 2019-12-03 12:08:49 +01:00
Jannis Leidel
8e32e5b3c7
Add COVERAGE_PROCESS_START env var again. 2019-12-03 12:05:47 +01:00
Jannis Leidel
3de33277a7
Update changelog. 2019-12-03 12:00:41 +01:00
Jannis Leidel
7f469b6d6e
Fix Python version. 2019-12-03 11:55:03 +01:00
Jannis Leidel
0f486ef6e4
Fix running on Django master.
This fixes an exception that was introduced upstream in 226ebb1729 (diff-ec2bed07bb264cb95a80f08d71a47c06R163-R170)
2019-12-03 11:52:00 +01:00
Jannis Leidel
843271a701
Move to tox-travis. Fix #246. 2019-12-03 11:51:21 +01:00
Paolo Melchiorre
12ea3c0a5b Prepare release v2.2 2019-12-02 14:26:05 +01:00
Paolo Melchiorre
51e0265276
Merge pull request #242 from johnfraney/master
Update tested Python & Django versions
2019-11-29 18:28:58 +01:00
John Franey
7e74d67308 Update changelog for v2.2 2019-11-29 12:03:02 -05:00
John Franey
9c9b07dca5 Sort .travis.yml by dj version; add more pypy3 coverage 2019-11-28 20:35:00 -05:00
John Franey
0f479a56f5 Remove xenial references for Travis
Removes Xenial references in Travis config file since it is now the
default CI build environment.

See:

https://blog.travis-ci.com/2019-04-15-xenial-default-build-environment
2019-11-28 20:22:44 -05:00
John Franey
f387e1ee63 Remove Python 3.4 and add 3.8 2019-11-28 20:12:04 -05:00
John Franey
41b905c92e Update tested Python & Django versions
Replaces `django.utils.six` with `six` to support newer Django versions.

Updates Tox config to:
- remove unsupported Django versions
- add pypy3
- add Django 2.2
- update djmaster Python versions
2019-10-06 15:43:03 -04:00
Jannis Leidel
be2a0dc18f
Merge pull request #237 from jazzband/checks
Enable fussy fox check suite
2019-04-01 21:29:01 +02:00
Rustem Saiargaliev
12036fabc8
Fix typo
Co-Authored-By: codingjoe <info@johanneshoppe.com>
2019-04-01 15:27:44 +02:00
Johannes Hoppe
bda8c22065
Rename .checks.yml to .fussyfox.yml 2019-04-01 14:44:43 +02:00
Johannes Hoppe
934ca95883 Add checkqa test environment to tox
Add support to run QA tests locally
2019-03-26 11:36:41 +01:00
Johannes Hoppe
ec8a8e7df4 Fix bandit and flake8 errors 2019-03-26 08:16:18 +01:00
Johannes Hoppe
b754256413 Enable check suite in favor of travis-ci QA runs 2019-03-26 08:15:50 +01:00
Harry Moreno
f887ad5821
Explain default value for ecretValue() 2019-01-24 15:41:33 -05:00
Harry Moreno
2db80d8c34
Flesh out usage of values.Value() in .env 2019-01-24 15:37:34 -05:00
Harry Moreno
f65000b38e
remove quote from secret key to fix syntax 2019-01-24 15:13:00 -05:00
Harry Moreno
4c64bb602f
Improve reading from .env
* fix runtime error when `values` is accessed
* show how an env var can be set and read
2019-01-19 16:23:59 -05:00
Peter Bittner
ec56685da4 Move Sentry recommendations to Cookbook section
Fix code sample bug

Use code-block markup consistently
2018-12-14 09:34:35 +01:00
Peter Bittner
690e8784f6 Link to RTD project dashboard, use shields.io badge 2018-12-10 15:42:53 +01:00
Peter Bittner
f38e07b94a
Merge pull request #223 from jazzband/docs/explain-dotenv-files
Explain how to read .env files
2018-12-10 13:17:29 +01:00
Peter Bittner
3c8590a8d4
Merge pull request #222 from jazzband/feature/remove-deprecated-import
Remove deprecated import (gone in Django 1.9)
2018-12-10 13:17:02 +01:00
Peter Bittner
e7d63e0815 Explain how to read .env files 2018-12-10 03:47:52 +01:00
Peter Bittner
4480bdb4ad
Merge pull request #221 from jazzband/feature/readme-more-badges
More badges to display project properties (README)
2018-12-10 01:48:26 +01:00
Peter Bittner
79b92372f7 Remove deprecated import (gone in Django 1.9) 2018-12-10 00:16:51 +01:00
Daniel Hahler
605e6fe296
flake8: ignore W503 (and pick W504) (#220) 2018-12-09 18:48:17 +01:00
Peter Bittner
55592874b4 More badges to display project properties (README) 2018-12-09 18:40:12 +01:00
Peter Bittner
aa7864f722
Merge pull request #213 from spookyUnknownUser/patch-1
Add sentry example to patterns
2018-12-09 17:27:02 +01:00
Peter Bittner
efea2224da
Merge pull request #219 from jazzband/feature/add-extras-require
Add extras for optional requirements
2018-12-09 16:14:45 +01:00