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 |
|
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 |
|
Tim Graham
|
e143914338
|
Drop testing for Django < 1.11
|
2019-01-25 14:46:53 -05:00 |
|
Adrien Brunet
|
754c9a9ebf
|
Adding a CHANGELOG
|
2018-09-25 18:17:09 +02:00 |
|
Kenneth Reitz
|
43299688f5
|
Update README.rst
|
2018-09-17 08:14:27 -04:00 |
|
Ian Stapleton Cordasco
|
7b143e41f4
|
Merge pull request #109 from timgraham/django21
Add testing for Django 2.1
|
2018-08-29 14:48:08 -05:00 |
|
Tim Graham
|
1b76ed1e72
|
Add Django trove classifiers
|
2018-08-25 20:06:24 -04:00 |
|
Tim Graham
|
6c127a7a05
|
Add testing for Django 2.1
|
2018-08-25 20:04:42 -04:00 |
|
Ian Stapleton Cordasco
|
53c3d79d6e
|
Merge pull request #101 from mintel/psycopg2
fix #96 deprecated postgres backend strings
|
2018-05-03 10:15:01 -05:00 |
|
Jaye Doepke
|
628335f2d9
|
Add EXPECTED_POSTGRES_ENGINE
|
2018-05-02 11:10:20 -05:00 |
|
Ian Stapleton Cordasco
|
b6b6a1f25b
|
Merge pull request #100 from elohmeier/master
use str port for mssql
|
2018-05-02 09:39:43 -05:00 |
|
Jaye Doepke
|
8b48e4bd40
|
fix #96 deprecated postgres backend strings
The backend "django.db.backends.postgresql_psycopg2" has been deprecated
in Django 2.0 in favor of "django.db.backends.postgresql".
https://docs.djangoproject.com/en/2.0/releases/2.0/#id1
|
2018-03-28 17:14:04 -05:00 |
|
Kenneth Reitz
|
de91c7de55
|
v0.5.0
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
|
2018-03-01 13:37:00 -05:00 |
|
Enno Lohmeier
|
e2f43d97a1
|
use str port for mssql
|
2018-02-07 21:33:10 +01:00 |
|
Kenneth Reitz
|
d94d395cf5
|
Merge pull request #91 from sannykr/add_license
added license
|
2017-08-31 16:49:25 -04:00 |
|
Sanny Kumar
|
5eeb7e3ade
|
added license
|
2017-08-31 15:40:53 -05:00 |
|
Kenneth Reitz
|
dfd6202f37
|
Merge pull request #89 from elohmeier/master
add mssql support using pyodbc
|
2017-08-30 18:20:54 -04:00 |
|
Enno Lohmeier
|
443b708ffe
|
add mssql to readme
|
2017-08-21 17:32:22 +02:00 |
|
Enno Lohmeier
|
ec2428fea0
|
add mssql support using pyodbc
|
2017-08-21 11:59:09 +02:00 |
|
Kenneth Reitz
|
8dcefae68d
|
Merge pull request #88 from alissonperez/master
Fix RST schemas
|
2017-08-03 17:59:54 -04:00 |
|
Alisson R. Perez
|
cb677240e7
|
Fix RST schemas
|
2017-08-03 18:06:20 -03:00 |
|
Kenneth Reitz
|
dd0fd73ad7
|
Merge pull request #86 from klashxx/oracle_fix
Django expects Oracle Ports as strings
|
2017-06-16 18:27:58 -04:00 |
|
klashxx
|
e370c860b8
|
Django expects Oracle Ports as strings
|
2017-04-08 12:46:36 +02:00 |
|
Kenneth Reitz
|
c18e132b21
|
Merge pull request #82 from browniebroke/python-3.6
Add testing for Python 3.6
|
2017-04-04 09:42:01 -04:00 |
|
Kenneth Reitz
|
2c512e95c4
|
Merge pull request #84 from tomkins/ipv6-parsing
Fix IPv6 address parsing
|
2017-04-04 09:41:47 -04:00 |
|
Alex Tomkins
|
be4c7f2262
|
Fix IPv6 address parsing
|
2017-01-20 15:06:53 +00:00 |
|
Bruno Alla
|
fb5b058127
|
Add testing for Python 3.6
|
2017-01-06 11:07:26 +00:00 |
|
Kenneth Reitz
|
471a786b64
|
Merge pull request #81 from graingert/master
Revert "Add setup.cfg for wheel support"
|
2017-01-05 12:49:41 -05:00 |
|
Thomas Grainger
|
d220261a5b
|
Revert "Add setup.cfg for wheel support"
This reverts commit 61ba55c3cd.
|
2017-01-05 17:48:00 +00:00 |
|