Commit graph

658 commits

Author SHA1 Message Date
Corey Oordt
6d55e16ace Fixed issues with workflows 2022-09-21 12:12:31 -05:00
Corey Oordt
60374fa7f4 Fixed bug in the Makefile 2022-09-21 11:49:36 -05:00
Corey Oordt
0cb846172f Version updated from 1.8.0 to 1.9.0 2022-09-21 11:47:28 -05:00
Corey Oordt
18aa8201e7 Updated version replacement 2022-09-21 11:47:21 -05:00
Corey Oordt
379a023ae9 Merge branch 'master' into pre-commit-ci-update-config 2022-09-21 11:43:52 -05:00
Corey Oordt
7b3f5400a2 Changed changelog generation and version handling 2022-09-21 11:37:26 -05:00
Corey Oordt
68abe74741
Merge pull request #167 from PetrDlouhy/django40
add support for Django 4.0 and 4.1, Python 3.10, drop support of Django 1.11
2022-09-21 11:14:01 -05:00
Petr Dlouhý
d24aab4d42 more Django 4.1 fixes 2022-09-21 17:56:54 +02:00
Petr Dlouhý
b66777ef70 fix handling get_table_description in Django 4.1 as well as in DB engines other than sqlite3 2022-09-21 17:56:54 +02:00
Petr Dlouhý
41d00ff78a fix "Multiple top-level packages discovered" error with new setuptools 2022-09-21 12:13:46 +02:00
Petr Dlouhý
653714c5bb update GitHub test config: don't fail fast, use Python 3.10 2022-09-21 11:46:12 +02:00
pre-commit-ci[bot]
4f1b9eb0e0 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2022-09-21 09:44:15 +00:00
Petr Dlouhý
192e529b5e upgrade Black in pre-commit hook (old version stopped working with click) 2022-09-21 11:43:25 +02:00
Petr Dlouhý
9ffb60fa04 test also in Dango 4.1 2022-09-21 11:39:09 +02:00
pre-commit-ci[bot]
ac3cd17f9e [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2022-09-05 18:27:35 +00:00
pre-commit-ci[bot]
af2115d7a0
[pre-commit.ci] pre-commit autoupdate
updates:
- https://github.com/timothycrosley/isorthttps://github.com/PyCQA/isort
- https://github.com/python/blackhttps://github.com/psf/black
- [github.com/psf/black: 21.11b1 → 22.8.0](https://github.com/psf/black/compare/21.11b1...22.8.0)
- [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.3.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.0.1...v4.3.0)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.9.2 → 5.0.4](https://github.com/PyCQA/flake8/compare/3.9.2...5.0.4)
2022-09-05 18:27:06 +00:00
Petr Dlouhý
358bbcf546 add Django 4.0, Python 3.10, drop Django 1.11 in tox.ini and GitHub actions 2022-02-24 16:13:48 +01:00
Petr Dlouhý
bd3e807ac6 fixes for Django 4.0 2022-02-24 14:56:17 +01:00
Corey Oordt
0f09d7d22b
Merge pull request #165 from jazzband/jazzband-update
Jazzband updates for issue #164
2021-12-23 18:34:35 -06:00
Corey Oordt
7300efed19 Updated all github actions. @minor 2021-12-23 18:30:53 -06:00
Corey Oordt
e8e9fa3b93 Switched env with with @minor 2021-12-23 17:49:37 -06:00
Corey Oordt
75f2f57083 Trying a different token again @minor 2021-12-23 17:46:50 -06:00
Corey Oordt
da9ba4a4f5 Added GITHUB TOKEN permissions @minor 2021-12-23 17:44:17 -06:00
Corey Oordt
87143a8fe2 Trying a different token variable. @minor 2021-12-23 17:32:51 -06:00
Corey Oordt
797ae50c8a Updates the gh-pages action to 3.8.0 @minor 2021-12-23 17:25:53 -06:00
Corey Oordt
7fbbbe030d Another try at the documentation publishing @minor 2021-12-23 17:17:50 -06:00
Corey Oordt
249d3c95c2 Making sure docs directory doesn't exist @minor 2021-12-23 16:48:15 -06:00
Corey Oordt
3b189e968e New attempt to fix doc publishing @minor 2021-12-23 16:45:51 -06:00
Corey Oordt
2da01b8bc6 Making ghp-import use a shell @minor 2021-12-23 16:26:25 -06:00
Corey Oordt
247575daac Fixing docs pub again @minor 2021-12-23 16:18:27 -06:00
Corey Oordt
7d81843a9a Fixing the publish documentation @minor 2021-12-23 16:16:06 -06:00
Corey Oordt
ed5aa65736 Redo the doc publishing @minor 2021-12-23 16:14:03 -06:00
Corey Oordt
13b4cdc981 Adjusted makefile for github action commit 2021-12-23 15:57:25 -06:00
Corey Oordt
e3bed16a9f Added configuration for git user 2021-12-23 15:54:30 -06:00
Corey Oordt
adf7c78268 Added ghp-import to requirements. 2021-12-23 15:47:12 -06:00
Corey Oordt
4d19a7a067 Debugging the doc generation process 2021-12-23 15:40:04 -06:00
Corey Oordt
cd43f6e439 Set the django requirement to less than 4. 2021-12-22 12:30:49 -06:00
Corey Oordt
55be640d7a Installing the dev requirements for doc building. 2021-12-22 12:27:26 -06:00
Corey Oordt
82298af6bc Updated the workflow. 2021-12-22 12:23:13 -06:00
Corey Oordt
56a9b4f756 Added Django to the dev dependencies and docs build. 2021-12-22 12:14:04 -06:00
Corey Oordt
30258ac456 Marked several files as not executable 2021-12-22 12:10:13 -06:00
Corey Oordt
bc8cc4aec9 Merge branch 'jazzband-update' of github.com:jazzband/django-categories into jazzband-update 2021-12-22 12:03:39 -06:00
Corey Oordt
076debb44d Adds doc strings for lots of functions. 2021-12-22 12:03:21 -06:00
Corey Oordt
f9a46848b2 Updated project configurations
- pre-commit to ignore certain files
- ignore some documentation errors
2021-12-22 12:02:54 -06:00
Corey Oordt
86f01b77a0
Merge branch 'master' into jazzband-update 2021-12-22 08:50:39 -06:00
Corey Oordt
2d6905486d Changed flake8 to use config files 2021-12-12 08:52:22 -06:00
Corey Oordt
45d47ab646 Fixed the tests 2021-12-12 08:45:41 -06:00
Corey Oordt
acdae7b1d4 Added TOML support for coverage 2021-12-12 08:33:53 -06:00
Corey Oordt
f470e38cc2 Fixed the MANIFEST.in file. 2021-12-12 08:31:36 -06:00
Corey Oordt
510b21ee93 Added requirements to MANIFEST.in 2021-12-12 08:19:38 -06:00