- Language: en
17 results for join in version 5.1
-
Django 1.1 release notes
- … join filter’s escaping behavior The join filter no longer escapes the literal value that …
-
Django 5.0 release notes
- … joining_columns() . Subclasses should implement get_joining_fields() instead. The ForeignObject.get_reverse_joining_columns() method …
-
Django 1.0.1 release notes
- … join template filter. Previously, literal strings passed to join were automatically escaped, contrary to the documented …
-
Django 1.6 release notes
- … join clauses for generic relations, query combining, join promotion, and join trimming fixes) Preparation for new features …
-
Django 1.8 release notes
- … joined" )) . update ( last_login = None ) django.contrib.gis Support for GEOS 3.1 and GDAL 1.6 has been …
-
Django 1.7 release notes
- … joins. See #13724 for more details. pytz may be required If your project handles datetimes …
-
Django 4.1 release notes
- … joins. Reverse foreign key changes for unsaved model instances In order to unify the behavior …
-
Django 1.8.2 release notes
- … join promotion for Case expressions. For example, annotating a query with a Case expression could …
-
Django 1.9 release notes
- … join() , or mark_safe() when constructing the method’s return value instead. The enclosure keyword …
-
Django 1.8.3 release notes
- … join promotion for multiple Case expressions. Annotating a query with multiple Case expressions could unexpectedly …