検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 190 for new (0.081 sec.)
Triaging tickets — Django 4.0.6 ドキュメント 5458
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... don't meet all the requirements of a good patch . One way to help out is to triage tickets that have been ... reviewed ¶ The ticket has not been reviewed by anyone who felt qualified to make a judgment about whether ... should probably be fixed if possible. An accepted new feature may only mean that one triager thought the ... 型 ¶ Tickets should be categorized by type between: New Feature For adding something new. Bug For when an ...
https://man.plustar.jp/django/internals/contributing/triaging-tickets.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 5458
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django looks at the TEST_RUNNER setting to determine what to do. By default, TEST_RUNNER points to 'djan ... database, or create one if necessary. If False , a new database will be created, prompting the user to re ... tend the capabilities of the test runner by adding new arguments. The **kwargs declaration allows for thi ... test command will be able to use those arguments. New in Django 3.2: The enable_faulthandler and timing ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 5414
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . get ( pk = 1 ) print ( example . hand . north ) new_hand = Hand ( north , east , south , west ) exampl ... e . hand = new_hand example . save () 他のPythonクラスと同様に、モ ... ve some thought to which existing Field class your new field is most similar to. Can you subclass an exis ... nstruct that state. Pay extra attention if you set new default values for arguments in the Field supercla ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
Signals — Django 4.0.6 ドキュメント 5381
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... this line: q = Question ( question_text = "What's new?" , pub_date = timezone . now ()) The arguments se ... d to __init__() ) kwargs {'question_text': "What's new?", 'pub_date': datetime.datetime(2012, 2, 26, 13, ... eate a superuser when interactive is True . stdout New in Django 4.0. A stream-like object where verbose ... eate a superuser when interactive is True . stdout New in Django 4.0. A stream-like object where verbose ...
https://man.plustar.jp/django/ref/signals.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 5381
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e PyMemcacheCache or PyLibMCCache instead. Redis ¶ New in Django 4.0. Redis is an in-memory database that ... urself. Cache keys also include the current time zone when USE_TZ is set to True . The per-view cache ¶ d ... ache . get ( 'my_key' ) None If you need to determine whether the object exists in the cache and you have ... , 'Initial value' ) >>> cache . add ( 'add_key' , 'New value' ) >>> cache . get ( 'add_key' ) 'Initial va ...
https://man.plustar.jp/django/topics/cache.html - [similar]
Writing code — Django 4.0.6 ドキュメント 5348
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d the #django-dev IRC channel . Submit patches for new and/or fixed behavior. If you're looking for a way ... atches created by other users. Read the Advice for new contributors to help you get orientated in the dev ...
https://man.plustar.jp/django/internals/contributing/writing-code/index.html - [similar]
Djangoソースコードレポジトリ — Django 4.0.6 ドキュメント 5348
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... contribute to Django by fixing bugs or developing new features, you'll want to get the code from the mai ... g on Django's code (say, to fix a bug or develop a new feature), you can probably stop reading here and m ... k occurred on the main repository branch. Thus, no new feature development work for the next release of D ... is has been part of Django since the 0.95 release. new-admin : A refactoring of Django's bundled administ ...
https://man.plustar.jp/django/internals/git.html - [similar]
GeoDjango Installation — Django 4.0.6 ドキュメント 5348
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... while you may not get an immediate response, someone will attempt to answer your question as soon as the ... he custom library path (like /usr/local/lib ) on a new line in ld.so.conf . This is one example of how to ... rent configuration and use crle -l to set with the new library path. Be very careful when modifying the s ... ronment variable in your .profile file so that the new version of Python is used when python is entered a ...
https://man.plustar.jp/django/ref/contrib/gis/install/index.html - [similar]
Django のリリースプロセス — Django 4.0.6 ドキュメント 5316
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... さい。 The current development branch main will get new features and bug fixes requiring non-trivial refac ... グ。 クラッシュのバグ。 Major functionality bugs in new features of the latest stable release. Regressions ... part of a release cycle is spent fixing bugs -- no new features will be accepted during this time. We'll ... weeks before the final release. After this point, new translatable strings must not be added. During thi ...
https://man.plustar.jp/django/internals/release-process.html - [similar]
Django 1.7.10 release notes — Django 4.0.6 ドキュメント 5316
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... This could allow an attacker to easily create many new session records by sending repeated requests, pote ... h() methods have been modified to avoid creating a new empty session. Maintainers of third-party session ...
https://man.plustar.jp/django/releases/1.7.10.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT