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
Corey Oordt
8a7f22618d
Moved some documentation to new places
2021-12-12 08:07:36 -06:00
Corey Oordt
8c0c4ebf6a
Refactored documentation.
2021-12-12 08:06:03 -06:00
pre-commit-ci[bot]
1d7654e5e1
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2021-12-11 13:29:35 +00:00
Corey Oordt
4e8002ecf5
Removed the unused get_version call.
2021-12-11 07:28:35 -06:00
Corey Oordt
90d154b743
Uodated Makefile to automate the versioning process.
2021-12-11 07:28:35 -06:00
Corey Oordt
035fdf693e
Changed version management to bump2version
2021-12-11 07:28:34 -06:00
Corey Oordt
ebefa59f6e
Added ability to generate a Changelog.
2021-12-11 07:27:40 -06:00
Corey Oordt
e377eccb8c
Changed the requirements to use chained files.
2021-12-11 07:27:40 -06:00
Corey Oordt
0125004524
Added a .editorconfig file.
2021-12-11 07:27:40 -06:00
pre-commit-ci[bot]
5961d6b80f
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2021-12-05 14:34:46 +00:00
Corey Oordt
3bfe1ad131
Added pre-commit configuration and configuration for the tools.
2021-12-05 08:34:15 -06:00
Corey Oordt
e5785ede8d
Merge pull request #162 from snmishra/master
...
Use GitHub actions to autogenerate docs
2021-12-05 08:04:50 -06:00
Corey Oordt
571623598f
Added XML reporting for code coverage. #164
2021-12-04 10:27:10 -06:00
Corey Oordt
cacf71737a
Changed codecov uploading pattern.
2021-12-04 10:16:54 -06:00
Corey Oordt
bf8229b2f2
Updated tox to run coverage commands together.
2021-12-04 09:59:04 -06:00
Corey Oordt
efd3b0e303
Added codecov uploading to Tox. #164
2021-12-04 09:34:27 -06:00
Corey Oordt
a1ebb97073
Removed Python 3.10 testing until compatibility established.
2021-12-04 09:17:49 -06:00
Corey Oordt
d2beca9c09
Updated references to Python 3.10. #164
2021-12-04 09:13:45 -06:00
Corey Oordt
3854609626
Adds GitHub Actions to run Tox. #164
2021-12-04 09:10:26 -06:00
Corey Oordt
277b49134e
Updated gitignore to be more ignorative
2021-12-04 09:05:56 -06:00
Corey Oordt
60669d81b6
Added contributing documentation. #164
2021-12-04 08:58:51 -06:00
Corey Oordt
f98f8a1761
Added Jazzband badge to README.
...
Also changed it to Markdown.
2021-12-04 08:57:30 -06:00
Corey Oordt
75d2215455
Updates URL of the project to Jazzband. #164
2021-12-04 08:36:09 -06:00
snmishra
09d9b59386
Create requirements.txt for Sphinx
2021-02-26 09:47:11 -06:00
snmishra
fe7a72e2fe
Merge pull request #1 from snmishra/docs-fix
...
Remove generated docs and use Sphinx defaults
2021-02-26 09:44:23 -06:00
snmishra
57b4d520a0
Use latest version of Sphinx builder image
2021-02-26 09:42:45 -06:00
snmishra
482c25f663
Only build docs using Python 3.9
2021-02-17 20:46:28 -06:00
snmishra
782431f979
Create python-package.yml
2021-02-17 20:45:14 -06:00
Satya Mishra
ec3e6bab93
Remove generated docs and use Sphinx defaults
2021-02-17 20:29:41 -06:00
Brent O'Connor
3f9109ffe0
Update the version to 1.8
2020-08-31 09:22:21 -05:00
Brent O'Connor
6de15e36b9
Remove Python 2.7 from the Travis config
2020-08-31 09:15:01 -05:00
Brent O'Connor
7bc44c74ff
Update tox tests to run Django 3.1 and removed support for Python 2.7
2020-08-31 09:05:04 -05:00
Brent O'Connor
4e45f25661
Merge pull request #157 from gantonayde/master
...
Add support for Django 3.1
2020-08-31 08:50:33 -05:00
gantonayde
833789891b
Add support for Django 3.1
...
In Django 3.1 the compatibility import of django.core.exceptions.FieldDoesNotExist in django.db.models.fields is removed.
So we'd have to update the package by replacing:
from django.db.models.fields import FieldDoesNotExist
with
from django.core.exceptions import FieldDoesNotExist
2020-08-11 23:16:58 +01:00
gantonayde
ec89796299
django-mptt 0.11 needed for Django 3.1
...
In Django 3.1 the compatibility import of django.core.exceptions.FieldDoesNotExist in django.db.models.fields is removed.
django-mptt should be the latest version (0.11 as of now)
2020-08-11 23:14:54 +01:00
Brent O'Connor
2dfbc8ef64
Update the version to 1.7.2
2020-05-18 16:16:57 -05:00
Brent O'Connor
c1e1ecf1e5
Merge pull request #155 from cccaballero/master
...
include missing migration
2020-05-18 16:14:21 -05:00
Carlos Cesar Caballero Díaz
3dbc96bf36
include missing migration
2020-05-17 15:03:33 -04:00
Brent O'Connor
440d9c2be2
Merge branch 'PetrDlouhy-fix/152'
2020-03-14 11:10:23 -05:00
Petr Dlouhý
a3a3f8106e
fix #152
2020-03-13 19:55:27 +01:00