検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 250 for have (0.078 sec.)
Working with Git and GitHub — Django 4.0.6 ドキュメント 6137
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ub account. Setting up local repository ¶ When you have created your GitHub account, with the nick "GitHub ... ocumentation must build without warnings. Once you have created your pull request, you should add a commen ... s under SQLite and MySQL". Pull requests at GitHub have only two states: open and closed. The merger who w ... d "Added two more tests" commit. We do not want to have the entire history of your working process in your ...
https://man.plustar.jp/django/internals/contributing/writing-code/working-with-g... - [similar]
Writing documentation — Django 4.0.6 ドキュメント 6137
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ples. New features: documentation of features that have been added to the framework since the last release ... branch. That's because it's highly advantageous to have the docs for the last release be up-to-date and co ... No changes from what .. code-block:: console would have rendered). The second one will show: ...\> py mana ... xample: First, the ref/settings.txt document could have an overall layout like this: ======== Settings === ...
https://man.plustar.jp/django/internals/contributing/writing-documentation.html - [similar]
コードのコミット — Django 4.0.6 ドキュメント 6077
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... commit up to standard themselves. You may want to have Jenkins or GitHub actions test the pull request wi ... -i and git commit --amend to make sure the commits have the expected level of quality. Once you're ready: ... cause nobody contested it. Everyone doesn't always have a lot of time to read mailing list discussions imm ... ediately, so you may have to wait a couple of days before getting a response ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 6077
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rson from using the same web browser to log in and have access to the previous user's session data. If you ... UserPassesTestMixin to do this. test_func () ¶ You have to override the test_func() method of the class to ... ou can also override the get_test_func() method to have the mixin use a differently named function for its ... erable of permissions, in which case the user must have all of the permissions in order to access the view ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 6006
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the empty string. In most cases, it's redundant to have two possible values for "no data;" the Django conv ... ue properties on the members. If you don't need to have the human-readable names translated, you can have ... r the value of the date field. For example, if you have a field title that has unique_for_date="pub_date" ... eing attached. In most cases, this object will not have been saved to the database yet, so if it uses the ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 5946
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the filter has completed. For example, suppose you have a filter that adds the string xx to the end of any ... non-string value, marking it is_safe will probably have unintended consequences (such as converting a bool ... if you call the function from Python code it will have escaping enabled by default. For example, let's wr ... reusing built-in filters Django's built-in filters have autoescape=True by default in order to get the pro ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
Testing GeoDjango apps — Django 4.0.6 ドキュメント 5886
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... IS users. PostGIS ¶ 設定 ¶ 注釈 The settings below have sensible defaults, and shouldn't require manual se ... ons, then your testing database user only needs to have the ability to create databases. In other configur ... -S flags indicate that we do not want the user to have the ability to create additional users (roles) or ... e entitled template_postgis . GeoDjango tests ¶ To have the GeoDjango tests executed when running the Djan ...
https://man.plustar.jp/django/ref/contrib/gis/testing.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 5886
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... it wasn't a deliberate choice, Unicode characters have always been accepted when using Python 3. The user ... will be initially collapsed and their header will have a small "show" link. If a user doesn't have the ad ... objects for fields in ModelAdmin.raw_id_fields now have a link to object's change form. Added "No date" an ... kwards compatible change will not affect users who have subclassed django.contrib.auth.hashers.PBKDF2Passw ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 5886
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sult of an expensive calculation so that you don't have to perform the calculation next time. Here's some ... tem that lets you save dynamic pages so they don't have to be calculated for each request. For convenience ... stem requires a small amount of setup. Namely, you have to tell it where your cached data should live -- w ... s://username:password@127.0.0.1:6379' , } } If you have multiple Redis servers set up in the replication m ...
https://man.plustar.jp/django/topics/cache.html - [similar]
データベースアクセスの最適化 — Django 4.0.6 ドキュメント 5886
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Indexes . This is a number one priority, after you have determined from profiling what indexes should be a ... フィールドタイプの適切な使用。 We will assume you have done the things listed above. The rest of this doc ... in template code - as long as the dicts you supply have the same attributes as those used in the template, ... g them. Note that if you do use them, the ORM will have to go and get them in a separate query, making thi ...
https://man.plustar.jp/django/topics/db/optimization.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT