Results of 61 - 70 of about 149 for form (0.123 sec.)
- Pythonモジュール索引 — Django 4.0.6 ドキュメント 5493
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
uthentication backend classes. django.contrib.auth.forms django.contrib.auth.hashers django.contrib.auth.m ...
ib.contenttypes.fields django.contrib.contenttypes.forms django.contrib.flatpages A framework for managing ...
ent in a database. django.contrib.gis Geographic Information System (GIS) extensions for Django django.con ...
k for generating spatial feeds. django.contrib.gis.forms GeoDjango forms API. django.contrib.gis.forms.wid ...
-
https://man.plustar.jp/django/py-modindex.html
- [similar]
- Django 3.0.1 リリースノート — Django 4.0.6 ドキュメント 5493
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
19844: Potential account hijack via password reset form ¶ By submitting a suitably crafted email address m ...
19844: Potential account hijack via password reset form Bugfixes 前のトピックへ Django 3.0.2 リリースノート ...
-
https://man.plustar.jp/django/releases/3.0.1.html
- [similar]
- Django 1.7.9 release notes — Django 4.0.6 ドキュメント 5469
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
eField , IPAddressField , SlugField , and URLField form fields which use these validators all strip the in ...
s if you are using these validators outside of the form fields. The undocumented, internally unused valida ...
-
https://man.plustar.jp/django/releases/1.7.9.html
- [similar]
- Django 2.1.15 リリースノート — Django 4.0.6 ドキュメント 5469
- " + 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.1.15.html
- [similar]
- The "sites" framework — Django 4.0.6 ドキュメント 5434
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ens. It's pretty basic: A reader signs up on a web form and immediately gets an email saying, "Thanks for ...
's name and domain . Here's an example of what the form-handling view looks like: from django.contrib.site ...
l def register_for_newsletter ( request ): # Check form values, etc., and subscribe the user. # ... curren ...
r def register_for_newsletter ( request ): # Check form values, etc., and subscribe the user. # ... subjec ...
-
https://man.plustar.jp/django/ref/contrib/sites.html
- [similar]
- 設定 — Django 4.0.6 ドキュメント 5434
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
me argument signature. See the cache documentation for more information. KEY_PREFIX ¶ デフォルト値: '' (空 ...
by the Django server. See the cache documentation for more information. LOCATION ¶ デフォルト値: '' (空文 ...
eters vary depending on your cache backend. Some information on available parameters can be found in the c ...
ache arguments documentation. For more information, consult your backend module's own ...
-
https://man.plustar.jp/django/ref/settings.html
- [similar]
- Django 1.1.4 リリースノート — Django 4.0.6 ドキュメント 5434
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
Django 1.1 series, improving the stability and performance of the Django 1.1 codebase. With one exception ...
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.1.4.html
- [similar]
- Django 1.1 リリースノート — Django 4.0.6 ドキュメント 5434
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ible for some users. If you are using a 32-bit platform, you're off the hook; you'll observe no difference ...
esult of this change. However, users on 64-bit platforms may experience some problems using the reset mana ...
gement command. Prior to this change, 64-bit platforms would generate a 64-bit, 16 character digest in t ...
d1e FOREIGN KEY ... Following this change, all platforms, regardless of word size, will generate a 32-bit, ...
-
https://man.plustar.jp/django/releases/1.1.html
- [similar]
- Django 1.2 リリースノート — Django 4.0.6 ドキュメント 5434
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
large, important new features, including: Support for multiple database connections in a single Django in ...
stance. Model validation inspired by Django's form validation. Vastly improved protection against Cro ...
of Django 1.3. What's new in Django 1.2 ¶ Support for multiple databases ¶ Django 1.2 adds the ability to ...
for validating their own data , and both model and form fields now accept configurable lists of validators ...
-
https://man.plustar.jp/django/releases/1.2.html
- [similar]
- Django 1.3.6 release notes — Django 4.0.6 ドキュメント 5434
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ion. Django uses this parser for deserializing XML-formatted database fixtures. The fixture deserializer 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.3.6.html
- [similar]