File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ ### 2.0.0 (22/9/2015)
5
+
6
+ - ** Breaking change** The base renderer's __ init__ no longer accepts the RENDER_URL setting as an argument.
7
+ The url is now resolved during calls, rather than initialisation.
8
+ - When used in companion with Django, settings will now be dynamically fetched rather than bound on
9
+ initialisation. This enables a codebase to be more easily controlled from a test suite
10
+ - Updated docs regarding front-end integration
11
+
12
+
4
13
### 1.0.0 (13/7/2015)
5
14
6
15
- Removed the webpack integration. While it can be initially convenient, it tends to introduce more problems than
Original file line number Diff line number Diff line change 1
- __version__ = '1 .0.0'
1
+ __version__ = '2 .0.0'
2
2
3
3
default_app_config = 'react.apps.ReactConfig'
You can’t perform that action at this time.
0 commit comments