- Language: en
60 results for list in version 3.0
-
Django 1.2 release notes
- … list of backwards-incompatible changes and the list of deprecated features . Python compatibility While not a new feature …
-
Django 1.11 release notes
- … list of related objects such as auth.Permission s that will also be deleted. Previously, only …
-
Django 2.0 release notes
- … list_limit parameters. The new GistIndex class allows creating GiST indexes in the database. The new BtreeGistExtension …
-
Django version 0.95 release notes
- … list is a very active list, with more than 2,000 subscribers who can help …
-
Porting your apps from Django 0.96 to 1.0
- … list of a bunch of less-common compatibility issues. See also The 1.0 release notes …
-
Django 3.0 release notes
- … list now shows the applied datetimes when --verbosity is 2 and above. On PostgreSQL, dbshell …
-
Django version 0.96 release notes
- … list from mysite.myapp.models import MyModel info = { "queryset" : MyModel . objects . all (), } urlpatterns = patterns ( '' , ( '^myview …
-
Django 1.4.4 release notes
- … list of valid host/domain names for this site. A request with a Host header not matching …
-
Django 2.2 release notes
- … list of migration operations that will be performed. NoneType can now be serialized in migrations …
-
Django 2.1.1 release notes
- … lists crashed ( #29643 ). Fixed translation failure of DurationField ’s “overflow” error message ( #29623 ). Fixed a regression …