検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 438 for For (0.156 sec.)
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 4929
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... support release . It will receive security updates for at least three years after its release. Support fo ... dex . It also allows defining the order (ASC/DESC) for the columns of the index. テンプレートベースのウィ ... レートシステムを使って行われるようになりました。 The form rendering API を参照してください。 いくつかの 後方 ... た。 パスワードのバリデータ help_text が UserCreationForm に追加されました。 HttpRequest が authenticate() ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
Django 1.3.6 release notes — Django 4.0.6 ドキュメント 4929
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... m the HTTP Host header. Django's documentation has for some time contained notes advising users on how to ... onfigurations there are still techniques available for tricking many common web servers into supplying th ... h an incorrect and possibly malicious Host header. For this reason, Django 1.3.6 adds a new setting, ALLO ... ontain an explicit list of valid host/domain names for this site. A request with a Host header not matchi ...
https://man.plustar.jp/django/releases/1.3.6.html - [similar]
フォームを使う — Django 4.0.6 ドキュメント 4929
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ときは、フォーム API の特定の領域、 フォーム API 、 Form fields または フォームとフィールドの検証 をご覧く ... うになります。 HTML フォーム ¶ HTMLでは、フォームは <form>...</form> 内の要素の集まりで、訪問者によるテキス ... て実現されます。 As well as its <input> elements, a form must specify two things: どこで : ユーザーのインプ ... ストフィールドもあります。 また、フォームのデータが <form> の action 属性によって指定された URL - /admin/ - ...
https://man.plustar.jp/django/topics/forms/index.html - [similar]
Database Functions — Django 4.0.6 ドキュメント 4912
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tions ¶ The classes documented below provide a way for users to use functions provided by the underlying ... ue ) We don't usually recommend allowing null=True for CharField since this allows the field to have two ... "empty values", but it's important for the Coalesce example below. Comparison and convers ... Cast ¶ class Cast ( expression , output_field ) ¶ Forces the result type of expression to be the one fro ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
Constraints reference — Django 4.0.6 ドキュメント 4879
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... are defined in django.db.models.constraints , but for convenience they're imported into django.db.models ... base classes You must always specify a unique name for the constraint. As such, you cannot normally speci ... erited by subclasses, with exactly the same values for the attributes (including name ) each time. To wor ... ed app label and class name of the concrete model. For example CheckConstraint(check=Q(age__gte=18), name ...
https://man.plustar.jp/django/ref/models/constraints.html - [similar]
Django 1.4.4 release notes — Django 4.0.6 ドキュメント 4879
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... m the HTTP Host header. Django's documentation has for some time contained notes advising users on how to ... onfigurations there are still techniques available for tricking many common web servers into supplying th ... h an incorrect and possibly malicious Host header. For this reason, Django 1.4.4 adds a new setting, ALLO ... aining an explicit list of valid host/domain names for this site. A request with a Host header not matchi ...
https://man.plustar.jp/django/releases/1.4.4.html - [similar]
Lookup API reference — Django 4.0.6 ドキュメント 4862
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... has the API references of lookups, the Django API for building the WHERE clause of a database query. To ... field (e.g. the exact of field_name__exact ) Transform : to transform a field A lookup expression consis ... filter(author__best_friends__first_name... ); Transforms part (may be omitted) (e.g. __lower__first3chars ... eld , the base class of all model fields, and Transform , the base class of all Django transforms. class ...
https://man.plustar.jp/django/ref/models/lookups.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 4862
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... じになるということです。 Django will make migrations for any change to your models or fields - even options ... ed those options in some data migrations later on (for example, if you've set custom validators). 対応する ... default values causes a full rewrite of the table, for a time proportional to its size. For this reason, ... らです。 ワークフロー ¶ Django can create migrations for you. Make changes to your models - say, add a fiel ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
Django 1.1.4 リリースノート — Django 4.0.6 ドキュメント 4846
" + 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 exceptio ... mprovements. Django 1.1.4 is a recommended upgrade for any development or deployment currently using or t ... argeting Django 1.1. For full details on the new features, backwards incomp ... . Backwards incompatible changes ¶ CSRF exception for AJAX requests ¶ Django includes a CSRF-protection ...
https://man.plustar.jp/django/releases/1.1.4.html - [similar]
Django 1.9.3 リリースノート — Django 4.0.6 ドキュメント 4846
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he user to an "on success" URL. The security check for these redirects (namely django.utils.http.is_safe_ ... ication credentials "safe" when they shouldn't be. For example, a URL like http://mysite.example.com\@att ... Django since 1.6, the default number of iterations for the PBKDF2PasswordHasher and its subclasses has in ... reates a timing difference between a login request for a user with a password encoded in an older number ...
https://man.plustar.jp/django/releases/1.9.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT