検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 175 for into (0.007 sec.)
Working with Git and GitHub — Django 4.0.6 ドキュメント 10167
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... meaning that your work is more likely to be merged into Django. You could also upload a traditional patch ... ry. When you think your work is ready to be pulled into Django, you should create a pull request at GitHub ... history of your branch you can squash the commits into one by using interactive rebase: git rebase - i HE ... eep the first commit, and squash the second commit into the first one. Save and quit the editor. A second ...
https://man.plustar.jp/django/internals/contributing/writing-code/working-with-g... - [similar]
データベース — Django 4.0.6 ドキュメント 9127
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , use mysql_tzinfo_to_sql to load time zone tables into the MySQL database. This needs to be done just onc ... at the database level. If you have a unique constraint on a field, it would be illegal to try to insert bo ... th "aa" and "AA" into the same column, since they compare as equal (and, ... RICT_TRANS_TABLES . That option escalates warnings into errors when data are truncated upon insertion, so ...
https://man.plustar.jp/django/ref/databases.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 9127
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t actually having to pull them out of the database into Python memory. Instead, Django uses the F() object ... value of reporter.stories_filed from the database into memory and manipulated it using familiar Python op ... ch could be very much faster than pulling them all into Python from the database, looping over them, incre ... rusted user input as these values are interpolated into the SQL string rather than passed as query paramet ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
LayerMapping data import utility — Django 4.0.6 ドキュメント 8735
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nts of vector spatial data files (e.g. shapefiles) into GeoDjango models. This utility grew out of the aut ... l needs to eliminate the code repetition that went into pulling geometries and fields out of a vector laye ... coordinate system (e.g. WGS84), and then inserting into a GeoDjango model. 注釈 Use of LayerMapping requir ... tions. In other words, geometries will be inserted into the database unmodified from their original state ...
https://man.plustar.jp/django/ref/contrib/gis/layermapping.html - [similar]
マイグレーション操作 — Django 4.0.6 ドキュメント 8601
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... migration file to write your own Operation objects into, use python manage.py makemigrations --empty youra ... d's default value is permanent and should be baked into the project state ( True ), or if it is temporary ... field to a table and needs a default value to put into existing rows. It does not affect the behavior of ... d's default value is permanent and should be baked into the project state ( True ), or if it is temporary ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
Django 1.2.5 release notes — Django 4.0.6 ドキュメント 8601
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion mechanism, which makes use of a token inserted into outgoing forms. Middleware then checks for the tok ... t toolkits which allow insertion of custom headers into all AJAX requests. Please see the CSRF docs for ex ... stom SQL hooks as a way to inject hand-crafted SQL into the database synchronization process. One of the p ... ossible uses for this custom SQL is to insert data into your database. If your custom SQL contains INSERT ...
https://man.plustar.jp/django/releases/1.2.5.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 8209
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... value ): # Only one argument. """Converts a string into all lowercase""" return value . lower () 独自のフィ ... the "safe" string. ... Template filter code falls into one of two situations: Your filter does not introd ... any HTML-unsafe characters ( < , > , ' , " or & ) into the result that were not already present. In this ... lag tells Django that if a "safe" string is passed into your filter, the result will still be "safe" and i ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 8086
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Set , this will force all the results to be loaded into memory prior to pickling. Pickling is usually used ... lue from the respective field or expression passed into the values_list() call — so the first item is the ... l performance penalty for transforming the results into a named tuple. If you don't pass any values to val ... the value of tzinfo.tzname(None) . This translates into the following requirements: SQLite: no requirement ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django 1.6.11 release notes — Django 4.0.6 ドキュメント 7695
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rs have also backported the fix for the Python bug into their packages of earlier versions. To remedy this ... ffect Django currently, since we only put this URL into the Location response header and browsers seem to ... provide safe redirect targets and puts such a URL into a link, they could suffer from an XSS attack as so ...
https://man.plustar.jp/django/releases/1.6.11.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 7695
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e showed some shortcomings. It has been refactored into an "app registry" where models modules no longer h ... These four values allow any field to be serialized into a file, as well as allowing the field to be copied ... params which are then available for interpolating into the error message (see ValidationError を発生させる ... ary regression in Django 1.6, it's now possible again to make TypedChoiceField coerce method return an arb ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT