Results of 1 - 10 of about 19 for extract (0.028 sec.)
- Django 2.2.18 release notes — Django 4.0.6 ドキュメント 12140
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
21-3281: Potential directory-traversal via archive.extract() ¶ The django.utils.archive.extract() function, u ...
21-3281: Potential directory-traversal via archive.extract() 前のトピックへ Django 2.2.19 release notes 次のト ...
.17 release notes 関連キーワード release , notes , extract , traversal , directory , previous , up , next , ト ...
-
https://man.plustar.jp/django/releases/2.2.18.html
- [similar]
- Django 3.0.12 release notes — Django 4.0.6 ドキュメント 12140
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
21-3281: Potential directory-traversal via archive.extract() ¶ The django.utils.archive.extract() function, u ...
21-3281: Potential directory-traversal via archive.extract() 前のトピックへ Django 3.0.13 release notes 次のト ...
.11 release notes 関連キーワード release , notes , extract , traversal , directory , previous , up , next , ト ...
-
https://man.plustar.jp/django/releases/3.0.12.html
- [similar]
- Django 3.1.6 release notes — Django 4.0.6 ドキュメント 11935
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
21-3281: Potential directory-traversal via archive.extract() ¶ The django.utils.archive.extract() function, u ...
21-3281: Potential directory-traversal via archive.extract() Bugfixes 前のトピックへ Django 3.1.7 release not ...
1.5 release notes 関連キーワード notes , release , extract , traversal , directory , Potential , template , ト ...
-
https://man.plustar.jp/django/releases/3.1.6.html
- [similar]
- Database Functions — Django 4.0.6 ドキュメント 10467
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
models . TimeField ( null = True , blank = True ) Extract ¶ class Extract ( expression , lookup_name = None ...
, tzinfo = None , ** extra ) ¶ Extracts a component of a date as a number. Takes an expre ...
IntegerField . Django usually uses the databases' extract function, so you may use any lookup_name that your ...
s, usually provided by zoneinfo , can be passed to extract a value in a specific timezone. Given the datetime ...
-
https://man.plustar.jp/django/ref/models/database-functions.html
- [similar]
- QuerySet API リファレンス — Django 4.0.6 ドキュメント 9323
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
to an __in lookup, you need to ensure you are only extracting one field in the result. For example, this will ...
e an exception, since the inner query is trying to extract two field values, where only one is expected: # Ba ...
ery well. It is more efficient, in those cases, to extract a list of values and then pass that into the secon ...
_month__gte = 6 ) SQL equivalent: SELECT ... WHERE EXTRACT ( 'month' FROM pub_date ) = '12' ; SELECT ... WHER ...
-
https://man.plustar.jp/django/ref/models/querysets.html
- [similar]
- Installing SpatiaLite — Django 4.0.6 ドキュメント 7974
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
source archive from the SQLite download page , and extract: $ wget https://www.sqlite.org/YYYY/sqlite-amalgam ...
-
https://man.plustar.jp/django/ref/contrib/gis/install/spatialite.html
- [similar]
- Django 2.0 リリースノート — Django 4.0.6 ドキュメント 7974
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
by now allow ordering by several fields. Added the ExtractQuarter function to extract the quarter from DateFi ...
s a native duration field (Oracle and PostgreSQL), Extract now works with DurationField . Added the of argume ...
_cast_time_sql() , datetime_trunc_sql() , datetime_extract_sql() , and date_interval_sql() methods now return ...
-
https://man.plustar.jp/django/releases/2.0.html
- [similar]
- Installing Geospatial libraries — Django 4.0.6 ドキュメント 7769
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
.Y.tar.gz Next, untar the source code archive, and extract the datum shifting files in the data subdirectory ...
-
https://man.plustar.jp/django/ref/contrib/gis/install/geolibs.html
- [similar]
- Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 7769
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
nc_sql connection.ops.autoinc_sql backend.get_date_extract_sql connection.ops.date_extract_sql backend.get_da ...
-
https://man.plustar.jp/django/releases/1.0-porting-guide.html
- [similar]
- LayerMapping data import utility — Django 4.0.6 ドキュメント 7666
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
turn 'Name: %s ' % self . name Use LayerMapping to extract all the features and place them in the database: > ...
-
https://man.plustar.jp/django/ref/contrib/gis/layermapping.html
- [similar]