- Language: en
21 results for round in version 4.0
-
Database Functions
- … Round class Round ( expression , precision = 0 , ** extra ) Rounds a numeric field or expression to precision …
-
Built-in template tags and filters
- … rounded up to 88). In some cases you might want to capture the result of widthratio …
-
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 …
-
Django 3.1 release notes
- … round to zero. Meta.ordering and Meta.unique_together options on models in django.contrib modules that were …
-
Databases
- … rounded decimal floating point arithmetic. “Database is locked” errors SQLite is meant to be a lightweight …
-
QuerySet API reference
- … round trips between the database driver and the database, at the expense of memory. On PostgreSQL …
-
Django 1.8.13 release notes
- … round-tripping on MySQL and SQLite ( #26498 ). Restored conversion of an empty string to null …