Skip to content

Commit

Permalink
better html5 fields support; add initial django 1.7 support; minor ve…
Browse files Browse the repository at this point in the history
…rsion update to 0.1.3
  • Loading branch information
barseghyanartur committed Oct 13, 2014
1 parent ee5431e commit 6f354a7
Show file tree
Hide file tree
Showing 42 changed files with 486 additions and 308 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Release history
=====================================
0.1.3
-------------------------------------
2014-10-13

- Django 1.7 support.
- Add HTML5 "placeholder" field attribute support.

0.1.2
-------------------------------------
2014-10-11
Expand Down
7 changes: 4 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ data. API allows you to build your own form elements and form handlers

Prerequisites
===============================================
- Django 1.5.+, 1.6.+
- Python 2.6.8+, 2.7.+, 3.3.+
- Django 1.5, 1.6, 1.7
- Python >= 2.6.8, 2.7.*, 3.3.*

Note, that Django 1.7 is not yet supported!
Note, that Django 1.7 is not yet proclaimed to be flawlessly supported!

Key concepts
===============================================
Expand Down Expand Up @@ -1110,6 +1110,7 @@ The following HTML5 fields are supported in appropriate bundled plugins:
- email
- number
- url
- placeholder

Available translations
===============================================
Expand Down
7 changes: 4 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ data. API allows you to build your own form elements and form handlers

Prerequisites
===============================================
- Django 1.5.+, 1.6.+
- Python 2.6.8+, 2.7.+, 3.3.+
- Django 1.5, 1.6, 1.7
- Python >= 2.6.8, 2.7.*, 3.3.*

Note, that Django 1.7 is not yet supported!
Note, that Django 1.7 is not yet proclaimed to be flawlessly supported!

Key concepts
===============================================
Expand Down Expand Up @@ -1110,6 +1110,7 @@ The following HTML5 fields are supported in appropriate bundled plugins:
- email
- number
- url
- placeholder

Available translations
===============================================
Expand Down
4 changes: 2 additions & 2 deletions examples/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Django>=1.5,<1.7
#Django>=1.5,<1.8
#Django>=1.5,<1.7
Django>=1.5,<1.8
Jinja2
MarkupSafe
South
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/locale/hy/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-11 02:24+0200\n"
"POT-Creation-Date: 2014-10-14 00:19+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/locale/nl/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-11 02:24+0200\n"
"POT-Creation-Date: 2014-10-14 00:19+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
Loading

0 comments on commit 6f354a7

Please sign in to comment.