- Language: en
5 results for immutable in version 1.11
-
Request and response objects
- … immutable when accessed in a normal request/response cycle. To get a mutable version you need …
-
Django 1.7 release notes
- … immutable objects and override them to change their content. For example, you might want to override …
-
Performing raw SQL queries
- … immutable and accessible by field names or indices, which might be useful: from collections import …
-
The Forms API
- … immutable, whether it has data or not. Using forms to validate data Form. clean () Implement …
-
Django 1.11 release notes
- … immutable. If you’re modifying that QueryDict , you must now first copy it, e.g. request.POST.copy …