auth.models.CustomUser.get_full_name()

get_full_name() A longer formal identifier for the user. A common interpretation would be the full name of the user, but it

2016-10-09 18:34:18
template.loader.get_template()

get_template(template_name, using=None) [source] This function loads the template with the

2016-10-09 18:39:49
sessions.serializers.PickleSerializer

class serializers.PickleSerializer Supports arbitrary Python objects, but, as described above, can lead to a remote code execution

2016-10-09 18:39:33
auth.hashers.make_password()

make_password(password, salt=None, hasher='default') [source] Creates a hashed password in

2016-10-09 18:34:11
core.paginator.Page.paginator

Page.paginator The associated Paginator object.

2016-10-09 18:34:58
forms.models.BaseModelFormSet

class models.BaseModelFormSet Like regular formsets, Django provides a couple of enhanced formset classes

2016-10-09 18:37:00
Making queries

Once you’ve created your data models, Django automatically gives you a database-abstraction API that lets you create, retrieve, update and delete objects

2016-10-09 18:39:02
auth.logout()

logout(request) [source] To log out a user who has been logged in via django.contrib

2016-10-09 18:34:11
test.TransactionTestCase.multi_db

TransactionTestCase.multi_db Django sets up a test database corresponding to every database that is defined in the DATABASES

2016-10-09 18:40:09
db.connection.creation.destroy_test_db()

destroy_test_db(old_database_name, verbosity=1, keepdb=False) Destroys the database whose name is the value of NAME

2016-10-09 18:35:08