検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 154 for change (0.067 sec.)
Coding style — Django 4.0.6 ドキュメント 6034
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... code review it allows the reviewer to focus on the change itself, and it can also help to reduce the number ... ool will go ahead and fix them for you. Review the changes and re-stage for commit if you are happy with the ... test docstring looks like this (#123456). """ ... Changed in Django 4.0.3: All Python code in Django was re ... import statements that are no longer used when you change code. flake8 will identify these imports for you. ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
Django 3.1.3 release notes — Django 4.0.6 ドキュメント 5964
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .1.2 that caused the incorrect height of the admin changelist search bar ( #32072 ). Fixed a regression in D ... 3.1.2 that caused the incorrect width of the admin changelist search bar on a filtered page ( #32091 ). Fixe ... ct form input layout on small screens in the admin change form view ( #32069 ). Fixed a regression in Django ... xtarea layout on medium-sized screens in the admin change form view with the sidebar open ( #32127 ). Fixed ...
https://man.plustar.jp/django/releases/3.1.3.html - [similar]
データベース — Django 4.0.6 ドキュメント 5894
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 432 .my_pgpass ¶ localhost:5432:NAME:USER:PASSWORD Changed in Django 4.0: Support for connecting by a servic ... ines ¶ MySQL has several storage engines . You can change the default storage engine in the server configura ... ttings or tables. Django doesn't provide an API to change them. By default, with a UTF-8 database, MySQL wil ... itive comparisons on a particular column or table, change the column or table to use the utf8_bin collation. ...
https://man.plustar.jp/django/ref/databases.html - [similar]
SchemaEditor — Django 4.0.6 ドキュメント 5894
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... thods, that should be called in the order you wish changes to be applied. Some possible operations or types ... of change are not possible on all databases - for example, M ... el , old_unique_together , new_unique_together ) ¶ Changes a model's unique_together value; this will add or ... odel , old_index_together , new_index_together ) ¶ Changes a model's index_together value; this will add or ...
https://man.plustar.jp/django/ref/schema-editor.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 5894
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the algorithm. The iri_to_uri() function will not change ASCII characters that are otherwise permitted in a ... ted. In the second, the percent-encodings remain unchanged because they lie outside the valid UTF-8 range or ... ango backend provides the 'file_charset' option to change the encoding used to read files from disk. The DEF ... the assumed encoding for form data. If you need to change this for a particular form, you can set the encodi ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 5894
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ということです。 Django will make migrations for any change to your models or fields - even options that don't ... n reconstruct a field correctly is to have all the changes in the history, and you might need those options ... フロー ¶ Django can create migrations for you. Make changes to your models - say, add a field and remove a mo ... 使えます。 $ python manage.py makemigrations --name changed_my_model your_app_label バージョン管理 ¶ マイグレ ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
Triaging tickets — Django 4.0.6 ドキュメント 5836
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sensus. If you're unsure if you should be making a change, don't make the change but instead leave a comment ... the regression. Knowing the commit that caused the change in behavior helps identify if the change was inten ...
https://man.plustar.jp/django/internals/contributing/triaging-tickets.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 5836
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ne unmanaged model will be created. If you need to change this default behavior, create the intermediary tab ... and apply the appropriate migrations if you add or change order_with_respect_to after your initial migrate . ... permissions table when creating this object. Add, change, delete, and view permissions are automatically cr ... ptions. default_permissions ¶ Defaults to ('add', 'change', 'delete', 'view') . You may customize this list, ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
Django 1.3.6 release notes — Django 4.0.6 ドキュメント 5836
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... previous versions of Django, an admin user without change permission on a model could still view the Unicode ... admin history log view for an object to users with change permission for that model. 目次 Django 1.3.6 relea ...
https://man.plustar.jp/django/releases/1.3.6.html - [similar]
Django 1.9.1 リリースノート — Django 4.0.6 ドキュメント 5836
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... agers operation ( #25852 ). Fixed TypedChoiceField change detection with nullable fields ( #25942 ). Fixed i ... functionality of the admin's list_editable add and change buttons ( #25903 ). Fixed isnull query lookup for ...
https://man.plustar.jp/django/releases/1.9.1.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT