検索

phrase: max: clip:
target: order:
Results of 271 - 280 of about 387 for This (0.390 sec.)
Installing SpatiaLite — Django 4.0.6 ドキュメント 3722
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e to recompile SQLite from source. Otherwise, skip this section. To install from sources, download the lat ... ite, SpatiaLite, PROJ, and GEOS. Install them like this: $ brew update $ brew install spatialite-tools $ b ...
https://man.plustar.jp/django/ref/contrib/gis/install/spatialite.html - [similar]
contrib packages — Django 4.0.6 ドキュメント 3722
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tools that solve common web development problems. This code lives in django/contrib in the Django distrib ... ution. This document gives a rundown of the packages in contri ...
https://man.plustar.jp/django/ref/contrib/index.html - [similar]
フォームとフィールドの検証 — Django 4.0.6 ドキュメント 3722
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lean_serialnumber() would be the right place to do this. You don't need a specific field (it's a CharField ... that submitted text obeys to some character rules. This can also be done on field definition so: slug = fo ... create a ContactForm to demonstrate how you'd use this field: class ContactForm ( forms . Form ): subject ... a value to use as the new cleaned data, even if # this method didn't change it. return data 互いに依存する ...
https://man.plustar.jp/django/ref/forms/validation.html - [similar]
Django 1.8.1 リリースノート — Django 4.0.6 ドキュメント 3722
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d of deconstructing and reconstructing ( #24591 ). This speeds up the rendering of model states and reduce ... nning manage.py migrate (although other changes in this release may negate any performance benefits). 目次 ...
https://man.plustar.jp/django/releases/1.8.1.html - [similar]
Django 1.9.1 リリースノート — Django 4.0.6 ドキュメント 3722
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... py created by startapp on Python 2 ( #25909 ). Add this line to your own apps.py files created using Djang ... gistryNotReady when starting runserver ( #25510 ). This regression appeared in 1.8.5 as a side effect of f ...
https://man.plustar.jp/django/releases/1.9.1.html - [similar]
django.db.utils — Django 4.0.6 ドキュメント 3696
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... name, or raise an error if it doesn't exist. """ # This backend was renamed in Django 1.9. if backend_name ... from e_user else : # If there's some other error, this must be an error in Django raise class ConnectionH ... e to protect # their code from async contexts, but this will give those contexts # separate connections in ...
https://man.plustar.jp/django/_modules/django/db/utils.html - [similar]
The redirects app — Django 4.0.6 ドキュメント 3696
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... creates a django_redirect table in your database. This is a lookup table with site_id , old_path and new_ ... ch time any Django application raises a 404 error, this middleware checks the redirects database for the r ... he SITE_ID setting. If it finds a match, and new_path is not empty, it redirects to new_path using a 301 ( ... y redirect instead. If it finds a match, and new_path is empty, it sends a 410 ("Gone") HTTP header and em ...
https://man.plustar.jp/django/ref/contrib/redirects.html - [similar]
Paginator — Django 4.0.6 ドキュメント 3696
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rgument below). Paginator. orphans ¶ Optional. Use this when you don't want to have a last page with very ... 1, 2, '…', 7, 8, 9, 10, 11, 12, 13, '…', 49, 50] . This will result in pages 7, 8, and 9 to the left of an ... ginator will fall back to using len(object_list) . This allows objects, such as QuerySet , to use a more e ...
https://man.plustar.jp/django/ref/paginator.html - [similar]
暗号署名 — Django 4.0.6 ドキュメント 3696
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s. sep cannot be in the URL safe base64 alphabet . This alphabet contains alphanumeric characters, hyphens ... OyVZNuUtM-I' ) {'message': 'Hello!'} Using salt in this way puts the different signatures into different n ... gner that appends a signed timestamp to the value. This allows you to confirm that a signed value was crea ...
https://man.plustar.jp/django/topics/signing.html - [similar]
How to create custom django-admin commands — Django 4.0.6 ドキュメント 3678
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lt command options to suppress in the help output. This should be a set of option names (e.g. '--verbosity ... * args , ** options ) [ソース] ¶ Tries to execute this command, performing system checks if needed (as co ... ド実行中に発生した問題について示した例外クラス。 If this exception is raised during the execution of a mana ... utput stream (i.e., stderr ); as a result, raising this exception (with a sensible description of the erro ...
https://man.plustar.jp/django/howto/custom-management-commands.html - [similar]