class NumericPasswordValidator [source] Validates whether the password is not entirely numeric
Form processing generally has 3 paths: Initial GET (blank or prepopulated form) POST with invalid data (typically
class backends.smtp.EmailBackend(host=None, port=None, username=None, password=None, use_tls=None, fail_silently=False, use_ssl=None, timeout=None, ssl_keyfile=None,
savepoint_rollback(sid, using=None) [source] Rolls back the transaction to savepoint sid
Django ships with a variety of extra, optional tools that solve common problems (contrib.*). For easier maintenance and to trim the size of the codebase, a few
dumps(obj, key=None, salt='django.core.signing', compress=False) [source] Returns URL-safe
Many-to-many relationships Many-to-one relationships One-to-one relationships
class TestCase [source] This is the most common class to use for writing tests in Django
javascript_catalog(request, domain='djangojs', packages=None) [source]
is_anonymous Read-only attribute which is always False. This is a way of differentiating
Page 1 of 35