admin_changelist/models.py:99:    def get_queryset(self):
admin_checks/models.py:27:    def readonly_method_on_model(self):
admin_custom_urls/models.py:35:    def get_urls(self):
admin_docs/models.py:44:    def _get_full_name(self):
admin_docs/models.py:58:    def add_image(self):
admin_docs/models.py:61:    def delete_image(self):
admin_docs/models.py:64:    def save_changes(self):
admin_docs/models.py:67:    def set_status(self):
admin_docs/models.py:70:    def get_full_name(self):
admin_docs/models.py:76:    def get_status_count(self):
admin_docs/models.py:79:    def get_groups_list(self):
admin_inlines/admin.py:79:    def clean(self):
admin_inlines/models.py:81:    def get_absolute_url(self):
admin_inlines/models.py:211:    def get_absolute_url(self):
admin_inlines/models.py:220:    def get_absolute_url(self):
admin_scripts/tests.py:118:    def _ext_backend_paths(self):
admin_utils/tests.py:276:            def my_property(self):
admin_views/admin.py:195:    def clean(self):
admin_views/admin.py:647:    def get_urls(self):
admin_views/admin.py:713:    def get_urls(self):
admin_views/admin.py:766:    def clean(self):
admin_views/customadmin.py:28:    def get_urls(self):
admin_views/forms.py:10:    def clean_username(self):
admin_views/models.py:32:    def name_property(self):
admin_views/models.py:54:    def model_year(self):
admin_views/models.py:59:    def model_year_reversed(self):
admin_views/models.py:133:    def get_absolute_url(self):
admin_views/models.py:341:    def clean(self):
admin_views/models.py:350:    def clean(self):
admin_views/models.py:484:    def awesomeness_level(self):
admin_views/models.py:731:    def some_order(self):
admin_views/models.py:840:    def get_queryset(self):
admin_views/models.py:872:    def get_absolute_url(self):
admin_views/models.py:880:    def get_absolute_url(self):
admin_views/tests.py:5491:    def get_changelist_filters(self):
admin_views/tests.py:5497:    def get_changelist_filters_querystring(self):
admin_views/tests.py:5500:    def get_preserved_filters_querystring(self):
admin_views/tests.py:5505:    def get_sample_user_id(self):
admin_views/tests.py:5508:    def get_changelist_url(self):
admin_views/tests.py:5515:    def get_add_url(self):
admin_widgets/models.py:45:    def get_queryset(self):
auth_tests/models/custom_permissions.py:32:        def get_full_name(self):
auth_tests/models/custom_permissions.py:35:        def get_short_name(self):
auth_tests/models/custom_user.py:48:    def get_full_name(self):
auth_tests/models/custom_user.py:51:    def get_short_name(self):
auth_tests/models/custom_user.py:75:    def is_staff(self):
auth_tests/test_auth_backends.py:204:    def create_users(self):
auth_tests/test_auth_backends.py:237:    def create_users(self):
auth_tests/test_auth_backends.py:264:    def create_users(self):
auth_tests/test_forms.py:456:    def create_dummy_user(self):
auth_tests/test_management.py:81:    def isatty(self):
auth_tests/test_management.py:331:            def isatty(self):
auth_tests/test_mixins.py:161:            def get_permission_denied_message(self):
auth_tests/test_tokens.py:45:            def _today(self):
auth_tests/test_views.py:61:    def logout(self):
auth_tests/test_views.py:206:    def _test_confirm_start(self):
auth_tests/test_views.py:345:    def _test_confirm_start(self):
auth_tests/test_views.py:373:    def _test_confirm_start(self):
auth_tests/test_views.py:394:    def logout(self):
auth_tests/test_views.py:774:    def confirm_logged_out(self):
backends/tests.py:191:        def mocked_connect(self):
backends/tests.py:220:            def fetchone(self):
backends/tests.py:231:            def cursor(self):
bash_completion/tests.py:50:    def _run_autocomplete(self):
basic/tests.py:375:            def do_something(self):
basic/tests.py:653:            def get_queryset(self):
builtin_server/tests.py:45:    def finish_response(self):
builtin_server/tests.py:66:    def sendfile(self):
builtin_server/tests.py:119:    def send_headers(self):
cache/tests.py:954:    def create_table(self):
cache/tests.py:957:    def drop_table(self):
cache/tests.py:1354:    def text_caches_set_with_timeout_as_none_set_non_expiring_key(self):
check_framework/test_caches.py:19:    def func(self):
check_framework/test_security.py:9:    def func(self):
check_framework/test_security.py:60:    def func(self):
check_framework/test_security.py:111:    def func(self):
check_framework/test_security.py:130:    def func(self):
check_framework/test_security.py:161:    def func(self):
check_framework/test_security.py:192:    def func(self):
check_framework/test_security.py:211:    def func(self):
check_framework/test_security.py:243:    def func(self):
check_framework/test_security.py:287:    def func(self):
check_framework/test_security.py:305:    def func(self):
check_framework/test_security.py:338:    def func(self):
check_framework/test_security.py:370:    def func(self):
check_framework/test_security.py:402:    def func(self):
check_framework/test_security.py:434:    def func(self):
check_framework/test_security.py:471:    def func(self):
check_framework/test_security.py:489:    def func(self):
check_framework/test_templates.py:20:    def func(self):
contenttypes_tests/models.py:19:    def get_absolute_url(self):
contenttypes_tests/models.py:41:    def get_absolute_url(self):
contenttypes_tests/models.py:72:    def get_absolute_url(self):
contenttypes_tests/models.py:81:    def get_absolute_url(self):
csrf_tests/tests.py:55:    def is_secure(self):
csrf_tests/tests.py:65:    def _get_GET_no_csrf_cookie_request(self):
csrf_tests/tests.py:68:    def _get_GET_csrf_cookie_request(self):
csrf_tests/tests.py:73:    def _get_POST_csrf_cookie_request(self):
csrf_tests/tests.py:78:    def _get_POST_no_csrf_cookie_request(self):
csrf_tests/tests.py:83:    def _get_POST_request_with_token(self):
csrf_tests/tests.py:582:            def _load_post_and_files(self):
csrf_tests/tests.py:585:            def _get_post(self):
custom_lookups/tests.py:86:    def output_field(self):
custom_lookups/tests.py:144:    def output_field(self):
custom_lookups/tests.py:215:    def output_field(self):
custom_lookups/tests.py:541:    def output_field(self):
custom_managers/models.py:22:    def get_fun_people(self):
custom_managers/models.py:27:    def get_queryset(self):
custom_managers/models.py:62:    def manager_only(self):
custom_managers/models.py:82:    def get_queryset(self):
custom_managers/models.py:87:    def get_queryset(self):
custom_managers/models.py:156:    def get_queryset(self):
custom_managers/models.py:173:    def get_queryset(self):
custom_methods/models.py:21:    def was_published_today(self):
custom_methods/models.py:24:    def articles_from_same_day_1(self):
custom_methods/models.py:27:    def articles_from_same_day_2(self):
custom_migration_operations/more_operations.py:8:    def deconstruct(self):
custom_migration_operations/more_operations.py:16:    def reversible(self):
custom_migration_operations/operations.py:8:    def deconstruct(self):
custom_migration_operations/operations.py:16:    def reversible(self):
custom_migration_operations/operations.py:40:    def deconstruct(self):
custom_migration_operations/operations.py:52:    def deconstruct(self):
custom_migration_operations/operations.py:70:    def deconstruct(self):
custom_migration_operations/operations.py:89:    def deconstruct(self):
decorators/tests.py:233:            def method(self):
decorators/tests.py:243:            def method(self):
decorators/tests.py:252:            def method(self):
decorators/tests.py:272:                def method(self):
decorators/tests.py:280:            def method(self):
decorators/tests.py:333:            def method(self):
decorators/tests.py:362:            def method(self):
decorators/tests.py:367:            def method(self):
delete_regress/tests.py:154:    def create_image(self):
deprecation/tests.py:35:                def old(self):
deprecation/tests.py:50:                def new(self):
deprecation/tests.py:70:                def old(self):
deprecation/tests.py:91:                def new(self):
deprecation/tests.py:95:                def old(self):
deprecation/tests.py:122:                def old(self):
deprecation/tests.py:126:                def new(self):
deprecation/tests.py:148:                def new(self):
deprecation/tests.py:152:                def new(self):
deprecation/tests.py:156:                def old(self):
expressions/models.py:60:    def duration(self):
extra_regress/models.py:28:    def new_revision(self):
file_storage/tests.py:845:    def chunks(self):
files/tests.py:207:            def close(self):
fixtures/models.py:81:    def natural_key(self):
fixtures/models.py:86:    def get_queryset(self):
fixtures_regress/models.py:119:    def natural_key(self):
fixtures_regress/models.py:136:    def natural_key(self):
fixtures_regress/models.py:168:    def natural_key(self):
fixtures_regress/models.py:193:    def natural_key(self):
fixtures_regress/models.py:201:    def natural_key(self):
fixtures_regress/models.py:209:    def natural_key(self):
fixtures_regress/models.py:217:    def natural_key(self):
fixtures_regress/models.py:225:    def natural_key(self):
fixtures_regress/models.py:233:    def natural_key(self):
fixtures_regress/models.py:241:    def natural_key(self):
fixtures_regress/models.py:269:    def natural_key(self):
fixtures_regress/models.py:338:    def natural_key(self):
foreign_object/models/empty_join.py:16:    def foreign_related_fields(self):
foreign_object/models/empty_join.py:19:    def get_attname(self):
foreign_object/models/empty_join.py:43:    def field(self):
foreign_object/models/empty_join.py:57:    def get_path_info(self):
foreign_object/models/empty_join.py:62:    def get_reverse_path_info(self):
forms_tests/tests/test_error_messages.py:218:            def clean(self):
forms_tests/tests/test_error_messages.py:226:            def as_divs(self):
forms_tests/tests/test_forms.py:892:            def clean_special_name(self):
forms_tests/tests/test_forms.py:895:            def clean_special_safe_name(self):
forms_tests/tests/test_forms.py:943:            def clean_password2(self):
forms_tests/tests/test_forms.py:981:            def clean(self):
forms_tests/tests/test_forms.py:1073:            def clean(self):
forms_tests/tests/test_forms.py:1122:            def clean(self):
forms_tests/tests/test_forms.py:2311:            def clean(self):
forms_tests/tests/test_forms.py:2371:            def clean(self):
forms_tests/tests/test_forms.py:2923:            def as_p(self):
forms_tests/tests/test_forms.py:2942:            def as_p(self):
forms_tests/tests/test_forms.py:2963:            def as_p(self):
forms_tests/tests/test_forms.py:2985:            def as_p(self):
forms_tests/tests/test_forms.py:3012:            def as_p(self):
forms_tests/tests/test_forms.py:3034:            def clean(self):
forms_tests/tests/test_forms.py:3072:            def clean(self):
forms_tests/tests/test_forms.py:3170:            def clean(self):
forms_tests/tests/test_forms.py:3214:            def as_divs(self):
forms_tests/tests/test_forms.py:3264:            def clean(self):
forms_tests/tests/test_forms.py:3281:            def clean(self):
forms_tests/tests/test_forms.py:3294:            def clean(self):
forms_tests/tests/test_formsets.py:31:    def clean(self):
forms_tests/tests/test_formsets.py:42:    def clean(self):
forms_tests/tests/test_formsets.py:1075:            def is_valid(self):
forms_tests/tests/test_formsets.py:1159:            def clean(self):
forms_tests/tests/test_media.py:158:            def _media(self):
forms_tests/tests/test_media.py:168:            def _media(self):
forms_tests/tests/test_media.py:189:            def _media(self):
forms_tests/tests/test_media.py:262:            def _media(self):
forms_tests/tests/test_widgets.py:87:            def render(self):
forms_tests/widget_tests/test_clearablefileinput.py:117:            def url(self):
forms_tests/widget_tests/test_clearablefileinput.py:130:            def url(self):
forms_tests/widget_tests/test_multiwidget.py:78:    def _get_choices(self):
generic_relations/models.py:107:    def get_queryset(self):
generic_views/models.py:20:    def get_absolute_url(self):
generic_views/test_base.py:53:    def get_template_names(self):
generic_views/views.py:25:    def get_object(self):
generic_views/views.py:131:    def get_success_url(self):
generic_views/views.py:164:    def get_object(self):
generic_views/views.py:174:    def get_success_url(self):
generic_views/views.py:230:    def get_queryset(self):
generic_views/views.py:254:    def get_object(self):
generic_views/views.py:276:    def get_template_names(self):
generic_views/views.py:324:    def get_queryset(self):
get_object_or_404/models.py:26:    def get_queryset(self):
gis_tests/geo3d/tests.py:79:    def _load_interstate_data(self):
gis_tests/geo3d/tests.py:92:    def _load_city_data(self):
gis_tests/geo3d/tests.py:96:    def _load_polygon_data(self):
gis_tests/geoapp/feeds.py:12:    def items(self):
gis_tests/geoapp/models.py:108:    def get_attname_column(self):
gis_tests/geos_tests/test_mutable_list.py:74:    def step_range(self):
gis_tests/gis_migrations/test_operations.py:199:    def has_spatial_indexes(self):
gis_tests/test_data.py:95:    def geometries(self):
i18n/test_extraction.py:710:    def _set_times_for_all_po_files(self):
i18n/tests.py:1857:    def patchGettextFind(self):
inspectdb/tests.py:31:    def make_field_type_asserter(self):
m2m_regress/models.py:82:    def split(self):
m2m_signals/tests.py:399:    def _initialize_signal_person(self):
mail/tests.py:608:    def get_mailbox_content(self):
mail/tests.py:611:    def flush_mailbox(self):
mail/tests.py:614:    def get_the_message(self):
mail/tests.py:848:    def get_mailbox_content(self):
mail/tests.py:851:    def flush_mailbox(self):
mail/tests.py:892:    def flush_mailbox(self):
mail/tests.py:896:    def get_mailbox_content(self):
mail/tests.py:952:    def flush_mailbox(self):
mail/tests.py:955:    def get_mailbox_content(self):
mail/tests.py:1016:    def get_sink(self):
mail/tests.py:1020:    def flush_sink(self):
mail/tests.py:1024:    def start(self):
mail/tests.py:1030:    def run(self):
mail/tests.py:1038:    def stop(self):
mail/tests.py:1074:    def flush_mailbox(self):
mail/tests.py:1077:    def get_mailbox_content(self):
managers_regress/models.py:14:    def get_queryset(self):
managers_regress/models.py:19:    def get_queryset(self):
managers_regress/models.py:24:    def get_queryset(self):
many_to_one/models.py:108:    def get_queryset(self):
messages_tests/base.py:26:    def enable(self):
messages_tests/base.py:34:    def disable(self):
messages_tests/base.py:73:    def get_request(self):
messages_tests/base.py:76:    def get_response(self):
messages_tests/base.py:281:    def get_existing_storage(self):
messages_tests/test_fallback.py:15:    def get_request(self):
messages_tests/test_session.py:28:    def get_request(self):
middleware/test_security.py:8:    def middleware(self):
middleware/test_security.py:13:    def secure_request_kwargs(self):
middleware_exceptions/views.py:39:        def render(self):
migrations/test_autodetector.py:29:    def deconstruct(self):
migrations/test_writer.py:39:    def upload_to(self):
migrations/test_writer.py:451:            def upload_to(self):
migrations/test_writer.py:462:            def upload_to(self):
migrations/test_writer.py:640:            def deconstruct(self):
model_fields/models.py:235:        def open(self):
model_fields/tests.py:696:    def backend_range(self):
model_forms/models.py:399:    def clean(self):
model_forms/tests.py:1024:    def create_basic_data(self):
model_forms/tests.py:2526:            def clean(self):
model_forms/tests.py:2547:            def clean(self):
model_formsets/models.py:40:    def clean(self):
model_formsets_regress/tests.py:404:        def should_delete(self):
model_permalink/models.py:16:    def url(self):
model_permalink/models.py:22:    def url_with_attribute(self):
modeladmin/models.py:43:    def decade_published_in(self):
modeladmin/tests.py:1112:            def get_title(self):
modeladmin/tests.py:1140:            def get_title(self):
multiple_database/tests.py:1719:    def override_router(self):
multiple_database/tests.py:1821:    def override_router(self):
multiple_database/tests.py:1948:    def override_router(self):
one_to_one/models.py:103:    def get_queryset(self):
one_to_one/models.py:113:    def get_queryset(self):
pagination/custom.py:6:    def next_page_number(self):
pagination/custom.py:11:    def previous_page_number(self):
pagination/tests.py:129:            def count(self):
postgres_tests/fields.py:17:        def deconstruct(self):
prefetch_related/models.py:103:    def get_queryset(self):
prefetch_related/models.py:214:    def primary_house(self):
prefetch_related/models.py:219:    def all_houses(self):
properties/models.py:14:    def _get_full_name(self):
proxy_models/models.py:15:    def get_queryset(self):
proxy_models/models.py:20:    def get_queryset(self):
proxy_models/models.py:62:    def has_special_name(self):
queries/models.py:212:    def get_queryset(self):
queries/models.py:237:    def get_queryset(self):
queries/tests.py:2259:    def get_ordered_articles(self):
reserved_names/tests.py:11:    def generate(self):
resolve_url/models.py:11:    def get_absolute_url(self):
runtests.py:113:    def no_available_apps(self):
save_delete_hooks/models.py:31:    def delete(self):
schema/fields.py:47:    def get_internal_type(self):
schema/tests.py:73:    def delete_tables(self):
schema/tests.py:381:            def get_default(self):
select_for_update/tests.py:40:    def start_blocking_transaction(self):
select_for_update/tests.py:52:    def end_blocking_transaction(self):
serializers/models/base.py:35:    def natural_key(self):
serializers/models/base.py:122:    def to_string(self):
serializers/models/base.py:145:    def deconstruct(self):
serializers/models/natural.py:16:    def natural_key(self):
servers/test_basehttp.py:93:            def close(self):
sessions_tests/tests.py:383:    def model(self):
signing/tests.py:60:    def unsign_detects_tampering(self):
sitemaps_tests/models.py:8:    def get_absolute_url(self):
sitemaps_tests/models.py:15:    def get_absolute_url(self):
sitemaps_tests/urls/http.py:20:    def items(self):
sitemaps_tests/urls/http.py:29:    def items(self):
sitemaps_tests/urls/http.py:38:    def items(self):
sitemaps_tests/urls/http.py:52:    def items(self):
staticfiles_tests/test_management.py:179:    def run_collectstatic(self):
staticfiles_tests/test_management.py:197:    def run_collectstatic(self):
syndication_tests/feeds.py:22:    def items(self):
syndication_tests/feeds.py:62:    def items(self):
syndication_tests/feeds.py:78:    def items(self):
syndication_tests/feeds.py:87:    def items(self):
syndication_tests/feeds.py:124:    def item_title(self):
syndication_tests/feeds.py:168:    def root_attributes(self):
syndication_tests/models.py:17:    def get_absolute_url(self):
template_tests/syntax_tests/test_setup.py:15:        def method(self):
template_tests/test_logging.py:40:            def template_name(self):
template_tests/test_logging.py:44:            def template(self):
template_tests/test_logging.py:48:            def article(self):
template_tests/utils.py:53:        def inner(self):
template_tests/utils.py:106:    def method(self):
template_tests/utils.py:112:    def method3(self):
template_tests/utils.py:115:    def method4(self):
template_tests/utils.py:118:    def method5(self):
template_tests/utils.py:129:    def silent_fail_attribute(self):
template_tests/utils.py:133:    def noisy_fail_attribute(self):
template_tests/utils.py:137:    def attribute_error_attribute(self):
template_tests/utils.py:142:    def method(self):
template_tests/utils.py:147:    def is_true(self):
template_tests/utils.py:150:    def is_false(self):
template_tests/utils.py:153:    def is_bad(self):
template_tests/utils.py:163:    def b(self):
test_client/views.py:135:    def clean(self):
test_client/views.py:178:    def clean(self):
test_client_regress/session.py:17:    def create(self):
test_client_regress/session.py:26:    def load(self):
test_client_regress/tests.py:1386:    def read(self):
test_client_regress/tests.py:1479:    def common_test_that_should_always_pass(self):
test_runner/test_debug_sql.py:17:        def runTest(self):
test_runner/test_debug_sql.py:21:        def runTest(self):
test_runner/test_debug_sql.py:26:        def runTest(self):
urlpatterns_reverse/tests.py:483:            def get_absolute_url(self):
urlpatterns_reverse/utils.py:20:    def urls(self):
urlpatterns_reverse/utils.py:24:    def app_urls(self):
utils_tests/models.py:7:    def next(self):
utils_tests/test_autoreload.py:18:    def clear_autoreload_caches(self):
utils_tests/test_functional.py:20:            def base_method(self):
utils_tests/test_functional.py:33:            def method(self):
utils_tests/test_functional.py:37:            def method(self):
utils_tests/test_functional.py:47:            def _get_do(self):
utils_tests/test_functional.py:55:            def _get_do(self):
utils_tests/test_functional.py:91:            def value(self):
utils_tests/test_functional.py:95:            def other_value(self):
utils_tests/test_inspect.py:7:    def no_arguments(self):
utils_tests/test_lazyobject.py:31:            def _setup(self):
validation/models.py:36:    def clean(self):
validation/models.py:86:    def clean(self):
view_tests/models.py:16:    def get_absolute_url(self):
view_tests/models.py:47:    def get_absolute_url(self):
