Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pystache_custom
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
pystache_custom
Commits
b5ec7e93
Commit
b5ec7e93
authored
Apr 02, 2012
by
Chris Jerdonek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed some now-redundant information from HISTORY file.
parent
bf21ce3c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
4 deletions
+1
-4
HISTORY.rst
+1
-4
No files found.
HISTORY.rst
View file @
b5ec7e93
...
@@ -13,7 +13,7 @@ Key Changes:
...
@@ -13,7 +13,7 @@ Key Changes:
* Pystache now passes all tests in version 1.0.3 of the `Mustache spec`_. [pvande]
* Pystache now passes all tests in version 1.0.3 of the `Mustache spec`_. [pvande]
* Removed View class: it is no longer necessary to subclass from View or
* Removed View class: it is no longer necessary to subclass from View or
from any class to create a view.
from any
other
class to create a view.
* Replaced Template with Renderer class: template rendering behavior can
* Replaced Template with Renderer class: template rendering behavior can
be modified via the Renderer constructor or by setting attributes on a Renderer instance.
be modified via the Renderer constructor or by setting attributes on a Renderer instance.
* Added TemplateSpec class: template rendering can be specified on a per-view
* Added TemplateSpec class: template rendering can be specified on a per-view
...
@@ -29,7 +29,6 @@ Features:
...
@@ -29,7 +29,6 @@ Features:
* Views and Renderers accept a custom template loader. Also, this loader
* Views and Renderers accept a custom template loader. Also, this loader
can be a dictionary of partials. [cjerdonek]
can be a dictionary of partials. [cjerdonek]
* Added a command-line interface. [vrde, cjerdonek]
* Added a command-line interface. [vrde, cjerdonek]
* Markupsafe can now be disabled after import. [cjerdonek]
* Custom escape function can now be passed to Template constructor. [cjerdonek]
* Custom escape function can now be passed to Template constructor. [cjerdonek]
* Template class can now handle non-ascii characters in non-unicode strings.
* Template class can now handle non-ascii characters in non-unicode strings.
Added default_encoding and decode_errors to Template constructor arguments.
Added default_encoding and decode_errors to Template constructor arguments.
...
@@ -38,8 +37,6 @@ Features:
...
@@ -38,8 +37,6 @@ Features:
API changes:
API changes:
* Template class replaced by a Renderer class. [cjerdonek]
* ``Loader.load_template()`` changed to ``Loader.get()``. [cjerdonek]
* Removed output_encoding options. [cjerdonek]
* Removed output_encoding options. [cjerdonek]
* Removed automatic use of markupsafe, if available. [cjerdonek]
* Removed automatic use of markupsafe, if available. [cjerdonek]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment