検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 175 for into (0.069 sec.)
Django 1.4 release notes — Django 4.0.6 ドキュメント 6386
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ted bugs. In Django 1.4, you can now switch Django into a more correct, time-zone aware mode. In this mode ... hods ¶ We added a save_related() method to ModelAdmin to ease customization of how related objects are sav ... slug_url_kwarg , have been added to SingleObjectMixin to enable the customization of URLconf keyword argum ... widgets, some icon files were removed and grouped into two sprite files. Specifically: selector-add.gif , ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django 1.5.2 release notes — Django 4.0.6 ドキュメント 6386
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o provide safe redirect targets and put such a URL into a link, they could suffer from a XSS attack. This ... ffect Django currently, since we only put this URL into the Location response header and browsers seem to ...
https://man.plustar.jp/django/releases/1.5.2.html - [similar]
Triaging tickets — Django 4.0.6 ドキュメント 6252
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he problems to a minimum, and educate those coming into the community so that they can become valuable con ... eatures is a prerequisite before we can check them into the codebase. Needs tests ¶ This flags the patch a ... stronger. Component ¶ Tickets should be classified into components indicating which area of the Django cod ... r of ways: fixed Used once a patch has been rolled into Django and the issue is fixed. invalid Used if the ...
https://man.plustar.jp/django/internals/contributing/triaging-tickets.html - [similar]
Djangoソースコードレポジトリ — Django 4.0.6 ドキュメント 6252
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... produce successful features which are merged back into Django's main branch to become part of an official ... ich are closed and no longer maintained were moved into attic . A number of tags exist under the archive/ ... that were closed, but whose code was never merged into Django, and the features they aimed to implement w ...
https://man.plustar.jp/django/internals/git.html - [similar]
Django 1.1.4 リリースノート — Django 4.0.6 ドキュメント 6252
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion mechanism, which makes use of a token inserted into outgoing forms. Middleware then checks for the tok ... t toolkits which allow insertion of custom headers into all AJAX requests. Please see the CSRF docs for ex ...
https://man.plustar.jp/django/releases/1.1.4.html - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 6129
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... k ) . update ( val = F ( 'val' ) + 1 ) # At this point obj.val is still 1, but the value in the database # ... time objects, so the field value must be converted into an ISO-compliant date string for insertion into th ... e database. Insert the data into the database. The preprocessed, prepared data is c ... omposed into an SQL statement for insertion into the database. ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
Form fields — Django 4.0.6 ドキュメント 5995
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the given value is a string which can be converted into a timedelta . The value must be between datetime.t ... choices. If True , the directory will be descended into recursively and all descendants will be listed as ... whose values are cleaned and subsequently combined into a single value. Each value of the field is cleaned ... are cleaned, the list of clean values is combined into a single value by compress() . Also takes some opt ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
django.utils.http — Django 4.0.6 ドキュメント 5861
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to an int. Raise ValueError if the input won't fit into an int. """ # To prevent overconsumption of server ... me = "" , allow_fragments = True ): """Parse a URL into 6 components: <scheme>://<netloc>/<path>;<params>? ... me = "" , allow_fragments = True ): """Parse a URL into 5 components: <scheme>://<netloc>/<path>?<query>#< ...
https://man.plustar.jp/django/_modules/django/utils/http.html - [similar]
Django へのコントリビュート — Django 4.0.6 ドキュメント 5861
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django framework ¶ The work on Django itself falls into three major areas: Writing code ? Fix a bug, or ad ... or more. Localizing Django ?️ Django is translated into over 100 languages - There's even some translation ...
https://man.plustar.jp/django/internals/contributing/index.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 5861
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... self some thinking. (Of course, you can always dip into Django's implementation of the generic class-based ... aken care of for us by the mixin. We can hook this into our URLs easily enough: urls.py ¶ from django.urls ... a naive attempt to combine DetailView with FormMixin to enable us to POST a Django Form to the same URL a ... r earlier example of using View and SingleObjectMixin together. We were recording a user's interest in a p ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT