Commit graph

223 commits

Author SHA1 Message Date
Daniele Bortoluzzi
931a4e4198
Fix #149 Add support to official Microsoft mssql-django adapter (#150)
* Fix #149 Add support to official Microsoft mssql-django adapter

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: Matt Seymour <mattaseymour@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-05-28 21:18:21 +01:00
Matt Seymour
836740dd81
Update README.rst 2022-05-25 22:23:35 +01:00
Matt Seymour
e589ed03b5
Merge pull request #130 from ParthS007/docs-improvement
Clarify the usage example in the docs
2022-05-24 21:37:49 +01:00
Matt Seymour
e1b62fde7c
Merge pull request #145 from palfrey/cockroachdb
Add CockroachDB to supported database options
2022-05-24 21:36:51 +01:00
Jannis Leidel
dabf94b963
Remove trailing whitespace. 2022-05-24 17:00:20 +02:00
Jannis Leidel
a9c0fe4cb3
Add codecov badge. 2022-05-24 15:29:23 +02:00
Jannis Leidel
18e25d0eaf
Merge pull request #146 from palfrey/actions-pr
Run actions on PRs as well as pushes
2022-05-24 15:27:34 +02:00
Jannis Leidel
759c411b8e
Merge pull request #162 from jazzband/post-transfer-updates
Post transfer updates
2022-05-24 15:27:00 +02:00
Jannis Leidel
5df3b59d12
Add requirements.txt. 2022-05-24 15:16:21 +02:00
Jannis Leidel
683cfb0ee5
Add coverage reporting with codecov. 2022-05-24 15:14:46 +02:00
Jannis Leidel
e83489749e
Minor cleanup post-transfer. 2022-05-24 15:03:57 +02:00
Jannis Leidel
fa2614bd39
Fix badge. 2022-05-24 15:00:28 +02:00
Jannis Leidel
5702e647b0
Don't run tests with Django 4.0 on Python 3.7. 2022-05-24 14:59:01 +02:00
pre-commit-ci[bot]
b7a6e91486 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2022-05-17 21:14:06 +00:00
Matt Seymour
98421fdf85
Merge branch 'master' into cockroachdb 2022-05-17 22:13:39 +01:00
Matt Seymour
36f37c38fc Update map of python django supported versions. 2022-05-17 22:10:15 +01:00
pre-commit-ci[bot]
b96e81d439 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.2.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.0.1...v4.2.0)
2022-05-15 20:55:49 +01:00
Matt Seymour
5616a1bb2b Add isort base config file (.isort.cfg) 2022-05-04 09:56:22 +01:00
Matt Seymour
d99f8aca97 Ref: #156 - Update README.rst to include jazzband logo 2022-05-04 09:52:56 +01:00
pre-commit-ci[bot]
97e986043d [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2022-05-04 09:51:32 +01:00
Matt Seymour
3e87a497f8 Re-format code to black, isort, flake8 2022-05-04 09:51:32 +01:00
Matt Seymour
80770bb243 Add pre-commit-config file
Adds a precommit config file (and .flake8 config) to enable
CI in jazzband organization. Adds basic following checks:
 * Black
 * isort
 * flake8
 * end-of-file-fixer
 * trailing-whitespace
2022-05-04 09:51:32 +01:00
Matt Seymour
6bd09e0661
Merge pull request #154 from mattseymour/jazzbandify
Jazzbandify - Changes required to make the project jazzbandified
2022-05-03 13:27:52 +01:00
Matt Seymour
973b0bcf35 Add flake8 and black config, re-format
* Adds a basic black and flake8 compatible config
* Reformat the code with black using skip string normalization
2022-01-11 12:56:31 +00:00
Matt Seymour
a42c0ba71e Update README.rst with contributing guidelines 2022-01-11 12:39:25 +00:00
Matt Seymour
572877e22a Add jazzband code of conduct file
Add the default code of conduct as found in
jazzband projects.
2022-01-11 12:16:50 +00:00
Matt Seymour
90d36f0fce Add default contributing.md file
Jazzband projects need to include a
CONTRIBUTING.md file. This is the minimum
contribution file required. This should be
expanded in the future.
2022-01-11 12:14:14 +00:00
Matt Seymour
65c62a46c7 Update and reformat license
Update the License formatting to match that
of other jazzband projects.
2022-01-11 12:07:53 +00:00
Tom Parker-Shemilt
daae7cda31 Run actions on PRs as well as pushes 2021-06-07 22:53:57 +01:00
Tom Parker-Shemilt
edba8c1a46 Add CockroachDB to the list of supported DBs 2021-06-07 22:51:50 +01:00
Tom Parker-Shemilt
78d225c069 Add support for CockroachDB 2021-06-07 22:50:57 +01:00
Parth Shandilya
a022bb04a5 Clarify the usage example in the docs 2020-01-21 20:27:09 +01:00
Jacob Kaplan-Moss
1937ed9e61
Merge pull request #125 from giovanism/long_desc
Set long_description to README.rst
2019-12-25 10:53:32 -05:00
Jacob Kaplan-Moss
7546ed77e2
Merge branch 'master' into long_desc 2019-12-25 10:52:28 -05:00
Jacob Kaplan-Moss
306ee25cc0 run tests with python -m unittest discover 2019-12-25 10:50:14 -05:00
Jacob Kaplan-Moss
70ebcfb6db add Django as an explicit dependency
fixes #122
2019-12-25 10:49:48 -05:00
Jacob Kaplan-Moss
dc2a7263c3 🗃 add Python 3.8 / Django 3.0 trove classifiers 2019-12-25 10:40:11 -05:00
Jacob Kaplan-Moss
c01081bd45 📝 point the ci badge at GH actions 2019-12-25 10:39:16 -05:00
Jacob Kaplan-Moss
7db1c32e4d 👷 tweak ci build for readability 2019-12-25 10:33:50 -05:00
Jacob Kaplan-Moss
68b522ea4a 👷 moving to github ci
thanks @jefftriplett for the example -  https://github.com/jefftriplett/python-github-actions-matrix-demo
2019-12-25 10:29:37 -05:00
giovanism
187323a5ec
Set long_description to README.rst 2019-10-03 08:52:54 +07:00
Jacob Kaplan-Moss
332f819b7a
Update LICENSE to reflect multiple contributors 2019-07-24 15:03:07 -04:00
Jacob Kaplan-Moss
acf2909e64
Update the build image; remove outdated sponsorship link 2019-07-24 15:02:26 -04:00
Jacob Kaplan-Moss
eaa67561d4
Merge pull request #111 from adrienbrunet/master
Adding a CHANGELOG
2019-07-24 09:17:58 -04:00
Buğra İşgüzar
004150c17e
Merge pull request #118 from dctalbot/patch-1
Update PostgreSQL Django Backend name
2019-07-12 23:55:18 +03:00
David Talbot
3e7a0e46c7
Footnote 2019-07-12 16:37:18 -04:00
David Talbot
c05d09013f
Update PostgreSQL Django Backend name
More info here:
https://stackoverflow.com/questions/47946856/what-is-the-difference-between-postgres-and-postgresql-psycopg2-as-a-database-en
2019-07-12 15:29:15 -04:00
Ian Stapleton Cordasco
27a56ebfae
Merge pull request #115 from timgraham/django22
Drop testing for Django < 1.11. Add testing for Django 2.2 and Python 3.7.
2019-01-27 08:45:31 -06:00
Tim Graham
d66536836a Add testing for Python 3.7 2019-01-25 15:11:31 -05:00
Tim Graham
2199d7b59d Add testing for Django 2.2 2019-01-25 15:09:50 -05:00