Results of 71 - 80 of about 149 for form (0.088 sec.)
- Django 1.4.14 release notes — Django 4.0.6 ドキュメント 5434
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
with the ability to upload files can cause poor performance in the upload handler, eventually causing it t ...
parameters of the query string on an admin change form page. For example, requesting a URL like /admin/au ...
uires users to have permissions to view the change form pages in the first place, this could leak data if ...
-
https://man.plustar.jp/django/releases/1.4.14.html
- [similar]
- Django 1.5.9 release notes — Django 4.0.6 ドキュメント 5434
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
with the ability to upload files can cause poor performance in the upload handler, eventually causing it t ...
parameters of the query string on an admin change form page. For example, requesting a URL like /admin/au ...
uires users to have permissions to view the change form pages in the first place, this could leak data if ...
-
https://man.plustar.jp/django/releases/1.5.9.html
- [similar]
- Django 2.2.8 リリースノート — Django 4.0.6 ドキュメント 5434
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
a read-only view of the parent model but editable forms for the inline. Submitting these forms would not ...
ermission for a parent model, the entire displayed form will not be editable, even if the user has permiss ...
e ability to allow editing of inlines in the admin form of an otherwise view-only parent model. Given the ...
he use of inlines in read-only parents with custom forms and views that explicitly implement the desired f ...
-
https://man.plustar.jp/django/releases/2.2.8.html
- [similar]
- Django 3.1 release notes — Django 4.0.6 ドキュメント 5434
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
under WSGI or ASGI mode. However, there will be performance penalties using async code in WSGI mode. You c ...
ackends ¶ Django now includes models.JSONField and forms.JSONField that can be used on all supported datab ...
ield supports the introspection, lookups, and transforms that were previously PostgreSQL-only: from django ...
ntrib.postgres.fields.JSONField , plus the related form field and transforms, you should adjust to use the ...
-
https://man.plustar.jp/django/releases/3.1.html
- [similar]
- Organization of the Django Project — Django 4.0.6 ドキュメント 5411
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
forth, and then any member of the technical board formally nominates a candidate for the role. The techni ...
forth, and then any member of the technical board formally nominates a candidate for the role. The techni ...
oard for voting privileges. The voter registration form and roll of voters is maintained by the DSF Board. ...
egister as a candidate. The candidate registration form and roster of candidates are maintained by the DSF ...
-
https://man.plustar.jp/django/internals/organization.html
- [similar]
- Django 1.11.1 リリースノート — Django 4.0.6 ドキュメント 5411
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
. See Transaction pooling and server-side cursors for more discussion. Bugfixes ¶ Made migrations respect ...
irectory_index() ( #28122 ). Fixed a regression in formset min_num validation with unchanged forms that ha ...
#28052 ). Fixed a regression in choice ordering in form fields with grouped and non-grouped options ( #281 ...
57 ). Fixed crash in BaseInlineFormSet._construct_form() when using save_as_new ( #281 ...
-
https://man.plustar.jp/django/releases/1.11.1.html
- [similar]
- Django 1.4.4 release notes — Django 4.0.6 ドキュメント 5411
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ion. Django uses this parser for deserializing XML-formatted database fixtures. This deserializer is not i ...
ibrary are CVE-2013-1664 and CVE-2013-1665. More information available from the Python security team . Dja ...
you will need to ensure they do not contain a DTD. Formset memory exhaustion ¶ Previous versions of Django ...
did not validate or limit the form-count data provided by the client in a formset's m ...
-
https://man.plustar.jp/django/releases/1.4.4.html
- [similar]
- Django 1.6.6 release notes — Django 4.0.6 ドキュメント 5411
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
with the ability to upload files can cause poor performance in the upload handler, eventually causing it t ...
parameters of the query string on an admin change form page. For example, requesting a URL like /admin/au ...
uires users to have permissions to view the change form pages in the first place, this could leak data if ...
nitialized with a wrong value when an inline model formset is created for a relationship defined to point ...
-
https://man.plustar.jp/django/releases/1.6.6.html
- [similar]
- 国際化とローカル化 — Django 4.0.6 ドキュメント 5376
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
application to offer its content in languages and formats tailored to the audience. Django は テキスト翻訳 ...
ocale name, either a language specification of the form ll or a combined language and country specificatio ...
n of the form ll_CC . Examples: it , de_AT , es , pt_BR , sr_Lat ...
-
https://man.plustar.jp/django/topics/i18n/index.html
- [similar]
- Django 1.2.5 release notes — Django 4.0.6 ドキュメント 5352
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
Django 1.2 series, improving the stability and performance of the Django 1.2 codebase. With four exceptio ...
which makes use of a token inserted into outgoing forms. Middleware then checks for the token's presence ...
on form submission, and validates it. Prior to Django 1.2. ...
custom HTTP header X-CSRFTOKEN, as well as in the form submission itself, for ease of use with popular Ja ...
-
https://man.plustar.jp/django/releases/1.2.5.html
- [similar]