検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 345 for when (0.055 sec.)
ミドルウェア — Django 4.0.6 ドキュメント 5828
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ 警告 Security researchers recently revealed that when compression techniques (including GZipMiddleware ) ... _HSTS_SECONDS setting to a non-zero integer value. When enabling HSTS, it's a good idea to first use a sma ... d information to a site about how users got there. When a user clicks a link, the browser will send the fu ... t whether they should send the HTTP Referer header when a user clicks a link; this hint is provided via th ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 5828
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ds incompatible changes you'll want to be aware of when upgrading from Django 1.5 or older versions. We've ... abase doesn't report that a matching row was found when doing an UPDATE . An example is the PostgreSQL ON ... d numbers in current browsers, Django only uses it when numeric fields are not localized. The number argum ... customized in HTTP responses using reason_phrase . When giving the URL of the next page for django.contrib ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 5792
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ds incompatible changes you'll want to be aware of when upgrading from Django 1.4 or older versions. We've ... cify which fields are written back to the database when you call save() . This can help in high-concurrenc ... lds. This can be useful for performance reasons or when trying to avoid overwriting concurrent changes. De ... more details. Caching of related model instances ¶ When traversing relations, the ORM will avoid re-fetchi ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Working with Git and GitHub — Django 4.0.6 ドキュメント 5756
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... your GitHub account. Setting up local repository ¶ When you have created your GitHub account, with the nic ... om / akaariai / django . git Working on a ticket ¶ When working on a ticket, create a new branch for the w ... nch. Make some changes and commit them: git commit When writing the commit message, follow the commit mess ... on GitHub by running: git push origin ticket_xxxxx When you go to your GitHub page, you will notice a new ...
https://man.plustar.jp/django/internals/contributing/writing-code/working-with-g... - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 5756
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ds incompatible changes you'll want to be aware of when upgrading from Django 1.3 or older versions. We've ... ew feature in Django 1.4 is support for time zones when handling date/times. When enabled, this Django wil ... ithout it), the imports will need to be cleaned up when switching to the new manage.py . Custom project an ... ill use the /path/to/my_project_template directory when you run the following command: django - admin . py ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 5756
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eaning developers do not need to change other code when making changes to URLs. One argument signature for ... nses to anonymous (i.e., unauthenticated) clients. When the first anonymous request to a given page is by ... own to "typecast" on certain queries; for example, when querying a table which contains string values, but ... o-8859-1 encoding ( #21996 ). Fixed AttributeError when using bulk_create() with ForeignObject ( #21566 ). ...
https://man.plustar.jp/django/releases/1.6.3.html - [similar]
django.db.transaction — Django 4.0.6 ドキュメント 5720
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... "needs rollback" flag -- for *advanced use* only. When `rollback` is `True`, trigger a rollback when exit ... to force a rollback without raising an exception. When `rollback` is `False`, prevent such a rollback. Us ... utility to mark a transaction as "needs rollback" when an exception is raised while not enforcing the enc ... save() and friends to avoid starting a transaction when in autocommit mode and a single query is executed. ...
https://man.plustar.jp/django/_modules/django/db/transaction.html - [similar]
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 5647
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... aming of MySQL databases ( #24817 ). Fixed a crash when using a reverse one-to-one relation in ModelAdmin. ... list_display ( #24851 ). Fixed quoting of SQL when renaming a field to AutoField in PostgreSQL ( #248 ... 92 ). Fixed lack of unique constraint when changing a field from primary_key=True to unique=T ... rue ( #24893 ). Fixed queryset pickling when using prefetch_related() after deleting objects ( ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 5575
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... oice, Unicode characters have always been accepted when using Python 3. The username validator now explici ... e as_sql() methods of various expressions ( Func , When , Case , and OrderBy ) to allow database backends ... mize them without mutating self , which isn't safe when using different database backends. See the arg_joi ... because the browser validation may not be correct when adding and deleting formsets. ジェネリックビュー ( ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.9.5 リリースノート — Django 4.0.6 ドキュメント 5539
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... default value instead of False if there's an error when trying to add the value to the cache. Fixed data l ... doesn't implement path() ( #26297 ). Fixed a crash when using a reverse lookup with a subquery when a Fore ... nks ( #26413 ). Fixed a migrations crash on SQLite when renaming the primary key of a model containing a F ... ixed JSONField inadvertently escaping its contents when displaying values after failed form validation ( # ...
https://man.plustar.jp/django/releases/1.9.5.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT