-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Deprecation Warning**: The validation endpoint (using the URL ``forms/(?P<pk>\d+)/validate/``) was only accessible via the ``GET`` verb. It may have caused issues if we tried to validate very long forms, or forms with very large values, by hitting the querystring size limit. As a consequence, as of 1.3.0, the ``GET`` method is deprecated in favor of the ``POST`` method. - Allow POST method for form validation endpoint. - [Documentation] Fixed a missing ``cd`` in docs. You can't run pytest from project root (#293). - includes 7 more languages (not translated yet): Czech, Danish, Finnish, Canadian French, Hungarian, Japanese, Swedish.
- Loading branch information
Showing
21 changed files
with
298 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: django-formidable\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-10-04 09:25+0200\n" | ||
"PO-Revision-Date: 2018-02-06 06:52-0500\n" | ||
"Last-Translator: peopledoc <benjamin.cadars@people-doc.com>\n" | ||
"Language-Team: Czech\n" | ||
"Language: cs_CZ\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" | ||
"X-Generator: crowdin.com\n" | ||
"X-Crowdin-Project: django-formidable\n" | ||
"X-Crowdin-Language: cs\n" | ||
"X-Crowdin-File: django.po\n" | ||
|
||
#: validators.py:70 | ||
#, python-format | ||
msgid "Ensure this field is greater than %(limit_value)s" | ||
msgstr "" | ||
|
||
#: validators.py:82 | ||
#, python-format | ||
msgid "Ensure this field is less than %(limit_value)s" | ||
msgstr "" | ||
|
||
#: validators.py:94 | ||
#, python-format | ||
msgid "Ensure this field is equal to %(limit_value)s" | ||
msgstr "" | ||
|
||
#: validators.py:107 | ||
#, python-format | ||
msgid "Ensure this field is not equal to %(limit_value)s" | ||
msgstr "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: django-formidable\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-10-04 09:25+0200\n" | ||
"PO-Revision-Date: 2018-02-06 06:52-0500\n" | ||
"Last-Translator: peopledoc <benjamin.cadars@people-doc.com>\n" | ||
"Language-Team: Danish\n" | ||
"Language: da_DK\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
"X-Generator: crowdin.com\n" | ||
"X-Crowdin-Project: django-formidable\n" | ||
"X-Crowdin-Language: da\n" | ||
"X-Crowdin-File: django.po\n" | ||
|
||
#: validators.py:70 | ||
#, python-format | ||
msgid "Ensure this field is greater than %(limit_value)s" | ||
msgstr "" | ||
|
||
#: validators.py:82 | ||
#, python-format | ||
msgid "Ensure this field is less than %(limit_value)s" | ||
msgstr "" | ||
|
||
#: validators.py:94 | ||
#, python-format | ||
msgid "Ensure this field is equal to %(limit_value)s" | ||
msgstr "" | ||
|
||
#: validators.py:107 | ||
#, python-format | ||
msgid "Ensure this field is not equal to %(limit_value)s" | ||
msgstr "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: django-formidable\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-10-04 09:25+0200\n" | ||
"PO-Revision-Date: 2018-02-06 06:52-0500\n" | ||
"Last-Translator: peopledoc <benjamin.cadars@people-doc.com>\n" | ||
"Language-Team: Finnish\n" | ||
"Language: fi_FI\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
"X-Generator: crowdin.com\n" | ||
"X-Crowdin-Project: django-formidable\n" | ||
"X-Crowdin-Language: fi\n" | ||
"X-Crowdin-File: django.po\n" | ||
|
||
#: validators.py:70 | ||
#, python-format | ||
msgid "Ensure this field is greater than %(limit_value)s" | ||
msgstr "" | ||
|
||
#: validators.py:82 | ||
#, python-format | ||
msgid "Ensure this field is less than %(limit_value)s" | ||
msgstr "" | ||
|
||
#: validators.py:94 | ||
#, python-format | ||
msgid "Ensure this field is equal to %(limit_value)s" | ||
msgstr "" | ||
|
||
#: validators.py:107 | ||
#, python-format | ||
msgid "Ensure this field is not equal to %(limit_value)s" | ||
msgstr "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: django-formidable\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-10-04 09:25+0200\n" | ||
"PO-Revision-Date: 2018-02-06 06:52-0500\n" | ||
"Last-Translator: peopledoc <benjamin.cadars@people-doc.com>\n" | ||
"Language-Team: French, Canada\n" | ||
"Language: fr_CA\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=(n > 1);\n" | ||
"X-Generator: crowdin.com\n" | ||
"X-Crowdin-Project: django-formidable\n" | ||
"X-Crowdin-Language: fr-CA\n" | ||
"X-Crowdin-File: django.po\n" | ||
|
||
#: validators.py:70 | ||
#, python-format | ||
msgid "Ensure this field is greater than %(limit_value)s" | ||
msgstr "" | ||
|
||
#: validators.py:82 | ||
#, python-format | ||
msgid "Ensure this field is less than %(limit_value)s" | ||
msgstr "" | ||
|
||
#: validators.py:94 | ||
#, python-format | ||
msgid "Ensure this field is equal to %(limit_value)s" | ||
msgstr "" | ||
|
||
#: validators.py:107 | ||
#, python-format | ||
msgid "Ensure this field is not equal to %(limit_value)s" | ||
msgstr "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: django-formidable\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-10-04 09:25+0200\n" | ||
"PO-Revision-Date: 2018-02-06 06:52-0500\n" | ||
"Last-Translator: peopledoc <benjamin.cadars@people-doc.com>\n" | ||
"Language-Team: Hungarian\n" | ||
"Language: hu_HU\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
"X-Generator: crowdin.com\n" | ||
"X-Crowdin-Project: django-formidable\n" | ||
"X-Crowdin-Language: hu\n" | ||
"X-Crowdin-File: django.po\n" | ||
|
||
#: validators.py:70 | ||
#, python-format | ||
msgid "Ensure this field is greater than %(limit_value)s" | ||
msgstr "" | ||
|
||
#: validators.py:82 | ||
#, python-format | ||
msgid "Ensure this field is less than %(limit_value)s" | ||
msgstr "" | ||
|
||
#: validators.py:94 | ||
#, python-format | ||
msgid "Ensure this field is equal to %(limit_value)s" | ||
msgstr "" | ||
|
||
#: validators.py:107 | ||
#, python-format | ||
msgid "Ensure this field is not equal to %(limit_value)s" | ||
msgstr "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: django-formidable\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-10-04 09:25+0200\n" | ||
"PO-Revision-Date: 2018-02-06 06:52-0500\n" | ||
"Last-Translator: peopledoc <benjamin.cadars@people-doc.com>\n" | ||
"Language-Team: Japanese\n" | ||
"Language: ja_JP\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=1; plural=0;\n" | ||
"X-Generator: crowdin.com\n" | ||
"X-Crowdin-Project: django-formidable\n" | ||
"X-Crowdin-Language: ja\n" | ||
"X-Crowdin-File: django.po\n" | ||
|
||
#: validators.py:70 | ||
#, python-format | ||
msgid "Ensure this field is greater than %(limit_value)s" | ||
msgstr "" | ||
|
||
#: validators.py:82 | ||
#, python-format | ||
msgid "Ensure this field is less than %(limit_value)s" | ||
msgstr "" | ||
|
||
#: validators.py:94 | ||
#, python-format | ||
msgid "Ensure this field is equal to %(limit_value)s" | ||
msgstr "" | ||
|
||
#: validators.py:107 | ||
#, python-format | ||
msgid "Ensure this field is not equal to %(limit_value)s" | ||
msgstr "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.