検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 67 for initial (0.046 sec.)
Django 1.2.5 release notes — Django 4.0.6 ドキュメント 7781
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... odically via e.g. cron). Use of custom SQL to load initial data in tests ¶ Django provides a custom SQL hooks ... ds incompatibility. Rather than leave SQL-inserted initial data in an uncertain state, Django now enforces th ... no longer deletes files Use of custom SQL to load initial data in tests ModelAdmin.lookup_allowed signature ...
https://man.plustar.jp/django/releases/1.2.5.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 7682
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... anagement command now adds a wsgi.py module to the initial project layout, containing a simple WSGI applicati ... e InnoDB storage engine. It's now possible to pass initial values to the model forms that are part of both mo ... ectively just like with regular formsets. However, initial values only apply to extra forms, i.e. those which ... ERS to use your original password hashing when you initially upgrade to 1.4. After you confirm your app works ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 7682
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... p ¶ TestCase has been refactored to allow for data initialization at the class level using transactions and s ... tgis and the SpatiaLite SELECT InitSpatialMetaData initialization commands are now automatically run by migra ... an match the command line option name (without the initial dashes) or the final option destination variable n ... te attribute was removed in favor of template_with_initial . For consistency with other major vendors, the en ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
クラスベースビュー入門 — Django 4.0.6 ドキュメント 7255
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nseRedirect ( '/success/' ) else : form = MyForm ( initial = { 'key' : 'value' }) return render ( request , ' ... orm class MyFormView ( View ): form_class = MyForm initial = { 'key' : 'value' } template_name = 'form_templa ... , * args , ** kwargs ): form = self . form_class ( initial = self . initial ) return render ( request , self ...
https://man.plustar.jp/django/topics/class-based-views/intro.html - [similar]
How to create database migrations — Django 4.0.6 ドキュメント 7170
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 123_the_previous_migration' ), ( 'new_app' , '0001_initial' ), ] if global_apps . is_installed ( 'old_app' ): ... dependencies . append (( 'old_app' , '0001_initial' )) また、移行が適用されていない場合に何をしたいか ... s . Migration ): dependencies = [ ( 'core' , '0001_initial' ), ] operations = [ migrations . SeparateDatabase ...
https://man.plustar.jp/django/howto/writing-migrations.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 7170
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ..\> django-admin startproject geodjango This will initialize a new project. Now, create a world Django appli ... ions Migrations for 'world': world/migrations/0001_initial.py: - Create model WorldBorder ...\> py manage.py ... ions Migrations for 'world': world/migrations/0001_initial.py: - Create model WorldBorder Let's look at the S ... world Running migrations: ... Applying world.0001_initial... OK ...\> py manage.py migrate Operations to per ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 7084
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ut as an alias for that option. マイグレーション ¶ Initial migrations are now marked with an initial = True c ... lass attribute which allows migrate --fake-initial to more easily detect initial migrations. Added su ... ous versions of Django, when a template engine was initialized with debug as True , an instance of django.tem ... forbid values like ',' , ',1' , and '1,,2' . Form initialization was moved from the ProcessFormView.get() me ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
ファイルの管理 — Django 4.0.6 ドキュメント 6999
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... import os >>> from django.conf import settings >>> initial_path = car . photo . path >>> car . photo . name = ... Move the file on the filesystem >>> os . rename ( initial_path , new_path ) >>> car . save () >>> car . phot ...
https://man.plustar.jp/django/topics/files.html - [similar]
はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 6913
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... です: Migrations for 'polls': polls/migrations/0001_initial.py - Create model Question - Create model Choice m ... めのマイグレーションをファイル polls/migrations/0001_initial.py から読むこともできます。安心してください、Djang ... ) REFERENCES "polls_question" ( "id" ) DEFERRABLE INITIALLY DEFERRED ; CREATE INDEX "polls_choice_question_i ... Rendering model states... DONE Applying polls.0001_initial... OK ...\> py manage.py migrate Operations to per ...
https://man.plustar.jp/django/intro/tutorial02.html - [similar]
「How-to」ガイド — Django 4.0.6 ドキュメント 6814
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rsion How to manage error reporting How to provide initial data for models How to integrate Django with a leg ...
https://man.plustar.jp/django/howto/index.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT