Commit graph

471 commits

Author SHA1 Message Date
Nikolaus Schlemm
f443f29047
Fixes #101 by expanding the help text default value 2019-06-19 12:34:03 +02:00
Jannis Leidel
a04933e5ce
Fix changelog date. 2019-01-27 22:54:59 +01:00
Jannis Leidel
78ca3f48dd
Bump version to 3.0. 2019-01-27 22:26:41 +01:00
Jannis Leidel
727746add1
12 years! 2019-01-27 22:26:28 +01:00
Jannis Leidel
07d62d8d26
Updated changelog. 2019-01-27 22:25:42 +01:00
Jannis Leidel
4ece48c7b2
Remove Python 3.4 from Django 2.1 tests since it’s not supported. 2019-01-27 22:24:20 +01:00
Jannis Leidel
966b68ee5c
Added some Python versions to trove classifiers. 2019-01-27 22:23:54 +01:00
Jannis Leidel
039f6f419f
Build universal wheel files. 2019-01-27 22:08:06 +01:00
Jannis Leidel
24c8d2005a
Use twine instead of readme_renderer for readme check. 2019-01-27 22:07:58 +01:00
Jannis Leidel
df358a53dd
Merge pull request #88 from m-vdb/mvdb/fix-migration
Fix bytes string migration (python3)
2019-01-27 22:02:31 +01:00
Jannis Leidel
f5b9e36fc7
Merge pull request #89 from m-vdb/mvdb/fix-str-representation
Fix Template string representation for python3
2019-01-27 21:58:28 +01:00
Jannis Leidel
16afa49831
Use django.utils.six instead of six directly. 2019-01-27 21:54:57 +01:00
Jannis Leidel
cef1ec49c0
Merge pull request #97 from nschlemm/patch-1
Fix flake8 W504 line break after binary operator
2019-01-27 21:46:24 +01:00
Jannis Leidel
745e64f3e0
Re-enable project releases via Jazzband.co. Fix #95. 2019-01-27 21:43:29 +01:00
Nikolaus Schlemm
28bde8c32d
Fix flake8 W504 line break after binary operator
and thereby hopefully allow for closing https://github.com/jazzband/django-dbtemplates/issues/95 ?
2019-01-26 01:18:32 +01:00
Waldecir Santos
16a80d4635
fix PyPi upload 2018-10-01 20:14:42 +01:00
Waldecir Santos
6522a39250
added server tag to deploy 2018-10-01 19:45:48 +01:00
Waldecir Santos
149a16e308
bump version 2018-10-01 18:53:22 +01:00
Waldecir Santos
92e0e1ca0c
Merge pull request #87 from eprikazc/master
Add support for Django2.0, drop 1.8
2018-10-01 18:52:35 +01:00
Eugene Prikazchikov
c2009596ef Add workaround to make Python3.7 in Travis work properly 2018-10-01 11:20:33 +03:00
Eugene Prikazchikov
9cce7cd03b Update tox.ini to support Python3.7 2018-10-01 10:59:47 +03:00
Eugene Prikazchikov
34e34b7259 Add renderer parameter to CodeMirrorTextArea.render
According to django2.1
2018-09-13 23:37:41 +03:00
m-vdb
db5e4ec4b6 fix Template string representation for python3 2018-02-12 20:12:38 +01:00
m-vdb
3ba01f425c remove byte string from migration file 2018-02-12 20:02:23 +01:00
Jannis Leidel
77d8fc4e33
Merge pull request #83 from paulgueltekin/master
fixed method call with named argument
2017-12-09 23:49:08 +01:00
Jannis Leidel
3939947a0e
Merge pull request #86 from kammato/russian_locale_fix
Recompiled russian locale correctly
2017-12-09 23:46:11 +01:00
Eugene Prikazchikov
1c80410a5b Update get_template_source utility function to use up-to-date template API 2017-12-09 21:38:42 +03:00
Eugene Prikazchikov
18afb50582 Remove django 1.8 from tox.ini 2017-12-09 20:43:44 +03:00
Eugene Prikazchikov
e3318658a5 Update Loader class to up-to-date template loader API
load_template_sources is deprecated in Django 1.9 ad removed in Django2.0
see https://docs.djangoproject.com/en/1.9/releases/1.9/#template-loader-apis-have-changed
2017-12-09 20:40:57 +03:00
Jannis Leidel
3ee69a58ce
Drop testing pypy. 2017-11-22 15:47:11 +01:00
Jannis Leidel
9a84b1af86
Fix test matrix. 2017-11-22 15:43:19 +01:00
Jannis Leidel
bc206765fa
Appease flake8. 2017-11-22 11:01:02 +01:00
Khamid Tomov
8176a137dd Recompiled russian locale correctly 2017-05-18 18:00:03 +03:00
Paul Gueltekin
1c9467fa37 fixed method call with named argument 2017-01-17 16:51:06 +01:00
Jannis Leidel
49fc6c47ff Fix condition for auto-release 2016-09-20 12:55:46 +02:00
Jannis Leidel
d3221c3acd Update docs 2016-09-20 12:44:29 +02:00
Jannis Leidel
70fb31c190 Add Django appconfig for overriding the name in the admin 2016-09-20 12:41:44 +02:00
Jannis Leidel
6fbde482af Some packaging fixes as usual 2016-09-20 12:32:59 +02:00
Matthias K
62ba054698 Merge pull request #81 from jazzband/python3
Port to Python 3 and get rid of legacy code
2016-09-20 12:28:16 +02:00
Jannis Leidel
e4acf6e754 Use saner test assertion 2016-09-20 12:02:03 +02:00
Jannis Leidel
3d5d70db41 More Py3 fixes 2016-09-20 11:46:13 +02:00
Jannis Leidel
8c1e33de72 Use io instead of codecs 2016-09-20 11:34:28 +02:00
Jannis Leidel
44c040523a Remove last version switch 2016-09-20 11:34:15 +02:00
Jannis Leidel
39c8420511 Fix a codec issue in Py3 2016-09-20 11:20:34 +02:00
Jannis Leidel
7454e109ea Update docs 2016-09-20 10:57:49 +02:00
Jannis Leidel
d7ecd93cce Port to Python 3 and removed legacy code 2016-09-20 10:34:59 +02:00
Jannis Leidel
1e2a4f0dff Remove old example project 2016-09-20 10:33:24 +02:00
Jannis Leidel
f0cfdfa9ce Use better version checks, fix #78 2016-09-20 10:33:24 +02:00
Matthias K
279fba2635 Do not install flake8>=3 as this project still seems to support Python 2.6 2016-09-20 10:14:23 +02:00
Matthias K
cd2a06ea51 Merge pull request #76 from adamchainz/readthedocs.io
Convert readthedocs links for their .org -> .io migration for hosted projects
2016-09-20 10:12:53 +02:00