json_catalog(request, domain='djangojs', packages=None) [source]
login(**credentials) [source] If your site uses Django’s authentication
This document provides an overview of techniques and tools that can help get your Django code running more efficiently - faster, and using fewer system resources.
class models.BaseUserManager classmethod normalize_email(email) Normalizes
class ModelForm [source] If you’re building a database-driven app, chances are you’ll have
TransactionTestCase.fixtures A test case for a database-backed website isn’t much use if there isn’t any data in the database
TransactionTestCase.available_apps Warning This attribute
Overview When support for time zones is enabled, Django stores datetime information in UTC in the database, uses time-zone-aware datetime
Manager.raw(raw_query, params=None, translations=None) This method takes a raw SQL query, executes it, and returns a django
get_expiry_age() Returns the number of seconds until this session expires. For sessions with no custom expiration (or those
Page 16 of 35