thecut-authorship
latest
Welcome to thecut-authorship
Installation instructions
Usage
API Reference
Testing
History
Credits
thecut-authorship
Docs
»
Index
Edit on GitHub
Index
A
|
C
|
G
|
S
|
T
|
U
|
W
A
AUTH_USER_MODEL (in module thecut.authorship.settings)
Authorship (class in thecut.authorship.models)
AuthorshipMixin (class in thecut.authorship.admin)
(class in thecut.authorship.api.views)
(class in thecut.authorship.forms)
(class in thecut.authorship.views)
C
created_at (thecut.authorship.models.Authorship attribute)
created_by (thecut.authorship.models.Authorship attribute)
G
get_website_user (class in thecut.authorship.utils)
S
save() (thecut.authorship.models.Authorship method)
T
test_calls_super_class_save_method() (thecut.authorship.tests.test_forms.TestAuthorshipMixinSave method)
test_does_not_change_created_by_when_model_instance_is_saved() (thecut.authorship.tests.test_models.TestAuthorshipModel method)
test_does_not_set_created_by_if_instance_is_saved() (thecut.authorship.tests.test_forms.TestAuthorshipMixinSave method)
test_get_website_user_returns_same_user() (thecut.authorship.tests.test_utils.TestGetWebsiteUser method)
test_get_website_user_returns_user() (thecut.authorship.tests.test_utils.TestGetWebsiteUser method)
test_requires_an_extra_argument_on_creating_an_instance() (thecut.authorship.tests.test_forms.TestAuthorshipMixin method)
test_sets_created_by_if_instance_is_not_saved() (thecut.authorship.tests.test_forms.TestAuthorshipMixinSave method)
test_sets_created_by_when_model_instance_is_first_saved() (thecut.authorship.tests.test_models.TestAuthorshipModel method)
test_sets_updated_at_if_update_fields_is_specified() (thecut.authorship.tests.test_models.TestAuthorshipModel method)
test_sets_updated_by_if_update_fields_is_specified() (thecut.authorship.tests.test_models.TestAuthorshipModel method)
test_sets_updated_by_to_given_user() (thecut.authorship.tests.test_forms.TestAuthorshipMixinSave method)
test_sets_updated_by_when_model_instance_is_saved() (thecut.authorship.tests.test_models.TestAuthorshipModel method)
test_sets_user_attribute() (thecut.authorship.tests.test_forms.TestAuthorshipMixin method)
TestAuthorshipMixin (class in thecut.authorship.tests.test_forms)
TestAuthorshipMixinSave (class in thecut.authorship.tests.test_forms)
TestAuthorshipModel (class in thecut.authorship.tests.test_models)
TestGetWebsiteUser (class in thecut.authorship.tests.test_utils)
thecut.authorship.settings (module)
U
updated_at (thecut.authorship.models.Authorship attribute)
updated_by (thecut.authorship.models.Authorship attribute)
W
WEBSITE_USER (in module thecut.authorship.settings)