Commit Graph

148 Commits

Author SHA1 Message Date
James Socol f1e58f6fa0 Remove readme note 2016-05-30 14:36:38 -04:00
James Socol fee58b2b89 Version 0.9 2016-05-30 14:31:52 -04:00
James Socol 2c00f82b81 Merge pull request #80 from jbalogh/extension
Move away from helpers, fix #75
2016-05-30 14:14:01 -04:00
James Socol 968fc4a87e Update README references 2016-05-30 14:06:05 -04:00
James Socol 9b30e73c15 Move away from helpers, fix #75 2016-05-30 12:48:33 -04:00
James Socol 4c0a053a21 Merge pull request #79 from jbalogh/importlib
Standard importlib first
2016-05-30 11:56:20 -04:00
James Socol ec3aae7e1e Use travis for travis 2016-05-30 11:51:44 -04:00
James Socol e0cc26553f Standard importlib first 2016-05-30 11:29:42 -04:00
James Socol eb6b197d04 Version 0.8.2 2016-01-07 14:49:45 -05:00
James Socol ed52036d7a Merge branch 'style-cleanup' 2016-01-07 14:47:11 -05:00
James Socol 1c2d86c314 Style cleanup 2016-01-07 14:41:21 -05:00
James Socol a26893c4dc Merge pull request #77 from EnTeQuAk/bugfix/fix-has-helpers
Fix has_helpers to use proper arguments for 2.7, 3.3 and 3.4
2016-01-07 11:06:49 -05:00
Christopher Grebs d1fab2b99b Fix has_helpers to use proper arguments.
* Fixes python 2.7, 3.3 and 3.4 compatbility
2016-01-07 11:19:36 +01:00
James Socol df6fe81759 Version 0.8.1 2015-10-24 12:10:41 -04:00
James Socol edf7d178d1 Update README note about django-jinja 2015-10-24 11:47:47 -04:00
James Socol d48737b8b9 Targeted Monekypatching.
- django.utils.encoding.StrAndUnicode was deprecated in 1.6 and dropped
  in 1.7. Since Jingo 0.8 drops support for Django<1.7, remove the
  remaining code around StrAndUnicode patching, which was conditional
  and thus not executed anyway.
- Django forms still need the __html__ method monkeypatched in for now.

Fixes #57.
2015-10-24 11:26:03 -04:00
James Socol d6274a467b Attribution cleanup 2015-10-20 08:59:16 -04:00
James Socol c66b9529bf Add setup.cfg for building wheels 2015-10-20 08:47:12 -04:00
James Socol 1f0fe8c8cf Version 0.8 2015-10-20 08:44:43 -04:00
James Socol 395915c07a Merge pull request #74 from jsocol/app-registry
Use the Django>=1.7 app registry
2015-10-20 08:38:56 -04:00
James Socol 72e73d4a9c Python 3.3 (shakes fist) 2015-09-21 13:41:10 -04:00
James Socol 46dfa4ee33 Python3 importlib compatibility 2015-09-21 13:20:52 -04:00
James Socol 28e670d3fb Drop unsupported Django versions 2015-09-21 13:11:31 -04:00
James Socol 64402d2fcc Use the Django>=1.7 app registry
- Drops support for anything < 1.7.
- Use `django.apps.apps.get_app_configs()` for template loaders and
  helper discovery.
- Delays environment creation as long as possible, and caches it, should
  fix #50.
- Removes direct access to jingo.env, use jingo.get_env() instead.
- Removes env dependency from Registry().
- Moves Template() higher in the module and sets
  Environment().template_class directly.
- Adds `django.contrib.admin.apps.SimpleAdminConfig` to test settings
  to ensure support for AppConfig classes, fixes #68.
2015-09-21 12:55:35 -04:00
James Socol f8472bcac6 Update test runners 2015-05-13 10:07:55 -04:00
James Socol 357f17a9f8 Merge pull request #72 from jsocol/dj18
django 1.8 compatability fixes
2015-05-13 10:05:41 -04:00
Andrew Williamson 0d293ae8ae django 1.8 compatability fixes
Fix #70
2015-05-13 10:00:28 -04:00
James Socol 10c2e25de5 v0.7.1 2015-05-08 16:05:56 -04:00
James Socol 57af78b8e0 Fix Py2.6 test formatting 2015-05-08 15:59:29 -04:00
James Socol edbf69990f Changelog and sudo: false 2015-05-08 14:11:13 -04:00
James Socol 955a1f1389 Merge branch 'unicode-f' 2015-05-08 14:07:40 -04:00
James Socol 654c08ef97 Extra test of unicode format args 2015-05-08 14:07:36 -04:00
James Socol 872cc085fb Update changelog 2015-05-08 14:05:20 -04:00
James Socol 07cff4c24e Merge branch 'revert-f-helper' 2015-05-08 14:03:31 -04:00
James Socol 12a2e61e40 Revert |f behavior for 0.7.1.
This reverts the behavior of the `|f` helper to what it was before
b40ccfcba3, per the conversation in #54.
Also adds tests to prevent regressing the behavior of either `|f` or
`|fe`.

Fixes #54.
2015-05-08 13:56:24 -04:00
James Socol a87400946e Merge pull request #65 from Osmose/contribute.json
Add contribute.json file.
2015-03-06 09:30:55 -05:00
Michael Kelly c58dd527ed Add contribute.json file. 2015-03-04 10:36:01 -08:00
James Socol fce0904354 Merge pull request #62 from robhudson/django17
Updated to work around StrAndUnicode removal in 1.7 (fixes #61)
2014-12-05 13:48:12 -05:00
Rob Hudson 4c477dd72b Fixes for review feedback 2014-10-21 10:35:14 -07:00
Rob Hudson b1f8720983 Initiate the app registry in tests for Django 1.7+ 2014-10-08 15:58:57 -07:00
Rob Hudson 34adbf1eed Added Django 1.7 to tox and travis settings 2014-10-08 15:43:04 -07:00
Rob Hudson 019b42e523 Updated to work around StrAndUnicode removal in 1.7 2014-10-08 15:38:17 -07:00
James Socol 1248ab4b87 Start updating CHANGELOG 2014-06-24 17:32:06 -04:00
James Socol 0305f2101d |field_attrs can delete with attr=None 2014-06-24 17:30:57 -04:00
James Socol 4701827b0a Python3 moved this. 2014-06-24 16:45:43 -04:00
James Socol 32f5d503c8 Assume less order 2014-06-24 16:18:37 -04:00
James Socol b0f9522b3e Don't assume order preservation. 2014-06-24 16:00:51 -04:00
James Socol 25fc9a79a0 Add urlparams helper from various projects 2014-06-24 15:38:58 -04:00
James Socol ad909e4830 Version 0.7. 2014-01-07 14:01:42 -05:00
James Socol 04bdeb7b66 Unpin tox versions. 2014-01-07 13:38:37 -05:00