- Language: en
21 results for round in version 5.0
-
Django 3.1 release notes
- … round to zero. Meta.ordering and Meta.unique_together options on models in django.contrib modules that were …
-
QuerySet API reference
- … round trips between the database driver and the database, at the expense of memory. On PostgreSQL …
-
Django 1.9.3 release notes
- … rounds for the latter hasher hasn’t changed since Django 1.4, but some projects may subclass …
-
Django 1.8.10 release notes
- … rounds for the latter hasher hasn’t changed since Django 1.4, but some projects may subclass …
-
Django 2.2 release notes
- … round trips. Added SQLite support for the StdDev and Variance functions. The handling of DISTINCT …
-
Django 1.9.6 release notes
- … round-tripping on MySQL and SQLite ( #26498 ). Prevented makemigrations from generating infinite migrations for a model …
-
Django 1.8.13 release notes
- … round-tripping on MySQL and SQLite ( #26498 ). Restored conversion of an empty string to null …
-
GeoJSON Serializer
- … round-tripping data, as it has no deserializer equivalent. For example, you cannot use loaddata …
-
How is Django Formed?
- … round number). Run the tests, and update the 3 failing hasher tests with the new values …
-
Django 1.3.6 release notes
- … round-trip from dumpdata to loaddata , but if you feed your own XML documents to the loaddata …
-
Many-to-one relationships
- … round in circles: >>> Reporter . objects . filter ( article__reporter__first_name__startswith = "John …