- Language: en
15 results for bits in version 2.0
-
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 …
-
Testing tools
- … bit of black magic in order to determine which template was loaded by a given …
-
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 just 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 …
-
Customizing authentication in Django
- … bit like a singleton class EmployeeInline ( admin . StackedInline ): model = Employee can_delete = False verbose_name …
-
Django’s cache framework
- … bit obscure, but see Order of MIDDLEWARE below if you’d like the full story …
-
Signals
- … bit later , but right now look at the **kwargs argument. All signals send keyword arguments …
-
Models
- … bit does. Django will, from time to time, extend the capabilities of built-in model …