Emil Stenström
754fe20dce
Rename package to django_components on PyPI.
2021-02-16 09:27:56 +01:00
Emil Stenström
f911a73ffb
Bump version.
2021-02-15 21:24:17 +01:00
Emil Stenström
2b8876bb7c
Remove PyPI classifiers for unsupported versions.
2021-02-15 21:22:42 +01:00
Emil Stenström
3919943cbd
Bump version.
2021-02-12 22:39:08 +01:00
Emil Stenström
95765f6941
Update install_requires too.
2021-02-12 22:35:15 +01:00
Emil Stenström
9b402412f6
Bump version.
2021-02-12 21:10:41 +01:00
Emil Stenström
2c95b0930f
Remove support for Python < 3.6 and Django < 2.2.
2021-02-12 21:10:33 +01:00
Emil Stenström
ab7e97658f
Bump version.
2021-02-06 10:11:17 +01:00
Emil Stenström
bb3193cd4c
Bump version.
2021-02-05 21:33:33 +01:00
Emil Stenström
ce7906b6f4
Bump version.
2021-01-31 23:20:56 +01:00
Emil Stenström
8c784f3a4c
Bump version.
2021-01-25 12:34:08 +01:00
Emil Stenström
a99c8d7ad0
Bump version.
2021-01-17 23:40:29 +01:00
Emil Stenström
710a406a7b
Tox-gh-actions does not support 3.4, so remove it.
2021-01-17 23:30:41 +01:00
Emil Stenström
e634a5a517
Bump version.
2020-12-30 08:02:48 +01:00
Emil Stenström
ed3f3125da
Bump version.
2020-12-28 10:43:35 +01:00
Emil Stenström
88fe2fc3b7
Add support for Python 3.9, Django 3.1 and drop unsupported combinations.
2020-12-14 20:44:23 +01:00
Emil Stenström
9c3446dc24
Add list of supported Django versions.
2020-12-14 20:43:09 +01:00
Emil Stenström
e9767dd54a
Update email adress.
2020-12-14 20:42:39 +01:00
Emil Stenström
a9867ff83e
Bump version.
2020-12-14 18:47:02 +01:00
Emil Stenström
ab46ec7d69
Bump version.
2020-12-08 23:53:21 +01:00
Marc Fargas
d874efd72e
Add Django classifier to PyPI
...
setup.py does not set the `Framework :: Django` classifier which makes it less discoverable by potential new users.
2020-11-02 20:39:36 +01:00
Emil Stenström
9f9ff83273
Bump version.
2020-07-14 21:35:27 +02:00
Emil Stenström
b95c6a91f5
Bump version.
2020-07-14 21:34:58 +02:00
Bradley Stuart Kirton
2c644d4c06
Add pytest-cov
...
Apply black formatting
Add component_css_dependencies_tag and component_js_dependencies_tag tags
Add convenience methods render_css_dependencies and render_js_dependencies to component class
Create additional test cases
Add license to setup.py
Add pytest.ini config file
2020-07-10 13:07:51 +02:00
Emil Stenström
08ca6ad182
Bump version.
2020-07-03 08:25:25 +02:00
Emil Stenström
c5ed0a5d77
Fix packaging bug: By default submodules are not included.
2020-07-03 08:25:19 +02:00
Emil Stenström
e9d69a1b6c
Bump version.
2020-06-11 21:29:57 +02:00
Emil Stenström
3cdcf343ce
Fix incorrect URL in setup.py.
2020-06-11 21:29:38 +02:00
Emil Stenström
e143a6f455
Bump version.
2020-06-08 00:06:01 +02:00
Emil Stenström
914476dc36
Bump version.
2020-06-06 11:34:04 +02:00
Emil Stenström
45ee016169
Bump version.
2020-06-06 09:11:53 +02:00
Emil Stenström
5356546efd
Rename package and upload to pypi.
2020-02-08 10:22:07 +01:00
Emil Stenström
de59992288
Add more metadata about project.
2020-02-08 10:09:34 +01:00
Emil Stenström
40ebd6b936
Install isort and fix all imports.
2019-11-24 11:09:14 +01:00
Ryan Hiebert
69ea93fd4e
Mark Django 1.7 as supported in setup.py
2015-06-22 13:16:56 -05:00
Ryan Hiebert
0f52cb845e
More clearly define support
...
This started out as a plan to support Django 1.7 and 1.8, and on all
current versions of Python. This turned into supporting Django 1.8 on
Python 2.7, 3.3, and 3.4 only.
The tests don't pass under Django 1.7 because 1.8 introduced new
settings for configuring templates. Because of this the install_requires
section of setup.py declares that it must be using Django 1.8+.
Python 3.3 support was added, since that's a supported version of Python
under Django 1.8.
Also added pytest-xdist to the tox dependencies, to support running
tox -e py34 -- -f
in order to have it watch and rerun the tests in development.
2015-06-14 21:25:27 -05:00
Ryan Hiebert
bc2950e1b4
Use tox to test
2015-06-13 13:42:27 -05:00