-
Notifications
You must be signed in to change notification settings - Fork 45
/
CHANGELOG
64 lines (44 loc) · 1.13 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
CHANGES
=======
v0.8.2
------
* Fixed issue in helper autodiscovery that prevented some modules from
getting discovered.
v0.8.1
------
* Removed unnecessary monkeypatch code, fixing issue with readonly admin
properties that returned HTML.
v0.8
----
* Dropped support for Django < 1.7.
* Added support for Django 1.8.
* Added support for AdminConfig classes in installed apps
* Removed jingo.env, use jingo.get_env().
* Fixed #50, resolves circular import.
v0.7.1
------
* Fixed bug in |f.
* Added |urlparams filter.
* |field_attrs filter deletes attributes set to None.
* Test in Django 1.7
v0.7
----
* Added Python 3 support.
* Add context_processors application to EXCLUDE_APPS.
* Add tox config.
* Support template source in debug toolbar.
* Fix many documentation issues.
* Fix deprecation warnings.
v0.6.1
------
* Added JINGO_INCLUDE_PATTERN.
v0.6
----
* Works with Django 1.5
v0.5
----
* Removed deprecated jingo.render() method.
* Removed deprecated jingo.views module.
* Include safe_django_forms monkeypatch as jingo.monkey.
* Add EXCLUDE_APPS default and clarify documentation.
* Add override kwarg to register.filter.