- Language: en
7 results for immutable in version 3.2
-
Request and response objects
- … immutable when accessed in a normal request/response cycle. To get a mutable version you need …
-
Model index reference
- … IMMUTABLE . Django doesn’t validate this but PostgreSQL will error. This means that functions such …
-
Django 1.7 release notes
- … immutable objects and override them to change their content. For example, you might want to override …
-
Django 1.11 release notes
- … immutable. If you’re modifying that QueryDict , you must now first copy it, e.g. request.POST.copy …
-
The Forms API
- … immutable, whether it has data or not. Using forms to validate data Form. clean () Implement …
-
Performing raw SQL queries
- … immutable and accessible by field names or indices, which might be useful: from collections import …
-
Model field reference
- … immutable object, such as a str , or a callable object that returns a fresh mutable …