- Language: en
15 results for bits in version 3.1
-
Using mixins with class-based views
- … bit out. The only bit of the view that needs to worry about using SingleObjectMixin …
-
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 …
-
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 …
-
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 …
-
Sending email
- … bit of the email message. Here’s an example view that takes a subject , message …
-
Making queries
- … bit confusing, so hopefully an example will clarify. To select all blogs that contain entries …
-
Using the Django authentication system
- … bit. If called via POST with user submitted credentials, it tries to log the user …