- Language: en
6 results for complex in version 1.8
-
Django 1.8 release notes
- … complex SQL expressions. This has enabled annotate to accept expressions other than aggregates. Aggregates are now able …
-
Django 1.1 release notes
- … complex situations, your models might contain fields which could contain a lot of data (for example …
-
Django 1.3 release notes
- … complex than the basic one. e.g. it fails when the settings module is a directory …
-
Django 1.6 release notes
- … complex one (referencing multijoins inside Q objects ). In many cases the affected queries didn’t produce …
-
Django 1.8.5 release notes
- … complex queries ( #24525 ). Fixed a migrations crash with GenericForeignKey ( #25040 ). Made translation.override() clear the overridden …
-
Django 1.2 release notes
- … complex requirements for introspection, first rename the get_all_members() method to __dir__() . This is the standard …