- Language: en
70 results for list in version 4.1
-
Archive of security issues
- … list of issues which have been fixed and disclosed. For each issue, the list below …
-
Django 1.11 release notes
- … list of related objects such as auth.Permission s that will also be deleted. Previously, only …
-
Django 1.2 release notes
- … list of backwards-incompatible changes and the list of deprecated features . Python compatibility While not a new feature …
-
Django 3.1 release notes
- … list message for ModelMultipleChoiceField is deprecated in favor of invalid_list . Passing raw column aliases …
-
Django 2.0 release notes
- … list_limit parameters. The new GistIndex class allows creating GiST indexes in the database. The new BtreeGistExtension …
-
Django 3.2 release notes
- … list_display or readonly_fields . Likewise, the new action() decorator allows for easily adding options …
-
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 …