get_full_name() A longer formal identifier for the user. A common interpretation would be the full name of the user, but it
get_template(template_name, using=None) [source] This function loads the template with the
class serializers.PickleSerializer Supports arbitrary Python objects, but, as described above, can lead to a remote code execution
make_password(password, salt=None, hasher='default') [source] Creates a hashed password in
Page.paginator The associated Paginator object.
class models.BaseModelFormSet Like regular formsets, Django provides a couple of enhanced formset classes
Once you’ve created your data models, Django automatically gives you a database-abstraction API that lets you create, retrieve, update and delete objects
logout(request) [source] To log out a user who has been logged in via django.contrib
TransactionTestCase.multi_db Django sets up a test database corresponding to every database that is defined in the DATABASES
destroy_test_db(old_database_name, verbosity=1, keepdb=False) Destroys the database whose name is the value of NAME
Page 32 of 35