- Language: en
15 results for bits in version 3.1
-
Using the Django authentication system
- … bit. If called via POST with user submitted credentials, it tries to log the user …
-
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 …
-
Customizing authentication in Django
- … bit like a singleton class EmployeeInline ( admin . StackedInline ): model = Employee can_delete = False verbose_name …