Aggregation

The topic guide on Django’s database-abstraction API described the way that you can use Django queries that create, retrieve, update and delete individual

2016-10-09 18:34:01
test.runner.DiscoverRunner.test_loader

DiscoverRunner.test_loader This is the class that loads tests, whether from TestCases or modules or otherwise and bundles them

2016-10-09 18:40:02
auth.views.password_change_done()

password_change_done(request, template_name='registration/password_change_done.html', current_app=None, extra_context=None) The

2016-10-09 18:34:31
sessions.backends.db.SessionStore.create_model_instance()

create_model_instance(data) New in Django 1.9. Returns

2016-10-09 18:39:31
test.SimpleTestCase.assertFormsetError()

SimpleTestCase.assertFormsetError(response, formset, form_index, field, errors, msg_prefix='') [source]

2016-10-09 18:40:04
test.Client.put()

put(path, data='', content_type='application/octet-stream', follow=False, secure=False, **extra) [source]

2016-10-09 18:39:57
test.Client.logout()

logout() [source] If your site uses Django’s authentication system

2016-10-09 18:39:56
forms.formsets.BaseFormSet

class BaseFormSet [source] A formset is a layer of abstraction to work with multiple forms

2016-10-09 18:36:56
auth.models.CustomUser.get_short_name()

get_short_name() A short, informal identifier for the user. A common interpretation would be the first name of the user, but

2016-10-09 18:34:18
sessions.base_session.AbstractBaseSession.session_data

session_data A string containing an encoded and serialized session dictionary.

2016-10-09 18:39:32