検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 387 for This (0.132 sec.)
マイグレーション — Django 4.0.6 ドキュメント 4797
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he table, for a time proportional to its size. For this reason, it's recommended you always create new col ... umns with null=True , as this way they will be added immediately. MySQL ¶ MySQL ... l contain a dependency on a migration in authors . This means that when you run the migrations, the author ... lumn runs afterward and creates the constraint. If this didn't happen, the migration would try to create t ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
フォームセット (Formset) — Django 4.0.6 ドキュメント 4771
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rms in the order they were created. You can change this order by providing an alternate implementation for ... that can be instantiated when supplying POST data. This protects against memory exhaustion attacks using f ... tle' : 'Test' , ... 'form-1-pub_date' : '' , # <-- this date is missing but required ... } >>> formset = A ... () False >>> formset . errors [{}, {'pub_date': ['This field is required.']}] 見て分かるように、 formset. ...
https://man.plustar.jp/django/topics/forms/formsets.html - [similar]
タイムゾーン — Django 4.0.6 ドキュメント 4771
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... errors twice a year, when the transitions happen. This probably doesn't matter for your blog, but it's a ... ne hour, twice a year, every year. The solution to this problem is to use UTC in the code and use local ti ... Django uses naive datetime objects in local time. This is sufficient for many use cases. In this mode, to ... s ask users in which time zone they live and store this information in the user's profile. For anonymous u ...
https://man.plustar.jp/django/topics/i18n/timezones.html - [similar]
コードのコミット — Django 4.0.6 ドキュメント 4754
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... odules « previous | up | next » コードのコミット ¶ This section is addressed to the mergers and to anyone ... elf checking out pull requests locally more often, this git alias will be helpful: [alias] pr = !sh -c \"g ... ### to checkout the corresponding pull request. At this point, you can work on the code. Use git rebase -i ... n main but before merging and pushing to upstream. This allows the commit hashes on main and the branch to ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
Lookup API reference — Django 4.0.6 ドキュメント 4728
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es « previous | up | next » Lookup API reference ¶ This document has the API references of lookups, the Dj ... s with the same name. lookup_name will be used for this lookup if provided, otherwise lookup.lookup_name w ... ession API . Lookup and Transform naturally follow this API. The Query Expression API ¶ The query expressi ... aggregates, and Transform are examples that follow this API. A class is said to follow the query expressio ...
https://man.plustar.jp/django/ref/models/lookups.html - [similar]
Django 1.4.11 release notes — Django 4.0.6 ドキュメント 4728
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... onvenience function -- reverse() -- which performs this process in the opposite direction. The reverse() f ... pass a dotted Python path to the desired view. In this situation, Django will import the module indicated ... xecution with side effects on importing. To remedy this, reverse() will now only accept and import dotted ... y modules the developer intended to be imported in this fashion can or will be imported. Caching of anonym ...
https://man.plustar.jp/django/releases/1.4.11.html - [similar]
Django 2.2.26 release notes — Django 4.0.6 ドキュメント 4728
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... that access to user registration was unrestricted this provided a potential vector for a denial-of-servic ... e attack. In order to mitigate this issue, relatively long values are now ignored by U ... serAttributeSimilarityValidator . This issue has severity "medium" according to the Djang ... f passed a suitably crafted key. In order to avoid this possibility, dictsort now works with a restricted ...
https://man.plustar.jp/django/releases/2.2.26.html - [similar]
Django 3.2.11 release notes — Django 4.0.6 ドキュメント 4728
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... that access to user registration was unrestricted this provided a potential vector for a denial-of-servic ... e attack. In order to mitigate this issue, relatively long values are now ignored by U ... serAttributeSimilarityValidator . This issue has severity "medium" according to the Djang ... f passed a suitably crafted key. In order to avoid this possibility, dictsort now works with a restricted ...
https://man.plustar.jp/django/releases/3.2.11.html - [similar]
SchemaEditor — Django 4.0.6 ドキュメント 4702
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Model ) It must be used via the context manager as this allows it to manage things like transactions and d ... statement passed in, with parameters if supplied. This is a wrapper around the normal database cursors th ... ether ) ¶ Changes a model's unique_together value; this will add or remove unique constraints from the mod ... gether ) ¶ Changes a model's index_together value; this will add or remove indexes from the model's table ...
https://man.plustar.jp/django/ref/schema-editor.html - [similar]
Django 1.4.14 release notes — Django 4.0.6 ドキュメント 4702
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ser to a different host. An attacker could exploit this, for example, by redirecting users to a phishing s ... te designed to ask for user's passwords. To remedy this, URL reversing now ensures that no URL starts with ... cond slash with its URL encoded counterpart (%2F). This approach ensures that semantics stay the same, whi ... the scheme. File upload denial-of-service ¶ Before this release, Django's file upload handing in its defau ...
https://man.plustar.jp/django/releases/1.4.14.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT