検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 320 for not (0.125 sec.)
Django 0.95 リリースノート — Django 4.0.6 ドキュメント 4043
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -level applications that use Django. However, it's not the 1.0 release, and we'll be introducing further ... of the framework will change (and which ones will not change) before 1.0, see the api-stability.txt file ... ic" happening behind the scenes. Aside from that, another main theme of this release is a dramatic increa ... king database set up just to serve dynamic pages. In other words, you can just use URLconfs/views on thei ...
https://man.plustar.jp/django/releases/0.95.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 4043
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -common compatibility issues. 参考 The 1.0 release notes . That document explains the new features in 1.0 ... myfile.get_content_height() myfile.content.height Note that the width and height attributes only make se ... filter: This will be escaped: {{ data }} This will not be escaped: {{ data | safe }} To disable auto-esca ... this change, you will see errors about FloatField not taking a max_digits attribute in __init__ , becaus ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 4043
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on is actually modified; empty session records are not created. Thus this potential DoS is now only possi ... you're creating HTTP responses or email messages in other ways, it's a good idea to ensure that those me ... rySet.exists() returning incorrect results after annotation with Count() ( #24835 ). Corrected HStoreFiel ... s created ( #24847 ). Prevented the loss of null / not null column properties during field renaming of My ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
Windows での Django のインストール方法 — Django 4.0.6 ドキュメント 4006
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uide for users working on Django projects and does not reflect how Django should be installed when develo ... s in this guide have been tested with Windows 10. In other versions, the steps would be similar. You will ... l create a folder called 'project-name' if it does not already exist and set up the virtual environment. ...
https://man.plustar.jp/django/howto/windows.html - [similar]
Django のリリースプロセス — Django 4.0.6 ドキュメント 4006
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ate when compatibility shims will be removed. It's not a pure form of SemVer as each feature release will ... ilities where a deprecation path isn't possible or not worth the cost. Also, deprecations started in an L ... e. After this point, new translatable strings must not be added. During this phase, mergers will be more ...
https://man.plustar.jp/django/internals/release-process.html - [similar]
はじめての Django アプリ作成、その 5 — Django 4.0.6 ドキュメント 4006
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... shed_recently (), False ) AssertionError : True is not False -------------------------------------------- ... onse.context that otherwise wouldn't be available. Note that this method does not set up a test database, ... ponse from '/' >>> response = client . get ( '/' ) Not Found: / >>> # we should expect a 404 from that ad ... f ): """ Return the last five published questions (not including those set to be published in the future) ...
https://man.plustar.jp/django/intro/tutorial05.html - [similar]
Model index reference — Django 4.0.6 ドキュメント 4006
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he pub_date field in the default ascending order. Another example: Index ( F ( 'height' ) * F ( 'weight' ... atibility with different databases, index names cannot be longer than 30 characters and shouldn't start w ... pecify a unique name for an index. As such, you cannot normally specify a partial index on an abstract ba ... rtial index can be constructed. Oracle Oracle does not support partial indexes. Instead, partial indexes ...
https://man.plustar.jp/django/ref/models/indexes.html - [similar]
django.urls utility functions — Django 4.0.6 ドキュメント 4006
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... bel' : 'auth' }) '/admin/auth/' args and kwargs cannot be passed to reverse() at the same time. If no mat ... riety of regular expression patterns for URLs, but not every possible one. The main restriction at the mo ... ment is that the pattern cannot contain alternative choices using the vertical bar ... ing URLs and sending them off to views, but you cannot reverse such patterns. The current_app argument al ...
https://man.plustar.jp/django/ref/urlresolvers.html - [similar]
Django 1.2.3 release notes — Django 4.0.6 ドキュメント 4006
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ules « previous | up | next » Django 1.2.3 release notes ¶ Django 1.2.3 fixed a couple of release problem ... The patch also caused issues with some forms, most notably the user-editing forms in the Django administr ... ative interface. The packaging manifest did not contain the full list of required files. 前のトピッ ... クへ Django 1.2.4 release notes 次のトピックへ Django 1.2.2 release notes 関連キ ...
https://man.plustar.jp/django/releases/1.2.3.html - [similar]
Django 1.7.2 release notes — Django 4.0.6 ドキュメント 4006
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ules « previous | up | next » Django 1.7.2 release notes ¶ January 2, 2015 Django 1.7.2 fixes several bug ... a queryset attribute but no limit_choices_to could not be used in a ModelForm ( #23795 ). Fixed a custom ... y string which resulted in a crash when adding the NOT NULL constraint ( #23987 ). makemigrations no long ... pickled models, it could crash with an AppRegistryNotReady exception ( #24007 ). Added quoting to field ...
https://man.plustar.jp/django/releases/1.7.2.html - [similar]