検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 572 for up (0.071 sec.)
How is Django Formed? — Django 4.0.6 ドキュメント 4559
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up How is Django Formed? ¶ This document explains how ... to release Django. Please, keep these instructions up-to-date if you make changes! The point here is to ... free to streamline or otherwise make changes, but update this document accordingly! オーバービュー ¶ Th ... ses: either a final release (e.g. 1.5) or a bugfix update (e.g. 1.5.1). Pre-releases: e.g. 1.6 alpha, be ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
Django 1.2.2 release notes — Django 4.0.6 ドキュメント 4559
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Django 1.2.2 release notes ¶ Django 1.2.2 ... other improvements. Django 1.2.2 is a recommended upgrade for any development or deployment currently u ... feature , features , but , previous , backwards , up クイック検索 Last update: 2022年6月01日 « previous ... | up | next » ...
https://man.plustar.jp/django/releases/1.2.2.html - [similar]
コードのコミット — Django 4.0.6 ドキュメント 4484
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » コードのコミット ¶ This section is addres ... e commit guidelines - may decide to bring a commit up to standard themselves. You may want to have Jenki ... s will be helpful: [alias] pr = !sh -c \"git fetch upstream pull/${1}/head:pr/${1} && git checkout pr/${ ... 1}\" Add it to your ~/.gitconfig , and set upstream to be django/django . Then you can run git p ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 4484
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » はじめての Django アプリ作成、その2 ¶ Thi ... torial begins where Tutorial 1 left off. We'll set up the database, create your first model, and get a q ... . all () <QuerySet []> # Create a new Question. # Support for time zones is enabled in the default setti ... en calling save(). >>> q . question_text = "What's up?" >>> q . save () # objects.all() displays all the ...
https://man.plustar.jp/django/intro/tutorial02.html - [similar]
GeoDjango — Django 4.0.6 ドキュメント 4484
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » GeoDjango ¶ GeoDjango intends to be a wor ... enabled data. GeoDjango Tutorial はじめに Setting Up Geographic Data Geographic Models Importing Spatia ... g and Saving Models with Raster Fields Spatial Lookups Distance Queries Compatibility Tables GeoDjango F ... widgets GIS QuerySet API リファレンス Spatial Lookups Distance Lookups Geographic Database Functions Ar ...
https://man.plustar.jp/django/ref/contrib/gis/index.html - [similar]
Django 2.0.8 リリースノート — Django 4.0.6 ドキュメント 4484
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Django 2.0.8 リリースノート ¶ 2018年8月1日 ... egression in Django 2.0.7 that broke the regex lookup on MariaDB (even though MariaDB isn't officially s ... template , site , pattern , トピック , previous , up , next , regression , Fixed クイック検索 Last upda ... te: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/releases/2.0.8.html - [similar]
Django 1.8.6 リリースノート — Django 4.0.6 ドキュメント 4416
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Django 1.8.6 リリースノート ¶ November 4, ... 2015 Django 1.8.6 adds official support for Python 3.5 and fixes several bugs in 1.8.5 ... wed "mode=memory" in SQLite test database name if supported ( #12118 ). Fixed system check crash on Fore ... typo in the name of the strictly_above PostGIS lookup ( #25592 ). Fixed crash with contrib.postgres.form ...
https://man.plustar.jp/django/releases/1.8.6.html - [similar]
サードパーティの Django ディストリビューション — Django 4.0.6 ドキュメント 4340
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » サードパーティの Django ディストリビューシ ... anagement systems. These can make installation and upgrading much easier for users of Django since the i ... ge , development , version , トピック , previous , up , next , re , using , installation クイック検索 La ... st update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/misc/distributions.html - [similar]
Database migration operations — Django 4.0.6 ドキュメント 4340
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Database migration operations ¶ All of th ... he same principles apply for other extensions. Set up the hstore extension in PostgreSQL before the firs ... st extensions, this requires a database user with superuser privileges. If the Django database user does ... sion ¶ Installs the hstore extension and also sets up the connection to interpret hstore data for possib ...
https://man.plustar.jp/django/ref/contrib/postgres/operations.html - [similar]
Django 1.8.5 リリースノート — Django 4.0.6 ドキュメント 4340
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Django 1.8.5 リリースノート ¶ October 3, ... xed , queries , migrations , when , some , crash , up , next , COUNT , translation クイック検索 Last upd ... ate: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/releases/1.8.5.html - [similar]