検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 320 for not (0.105 sec.)
Django 2.2.24 release notes — Django 4.0.6 ドキュメント 4376
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... les « previous | up | next » Django 2.2.24 release notes ¶ June 2, 2021 Django 2.2.24 fixes two security ... developers to also expose the file contents, then not only the existence but also the file contents woul ... ess() and validate_ipv46_address() validators were not affected on Python 3.9.5+. 目次 Django 2.2.24 rele ... ase notes CVE-2021-33203: Potential directory traversal vi ...
https://man.plustar.jp/django/releases/2.2.24.html - [similar]
Django 3.1.12 release notes — Django 4.0.6 ドキュメント 4376
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... les « previous | up | next » Django 3.1.12 release notes ¶ June 2, 2021 Django 3.1.12 fixes two security ... developers to also expose the file contents, then not only the existence but also the file contents woul ... ess() and validate_ipv46_address() validators were not affected on Python 3.9.5+. 目次 Django 3.1.12 rele ... ase notes CVE-2021-33203: Potential directory traversal vi ...
https://man.plustar.jp/django/releases/3.1.12.html - [similar]
暗号署名 — Django 4.0.6 ドキュメント 4376
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rd. Ensuring data stored in hidden form fields has not been tampered with. Generating one-time secret URL ... rate signatures and sep to separate values. sep cannot be in the URL safe base64 alphabet . This alphabet ... ds were added. Using the salt argument ¶ If you do not wish for every occurrence of a particular string t ... es from one namespace (a particular salt value) cannot be used to validate the same plaintext string in a ...
https://man.plustar.jp/django/topics/signing.html - [similar]
Django 1.4 documentation 4330
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = 2 ) Traceback ( most recent call last ): ... DoesNotExist : Reporter matching query does not exist . .. ... sudo chmod +x django-admin.py を実行してください。 Note プロジェクトの名前を付けるとき、組み込みの Python ... ているので、特にインス トールする必要がありません。 Note PostgreSQL や MySQL を使っている場合、この時点でデ ... す: BEGIN ; CREATE TABLE "polls_poll" ( "id" serial NOT NULL PRIMARY KEY , "question" varchar ( 200 ) NOT ...
https://man.plustar.jp/django/contents.html - [similar]
Multiple object mixins — Django 4.0.6 ドキュメント 4330
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... has been specified, or if the available objects do not span multiple pages. paginator : An instance of dj ... ango.core.paginator.Paginator . If the page is not paginated, this context variable will be None . pa ... nce of django.core.paginator.Page . If the page is not paginated, this context variable will be None . Mu ... w is operating on. self.object_list may be, but is not required to be, a QuerySet . Extends TemplateRespo ...
https://man.plustar.jp/django/ref/class-based-views/mixins-multiple-object.html - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 4330
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... class or retrieve objects from it. You can relate another model to ContentType as a way of tying instance ... pe allows your model to effectively tie itself to another model class, as in the example of the Permissio ... r. Unlike for the ForeignKey , a database index is not automatically created on the GenericForeignKey , s ... o the way GenericForeignKey is implemented, you cannot use such fields directly with filters ( filter() a ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 4330
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rs that aren't allowed in Python variable names -- notably, the hyphen -- that's OK. Django quotes column ... if you are using the MySQL backend. See the MySQL notes for more details. Table name quoting for Oracle ... however, the quotes have no effect. See the Oracle notes for more details. db_tablespace ¶ Options. db_ta ... d=False contains a ManyToManyField that points to another unmanaged model, then the intermediate table fo ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
Django 1.4.8 release notes — Django 4.0.6 ドキュメント 4330
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ules « previous | up | next » Django 1.4.8 release notes ¶ September 14, 2013 Django 1.4.8 fixes two secu ... r admin views with sensitive_post_parameters() did not include method_decorator() (required since the vie ... ws are methods) resulting in the decorator not being properly applied. This usage has been fixed ... if it's improperly used. 目次 Django 1.4.8 release notes Denial-of-service via password hashers Corrected ...
https://man.plustar.jp/django/releases/1.4.8.html - [similar]
Django 1.5.4 release notes — Django 4.0.6 ドキュメント 4330
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ules « previous | up | next » Django 1.5.4 release notes ¶ September 14, 2013 This is Django 1.5.4, the f ... r admin views with sensitive_post_parameters() did not include method_decorator() (required since the vie ... ws are methods) resulting in the decorator not being properly applied. This usage has been fixed ... an exception) (#21102). 目次 Django 1.5.4 release notes Denial-of-service via password hashers Corrected ...
https://man.plustar.jp/django/releases/1.5.4.html - [similar]
Django 2.2.16 release notes — Django 4.0.6 ドキュメント 4330
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... les « previous | up | next » Django 2.2.16 release notes ¶ September 1, 2020 Django 2.2.16 fixes two secu ... n 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created ... el in the of argument, the corresponding model was not locked ( #31866 ). Fixed a data loss possibility, ... ields value ( #31863 ). 目次 Django 2.2.16 release notes CVE-2020-24583: Incorrect permissions on interme ...
https://man.plustar.jp/django/releases/2.2.16.html - [similar]