- Language: en
15 results for bits in the development version
-
Using the Django authentication system
- … bit. If called via POST with user submitted credentials, it tries to log the user …
-
Models
- … bit does. Django will, from time to time, extend the capabilities of built-in model …
-
Sending email
- … bit of the email message. Here’s an example view that takes a subject , message …
-
Django’s cache framework
- … bit obscure, but see Order of MIDDLEWARE below if you’d like the full story …
-
Django shortcut functions
- … bit contrived since it’s equivalent to doing: get_object_or_404 ( Book , title__startswith …