File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
ChangeLog
3
3
=========
4
4
5
- master (unreleased )
6
- ===================
5
+ Release 0.11.0 (2017-05-10 )
6
+ ===========================
7
7
8
8
- Added a tox job to update/refresh the swagger-ui related static files (#210 / #213) - including documentation for developers.
9
9
- Remove the field size limit for the model field `formidable.models.Item.label ` (#225).
Original file line number Diff line number Diff line change 1
1
default_app_config = 'formidable.app.FormidableConfig'
2
2
3
- version = '0.11.0.dev0 '
3
+ version = '0.11.0'
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ msgstr ""
3
3
"Project-Id-Version : django-formidable\n "
4
4
"Report-Msgid-Bugs-To : \n "
5
5
"POT-Creation-Date : 2017-02-14 15:13+0100\n "
6
- "PO-Revision-Date : 2017-02-14 11:12-0500 \n "
7
- "Last-Translator : peopledoc <antonin.messinger @people-doc.com>\n "
6
+ "PO-Revision-Date : 2017-05-10 11:00-0400 \n "
7
+ "Last-Translator : peopledoc <benjamin.cadars @people-doc.com>\n "
8
8
"Language-Team : English, United States\n "
9
9
"Language : en_US\n "
10
10
"MIME-Version : 1.0\n "
@@ -19,7 +19,7 @@ msgstr ""
19
19
#: forms/validations/presets.py:43
20
20
#, python-brace-format
21
21
msgid "You need to specify {attr} in {name}"
22
- msgstr ""
22
+ msgstr "You must specify {attr} in {name} "
23
23
24
24
#: forms/validations/presets.py:48
25
25
#, python-brace-format
@@ -50,15 +50,15 @@ msgstr ""
50
50
51
51
#: forms/validations/presets.py:157
52
52
msgid "field to compare"
53
- msgstr ""
53
+ msgstr "Field to compare "
54
54
55
55
#: forms/validations/presets.py:159 forms/validations/presets.py:188
56
56
msgid "Compare to"
57
57
msgstr ""
58
58
59
59
#: forms/validations/presets.py:159
60
60
msgid "compare with"
61
- msgstr ""
61
+ msgstr "Compare with "
62
62
63
63
#: forms/validations/presets.py:169
64
64
msgid "Comparison"
You can’t perform that action at this time.
0 commit comments