shortcuts.render_to_response()
  • References/Python/Django/Guides

render_to_response(template_name, context=None, content_type=None, status=None, using=None) [source] This

2025-01-10 15:47:30
sessions.base_session.BaseSessionManager.save()
  • References/Python/Django/Guides

save(session_key, session_dict, expire_date) Saves session data for a provided session key, or deletes the session in case the

2025-01-10 15:47:30
test.runner.DiscoverRunner.teardown_test_environment()
  • References/Python/Django/Guides

DiscoverRunner.teardown_test_environment(**kwargs) Restores the pre-test environment.

2025-01-10 15:47:30
auth.models.AbstractBaseUser.is_anonymous
  • References/Python/Django/Guides

is_anonymous Read-only attribute which is always False. This is a way of differentiating

2025-01-10 15:47:30
auth.password_validation.UserAttributeSimilarityValidator
  • References/Python/Django/Guides

class UserAttributeSimilarityValidator(user_attributes=DEFAULT_USER_ATTRIBUTES, max_similarity=0.7) [source]

2025-01-10 15:47:30
Introduction to class-based views
  • References/Python/Django/Guides

Class-based views provide an alternative way to implement views as Python objects instead of functions. They do not replace function-based views, but have certain differences

2025-01-10 15:47:30
test.skipIfDBFeature()
  • References/Python/Django/Guides

skipIfDBFeature(*feature_name_strings) [source] Skip the decorated test or TestCase

2025-01-10 15:47:30
views.i18n.JavaScriptCatalog
  • References/Python/Django/Guides

class JavaScriptCatalog [source] A view that produces a JavaScript code library with functions

2025-01-10 15:47:30
test.Response
  • References/Python/Django/Guides

class Response client The test client that was used to make the request that

2025-01-10 15:47:30
views.decorators.http.etag()
  • References/Python/Django/Guides

etag(etag_func) [source]

2025-01-10 15:47:30