- Language: en
19 results for round in version 3.1
-
Django 1.9.6 release notes
- … round-tripping on MySQL and SQLite ( #26498 ). Prevented makemigrations from generating infinite migrations for a model …
-
Django 1.3.6 release notes
- … round-trip from dumpdata to loaddata , but if you feed your own XML documents to the loaddata …
-
Django 1.9 release notes
- … rounds attribute is changed. AbstractBaseUser and BaseUserManager were moved to a new django.contrib.auth.base_user module …
-
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.8.13 release notes
- … round-tripping on MySQL and SQLite ( #26498 ). Restored conversion of an empty string to null …
-
Django 1.9.3 release notes
- … rounds for the latter hasher hasn’t changed since Django 1.4, but some projects may subclass …
-
Many-to-one relationships
- … round in circles: >>> Reporter . objects . filter ( article__reporter__first_name__startswith = 'John …
-
How is Django Formed?
- … round number). Run the tests, and update the 3 failing hasher tests with the new values …
-
GeoJSON Serializer
- … round-tripping data, as it has no deserializer equivalent. For example, you cannot use loaddata …