検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 225 for some (0.107 sec.)
Writing code — Django 4.0.6 ドキュメント 4903
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... up | next » Writing code ¶ So you'd like to write some code to improve Django? Awesome! There are several ...
https://man.plustar.jp/django/internals/contributing/writing-code/index.html - [similar]
Djangoソースコードレポジトリ — Django 4.0.6 ドキュメント 4903
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ry, for example if you're trying to understand how some features were designed. Feature-development branch ... es tend by their nature to be temporary. Some produce successful features which are merged back ...
https://man.plustar.jp/django/internals/git.html - [similar]
How is Django Formed? — Django 4.0.6 ドキュメント 4903
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ciated with the key you want to use. An install of some required Python packages: $ python -m pip install ... commit the changed/added files (both .po and .mo). Sometimes there are validation errors which need to be ... stable branch (often following an alpha release). Some of these tasks don't need to be done by the releas ... an "alpha" status will be reported as "pre-alpha". Some examples: (1, 2, 1, 'final', 0) → "1.2.1" (1, 3, 0 ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
The sitemap framework — Django 4.0.6 ドキュメント 4903
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... an instance of a Sitemap class (e.g., BlogSitemap(some_var) ). Sitemap classes ¶ A Sitemap class is a Pyt ... ), 'date_field' : 'pub_date' , } urlpatterns = [ # some generic view using info_dict # ... # the sitemap p ... st of items with publication_data and a tags field something like this would generate a Google News compat ... ld be to call ping_google() from a cron script, or some other scheduled task. The function makes an HTTP r ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 4903
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to generate feeds outside of a web context, or in some other lower-level way. The high-level framework ¶ ... [ 'foo' ] = 'bar' return context And the template: Something about {{ foo }} : {{ obj.description }} This ... setting. Publishing Atom and RSS feeds in tandem ¶ Some developers like to make available both Atom and RS ... bclass of your Feed class and set the feed_type to something different. Then update your URLconf to add th ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
Django 2.2.19 release notes — Django 4.0.6 ドキュメント 4903
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... llib.parse.parse_qsl() which was added to backport some security fixes. A further security fix has been is ...
https://man.plustar.jp/django/releases/2.2.19.html - [similar]
Django 3.0.13 release notes — Django 4.0.6 ドキュメント 4903
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... llib.parse.parse_qsl() which was added to backport some security fixes. A further security fix has been is ...
https://man.plustar.jp/django/releases/3.0.13.html - [similar]
Django 3.1.7 release notes — Django 4.0.6 ドキュメント 4903
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... llib.parse.parse_qsl() which was added to backport some security fixes. A further security fix has been is ...
https://man.plustar.jp/django/releases/3.1.7.html - [similar]
クラスベースビュー — Django 4.0.6 ドキュメント 4903
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... テンプレート名をオーバーライドすることができます: # some_app/views.py from django.views.generic import Temp ... します。 # urls.py from django.urls import path from some_app.views import AboutView urlpatterns = [ path ( ...
https://man.plustar.jp/django/topics/class-based-views/index.html - [similar]
ファイルの管理 — Django 4.0.6 ドキュメント 4903
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... django.core.files import File >>> path = Path ( '/some/external/specs.pdf' ) >>> car = Car . objects . ge ... ge systems directly. You can create an instance of some custom file storage class, or -- often more useful ...
https://man.plustar.jp/django/topics/files.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT