patch(path, data='', content_type='application/octet-stream', follow=False, secure=False, **extra) [source]
Signal.send_robust(sender, **kwargs) [source] To send a signal, call either Signal
django.core.serializers.get_serializer(format) You can also use a serializer object directly:
send_email(subject_template_name, email_template_name, context, from_email, to_email, html_email_template_name=None) Uses the
__contains__(key) Example: 'fav_color' in request.session
password_change_done(request, template_name='registration/password_change_done.html', current_app=None, extra_context=None) The
Rendering an attractive and easy-to-use Web form requires more than just HTML - it also requires CSS stylesheets, and if you want to use fancy “Web2.0” widgets, you may also
require_GET() Decorator to require that a view only accepts the GET method.
USERNAME_FIELD A string describing the name of the field on the User model that is used as the unique identifier. This will
Django 1.5 is the first version of Django to support Python 3. The same code runs both on Python 2 (≥ 2.6.5) and Python 3 (≥ 3.2), thanks to the
Page 23 of 35