- Language: en
15 results for bits in version 5.0
-
Using mixins with class-based views
- … bit out. The only bit of the view that needs to worry about using SingleObjectMixin …
-
Password management in Django
- … bits with the salt_entropy value in the BasePasswordHasher . As computing and storage costs decrease …
-
Working with forms
- … bit more about the underlying machinery. More about Django Form classes All form classes are created …
-
Testing tools
- … bit of black magic in order to determine which template was loaded by a given …
-
Built-in class-based generic views
- … bit is the lowercased version of the model’s name. Note Thus, when (for example …
-
Serializing Django objects
- … bit differently: <object pk= "27" model= "auth.permission" > <!-- ... --> <field …
-
How to use sessions
- … bit of overhead. Configuring the session engine By default, Django stores sessions in your database …
-
Translation
- … bit of i18n-related overhead in certain places of the framework. If you don’t use internationalization …
-
Sending email
- … bit of the email message. Here’s an example view that takes a subject , message …
-
Signals
- … bit later , but right now look at the **kwargs argument. All signals send keyword arguments …