- Language: en
21 results for round in version 5.0
-
Database Functions
- … Round class Round ( expression , precision = 0 , ** extra ) [source] Rounds a numeric field or expression to precision …
-
Built-in template tags and filters
- … round of escaping. In order to properly escape every element in a sequence, use the escapeseq …
-
Password management in Django
- … rounds is a logarithmic work factor, e.g. 12 rounds means 2 ** 12 iterations. Argon2 Argon2 …
-
GEOS API
- … round ( 1 ), flat ( 2 ), or square ( 3 ). join_style can be round ( 1 ), mitre ( 2 ), or bevel …
-
Django 4.0 release notes
- … Round() database function allows specifying the number of decimal places after rounding. QuerySet.bulk_create() now sets …
-
Model index reference
- … Round ( "weight" ), name = "calc_idx" ) creates an index on the result …
-
QuerySet API reference
- … round trips between the database driver and the database, at the expense of memory. On PostgreSQL …
-
Databases
- … rounded decimal floating point arithmetic. “Database is locked” errors SQLite is meant to be a lightweight …
-
Django 1.4.4 release notes
- … round-trip from dumpdata to loaddata , but if you feed your own XML documents to the loaddata …
-
Django 1.9.6 release notes
- … round-tripping on MySQL and SQLite ( #26498 ). Prevented makemigrations from generating infinite migrations for a model …