- Language: en
4 results for full text search in version 5.0
-
Django 1.10 release notes
- … full text search engine. You can search across multiple fields in your relational database, combine …
-
Django 4.1 release notes
- … full details. CSRF_COOKIE_MASKED setting The new CSRF_COOKIE_MASKED transitional setting allows specifying whether to mask the CSRF cookie. CsrfViewMiddleware no longer masks the CSRF cookie like it does the CSRF token …
-
Django 3.2 release notes
- … full details. Customizing type of auto-created primary keys When defining a model, if no field in a model is defined with primary_key=True an implicit primary key is added. The type of this …
-
Django 2.0 release notes
- … search widget for ForeignKey and ManyToManyField . django.contrib.auth The default iteration count for the PBKDF2 password hasher is increased from 36,000 to 100,000. django.contrib.gis Added MySQL support for the AsGeoJSON function, GeoHash function, IsValid …