検索

phrase: max: clip:
target: order:
Results of 301 - 310 of about 572 for up (1.097 sec.)
django.utils.http — Django 4.0.6 ドキュメント 3553
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ュメント Home | Table of contents | Index | Modules up django.utils.http のソースコード import base64 imp ... mpile ( r """ \A( # start of string and capture group (?:W/)? # optional weak indicator " # opening quot ... s " # end quote )\Z # end of string and capture group """ , re . X , ) MONTHS = "jan feb mar apr may jun ... es; unfortunately # RFC7231 makes it mandatory to support RFC850 dates too. So we roll # our own RFC-com ...
https://man.plustar.jp/django/_modules/django/utils/http.html - [similar]
JavaScript customizations in the admin — Django 4.0.6 ドキュメント 3553
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » JavaScript customizations in the admin ¶ ... ock admin_change_form_document_ready %} {{ block .super }} < script src = " {% static 'app/formset_handl ... it won't be rendered in the final HTML. {{ block.super }} is added because Django's admin_change_form_d ... ock admin_change_form_document_ready %} {{ block .super }} < script src = " {% static 'app/unregistered_ ...
https://man.plustar.jp/django/ref/contrib/admin/javascript.html - [similar]
PostgreSQL specific lookups — Django 4.0.6 ドキュメント 3553
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » PostgreSQL specific lookups ¶ Trigram sim ... ilarity ¶ The trigram_similar lookup allows you to perform trigram lookups, measuring t ... ng a dedicated PostgreSQL extension. A trigram lookup is given an expression and returns results that ha ... nsion migration operation. The trigram_similar lookup can be used on CharField and TextField : >>> City ...
https://man.plustar.jp/django/ref/contrib/postgres/lookups.html - [similar]
Database Functions — Django 4.0.6 ドキュメント 3553
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Database Functions ¶ The classes document ... mezone >>> now = timezone . now () >>> Coalesce ( 'updated' , Cast ( now , DateTimeField ())) Collate ¶ ... >>> comments = Comment . objects . annotate ( last_updated = Greatest ( 'modified' , 'blog__modified' )) ... comment = comments . get () annotated_comment.last_updated will be the most recent of blog.modified and ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
Lookup API reference — Django 4.0.6 ドキュメント 3553
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Lookup API reference ¶ This document has ... the API references of lookups, the Django API for building the WHERE clause of ... a database query. To learn how to use lookups, see クエリを作成する ; to learn how to create ne ... w lookups, see How to write custom lookups . The lookup API ...
https://man.plustar.jp/django/ref/models/lookups.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 3553
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Unicode data ¶ Django supports Unicode da ... u use strings with Django -- e.g., in database lookups, template rendering or anywhere else -- you have ... go assumes that all bytestrings are in UTF-8. If you pass a string to Django that has been encoded in so ... e doing anything else. So, as a general rule, if you pass in a bytestring, be prepared to receive a stri ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
Django 1.0.1 リリースノート — Django 4.0.6 ドキュメント 3553
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Django 1.0.1 リリースノート ¶ Django 1.0. ... other improvements. Django 1.0.1 is a recommended upgrade for any development or deployment currently u ... mplates for comments. Multiple fixes for Django's support of Oracle databases, including pagination supp ... on of existing databases. Several fixes for query support in the Django object-relational mapper, includ ...
https://man.plustar.jp/django/releases/1.0.1.html - [similar]
Django 1.1.2 リリースノート — Django 4.0.6 ドキュメント 3553
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Django 1.1.2 リリースノート ¶ Django 1.1. ... other improvements. Django 1.1.2 is a recommended upgrade for any development or deployment currently u ... l forms that Django renders. To make it easier to support both 1.1.X and 1.2.X versions of Django with t ... encoding , release , This , next クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/releases/1.1.2.html - [similar]
Django 1.10.3 release notes — Django 4.0.6 ドキュメント 3553
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Django 1.10.3 release notes ¶ November 1, ... if the developers connect to the database with a superuser account. settings.ALLOWED_HOSTS is now valid ... OSTS , could , running , ALLOWED クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/releases/1.10.3.html - [similar]
Django 1.11.23 リリースノート — Django 4.0.6 ドキュメント 3553
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Django 1.11.23 リリースノート ¶ August 1, ... 34: SQL injection possibility in key and index lookups for JSONField / HStoreField ¶ Key and index looku ... ango.contrib.postgres.fields.JSONField and key lookups for HStoreField were subject to SQL injection, us ... 34: SQL injection possibility in key and index lookups for JSONField / HStoreField CVE-2019-14235: Poten ...
https://man.plustar.jp/django/releases/1.11.23.html - [similar]