Commit graph

622 commits

Author SHA1 Message Date
Petr Dlouhý
a1e259a27e fix testing in Python 3.12 2024-01-23 11:06:30 +01:00
Petr Dlouhý
a693b0a9ae fix pre-commit tests 2024-01-23 11:06:30 +01:00
Petr Dlouhý
db4cc7dec1 GitHub actions don't test in unsupported Python 3.6, update testing matrix 2024-01-23 11:06:30 +01:00
Corey Oordt
556a416b85 Version updated from 1.9.1 to 1.9.2 2022-09-22 09:49:55 -05:00
Corey Oordt
c9c8d3d0d5
Merge pull request #161 from PetrDlouhy/fix_staticfiles
fix gen_coll_tabular.html template
2022-09-22 08:39:00 -05:00
Corey Oordt
ba261269a4
Merge pull request #173 from PetrDlouhy/fix_source_installation
fix installation from source
2022-09-22 08:35:27 -05:00
pre-commit-ci[bot]
b08da9aa47 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2022-09-22 14:09:58 +02:00
Petr Dlouhý
73142dafae add tests for GenericCollectionInlineModelAdmin 2022-09-22 14:09:58 +02:00
Petr Dlouhý
d0700892c0 update gen_coll_tabular.html to new Django versions 2022-09-22 14:09:58 +02:00
Petr Dlouhý
5e0bdebb87 fix installation from source 2022-09-22 14:09:58 +02:00
pre-commit-ci[bot]
4d67f3372c [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2022-09-22 11:27:00 +00:00
Petr Dlouhý
5c62a4a470 fix installation from source 2022-09-22 13:14:32 +02:00
Corey Oordt
c345618eef Fixed a typo in the pypi publish workflow 2022-09-21 12:16:57 -05:00
Corey Oordt
ddb243eebc Version updated from 1.9.0 to 1.9.1 2022-09-21 12:12:52 -05:00
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