django.core.serializers.get_serializer(format) You can also use a serializer object directly:
SimpleTestCase.assertTemplateUsed(response, template_name, msg_prefix='', count=None) [source] Asserts
SimpleTestCase.assertXMLEqual(xml1, xml2, msg=None) [source] Asserts that the strings xml1
head(path, data=None, follow=False, secure=False, **extra) [source] Makes a HEAD request
get_permission_required() Returns an iterable of permission names used by the mixin. Defaults to the permission_required
Paginator.page(number) [source] Returns a Page object with the given 1-based
TransactionTestCase.assertNumQueries(num, func, *args, **kwargs) [source] Asserts that when
clear_expired() Removes expired sessions from the session store. This class method is called by clearsessions.
password_reset(request, template_name='registration/password_reset_form.html', email_template_name='registration/password_reset_email.html', subject_template_name='r
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 26 of 35