検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 200 for should (0.084 sec.)
マイグレーション — Django 4.0.6 ドキュメント 5944
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s.E900' , # pick a unique ID for your field. } You should keep the field's methods that are required for it ... quashing migrations and removing the old ones, you should be able to remove the field completely. データのマ ... ns -- empty yourappname Then, open up the file; it should look something like this: # Generated by Django A. ... is located, the migration's dependencies attribute should include the latest migration of each app that is i ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
How to manage error reporting — Django 4.0.6 ドキュメント 5868
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 04s by tweaking the IGNORABLE_404_URLS setting. It should be a list of compiled regular expression objects. ... to ignore requests coming from web crawlers), you should subclass it and override its methods. 参考 404 err ... eak into an error report. Therefore, error reports should only be available to trusted team members and you ... n decorators to help you control which information should be filtered out of error reports in a production e ...
https://man.plustar.jp/django/howto/error-reporting.html - [similar]
How is Django Formed? — Django 4.0.6 ドキュメント 5868
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or the version(s) you're putting out. You probably shouldn't issue a release until it's green. A release alw ... ays begins from a release branch, so you should make sure you're on a stable branch and up-to-date ... -developers , and django-users mailing lists. This should include a link to the announcement blog post. If t ... release notes (including CVE ID). The message body should include the vulnerability details, for example, th ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
LayerMapping data import utility — Django 4.0.6 ドキュメント 5868
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... )) # getting the number of features in the layer (should be 3) 3 >>> print ( layer . geom_type ) # Should b ... ure, or if the model field is a geographic then it should correspond to the OGR geometry type, e.g., 'POINT' ... =True . Set DEBUG=False in your settings, and this should stop excessive memory use when running LayerMappin ...
https://man.plustar.jp/django/ref/contrib/gis/layermapping.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 5793
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... stgres_settings tox -e py39-postgres Windows users should use: ...\> set DJANGO_SETTINGS_MODULE = my_postgre ... e two databases: A default database. This database should use the backend that you want to use for primary t ... be directed to different databases. This database should use the same backend as the default , and it must ... e is described in testing code coverage . Coverage should be run in a single process to obtain accurate stat ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 5793
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... roject's settings.py file. The django-admin script should be on your system path if you installed Django via ... s or contrib.contenttypes ContentType objects, you should probably use this flag. See the natural keys docum ... m an empty database and re-run all migrations, you should drop and recreate the database and then run migrat ... pecifies which file extensions in the app template should be rendered with the template engine. Defaults to ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 5793
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t setting), indicating that under testing, replica should be treated as a mirror of default . When the test ... necessary to specify this option. If specified, it should generally be the directory containing your manage. ... seed. debug_mode specifies what the DEBUG setting should be set to prior to running tests. parallel specifi ... in the modules listed in test_labels . This method should return the number of tests that failed. classmetho ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
How to create database migrations — Django 4.0.6 ドキュメント 5729
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... unique constraint. Therefore, the following steps should be taken. In this example, we'll add a non-nullabl ... u're adding). Run the makemigrations command. This should generate a migration with an AddField operation. G ... ng dependencies over run_before when possible. You should only use run_before if it is undesirable or imprac ... 's _meta.db_table property. Your new through model should use the same names for the ForeignKey s as Django ...
https://man.plustar.jp/django/howto/writing-migrations.html - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 5729
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... atible changes since 0.95, but the upgrade process should be fairly simple and should not require major chan ... en renamed to sqlcustom to emphasize that loaddata should be used for data (and sqlcustom for other custom S ... tains = ' \\\\ ' ) The above is now incorrect, and should be rewritten as: # Find text containing a single b ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 5729
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ently, the expected URLs passed to assertRedirects should generally no longer include the scheme and domain ... Redirects(response, 'http://testserver/some-url/') should be replaced by self.assertRedirects(response, '/so ... ou aren't overriding Django's default logging, you should see minimal changes in behavior, but you might see ... f you are overriding Django's default logging, you should check to see how your configuration merges with th ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT