検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 157 for time (0.033 sec.)
How to upgrade Django to a newer version — Django 4.0.6 ドキュメント 5147
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... てください。 インストール ¶ Once you're ready, it is time to install the new Django version . If you are usi ...
https://man.plustar.jp/django/howto/upgrade-version.html - [similar]
The flatpages app — Django 4.0.6 ドキュメント 5147
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the work. class FlatpageFallbackMiddleware ¶ Each time any Django application raises a 404 error, this mi ...
https://man.plustar.jp/django/ref/contrib/flatpages.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 5147
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... turned by get_object() and returns the feed's TTL (Time To Live) as a normal Python string. """ def ttl ( ... a normal Python string. """ ttl = 600 # Hard-coded Time To Live. # ITEMS -- One of the following three is ... the method/attribute should return a Python # datetime.datetime object. def item_pubdate ( self , item ): ... for every item in the feed. """ item_pubdate = datetime . datetime ( 2005 , 5 , 3 ) # Hard-coded pubdate. ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 5147
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... till using the old version of django.forms at that time will need to change their import statements as des ... iguring out what to work on is now about a million times easier; thanks again, guys. Everyone who submitte ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
多対多 (many-to-many) 関係 — Django 4.0.6 ドキュメント 5147
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... >>> a2 . publications . add ( p3 ) Adding a second time is OK, it will not duplicate the relation: >>> a2 ...
https://man.plustar.jp/django/topics/db/examples/many_to_many.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 5147
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... odels, which comprise a blog application: from datetime import date from django.db import models class Blo ... = 'What' ... ) . exclude ( ... pub_date__gte = datetime . date . today () ... ) . filter ( ... pub_date__g ... te = datetime . date ( 2005 , 1 , 30 ) ... ) これはデータベース内 ... hat" ) >>> q2 = q1 . exclude ( pub_date__gte = datetime . date . today ()) >>> q3 = q1 . filter ( pub_date ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 5147
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... expression in a urlpatterns is compiled the first time it's accessed. This makes the system blazingly fas ... n't a good enough identifier for it when comes the time of reversing URLs. Read the next section to know a ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
django.core.mail.message — Django 4.0.6 ドキュメント 5089
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t the date, which use # the stdlib/OS concept of a timezone, however, Django sets the # TZ environment var ... iable based on the TIME_ZONE setting which # will get picked up by formatd ... ate(). msg [ "Date" ] = formatdate ( localtime = settings . EMAIL_USE_LOCALTIME ) if "message-id" ...
https://man.plustar.jp/django/_modules/django/core/mail/message.html - [similar]
How to manage static files (e.g. images, JavaScript, CSS) — Django 4.0.6 ドキュ... 5089
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n a way very similar to what we get at development time with DEBUG = True , i.e. without having to collect ...
https://man.plustar.jp/django/howto/static-files/index.html - [similar]
Coding style — Django 4.0.6 ドキュメント 5089
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ther formatting methods are preferred. Don't waste time doing unrelated refactoring of existing code to ad ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
PREV 5 6 7 8 9 10 11 12 13 14 15 16 NEXT