Commit graph

237 commits

Author SHA1 Message Date
Nikolaus Schlemm
7ea4655b57 integrate with django-reversion-compare to offer a history compare view in admin 2020-06-15 13:08:47 +07:00
John Vandenberg
1d53b25cc2
Merge pull request #102 from nschlemm/nschlemm-patch-help_text 2020-05-06 00:31:10 +07:00
John Vandenberg
81ba1364f8
Merge pull request #103 from nschlemm/update-tox 2020-05-05 20:47:13 +07:00
John Vandenberg
ae97ad7e24
Merge pull request #100 from nschlemm/nschlemm-patch-raw_input 2020-05-05 20:36:54 +07:00
Nikolaus Schlemm
50f02a50bc added django 2.2, dropped django 2.0 and python 3.4
keeping in sync with https://www.djangoproject.com/download/#supported-versions
2019-06-19 13:37:44 +02:00
Nikolaus Schlemm
230157640c let's keep flake8 silent until we can throw this backwards-compatibility hack out completely 2019-06-19 12:50:02 +02:00
Nikolaus Schlemm
f443f29047
Fixes #101 by expanding the help text default value 2019-06-19 12:34:03 +02:00
Nikolaus Schlemm
79d1d3986f
Fixes #99 by replacing raw_input with input
added (propably obsolete) backwards compatability as django already threw out six
2019-06-19 12:15:59 +02:00
Nikolaus Schlemm
73a33361d3
Fixes #82 TypeError: can only concatenate list (not "tuple") to list 2019-01-28 02:07:52 +01:00
Jannis Leidel
78ca3f48dd
Bump version to 3.0. 2019-01-27 22:26:41 +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
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
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
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
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
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
70fb31c190 Add Django appconfig for overriding the name in the admin 2016-09-20 12:41:44 +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
f0cfdfa9ce Use better version checks, fix #78 2016-09-20 10:33:24 +02:00
Michael Kutý
ca8841ce9c Use native importlib. 2016-01-03 00:01:45 +01:00
Mikhail Polykovskij
2c7afb6a1a Fix localization 2015-10-16 17:05:42 +05:00
Michael Kutý
9648555473 fix RemovedInDjango19Warning: 'get_cache' is deprecated in favor of 'caches'. 2015-09-17 21:15:10 +02:00
Michael Kutý
c8a048352e Fix some Python 3 issues - thanks @vikingco 2015-08-19 11:42:39 +02:00
Michael Kutý
c55e2220b3 use managers for django 1.8+ 2015-07-23 15:42:07 +02:00
Michael Kutý
70da2e6a48 use migrations generated from django 1.7 2015-07-15 00:08:45 +02:00
Michael Kutý
04c2d12dbd added django migrations and south moved to own directory 2015-07-14 23:30:53 +02:00
Michael Kutý
42590af744 fixed (fields.W340) null has no effect on ManyToManyField and import sorting 2015-07-06 22:16:43 +02:00
Michael Kutý
464425b236 fix settings runtime patching which cause fails because if we set correct template dirs is not there test dirs 2015-06-16 00:07:27 +02:00
Michael Kutý
201077e11b properly collect template dirs for all available template engines in dj 1.8 and prettify readme 2015-06-15 23:10:41 +02:00
Michael Kutý
99ed8b2ce3 fix app dirs on django 1.8 2015-06-15 22:44:44 +02:00
Michael Kutý
51b62d9a62 omg fix pep8 passing 2015-06-15 21:17:18 +02:00
Michael Kutý
c9569a81db update readme and added notice about compatibility, bump version and changelog 2015-06-15 21:03:09 +02:00
Michael Kutý
b47af2e1ff added middleware classes 2015-06-15 20:36:24 +02:00