Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/damoti/django-tsvector-field
/ functions
Functions
101 in github.com/damoti/django-tsvector-field
⨍
Functions
101
◇
Types & classes
35
↓ 13 callers
Method
check
(self, field, searchable_columns)
tsvector_field/fields.py:16
↓ 12 callers
Method
migrate
(self, ops, state=None)
tests/tsvector_test_app/test_migration.py:261
↓ 11 callers
Method
quote_name
(self, name)
tsvector_field/schema.py:55
↓ 7 callers
Method
create_model
(self, model)
tsvector_field/schema.py:24
↓ 6 callers
Method
assertFITExists
(self, column='search', table='textdocument')
tests/tsvector_test_app/test_migration.py:272
↓ 6 callers
Method
assertFITNotExists
(self, column='search', table='textdocument')
tests/tsvector_test_app/test_migration.py:278
↓ 3 callers
Method
_create_index_name
(self, model, column_names, suffix="")
tsvector_field/schema.py:65
↓ 3 callers
Method
assertXExists
(self, sql, x)
tests/tsvector_test_app/test_migration.py:308
↓ 3 callers
Method
assertXNotExists
(self, sql, x)
tests/tsvector_test_app/test_migration.py:311
↓ 3 callers
Method
deconstruct
(self)
tsvector_field/fields.py:40
↓ 3 callers
Method
quote_value
(self, value)
tsvector_field/schema.py:58
↓ 2 callers
Method
_create_function
(self, function, field)
tsvector_field/schema.py:164
↓ 2 callers
Method
_create_tsvector
(self, model, field)
tsvector_field/schema.py:183
↓ 2 callers
Method
_does_x_exist
(self, sql, x)
tests/tsvector_test_app/test_migration.py:314
↓ 2 callers
Method
_drop_tsvector
(self, model, field)
tsvector_field/schema.py:206
↓ 2 callers
Method
_to_tsvector_preconditions
(self, field)
tsvector_field/schema.py:135
↓ 2 callers
Method
_to_tsvector_weights
(self, field)
tsvector_field/schema.py:100
↓ 2 callers
Method
get_function_src
(self, column='search', table='textdocument')
tests/tsvector_test_app/test_migration.py:319
↓ 2 callers
Method
get_names
(self, model, field)
tsvector_field/schema.py:93
↓ 2 callers
Method
initial_state
(self)
tests/tsvector_test_app/test_migration.py:431
↓ 2 callers
Method
ranked_search
(self, terms)
tests/tsvector_test_app/test_querying.py:192
↓ 2 callers
Method
search
(self, terms)
tests/tsvector_test_app/test_querying.py:185
↓ 1 callers
Method
__init__
(self, name, weight)
tsvector_field/fields.py:12
↓ 1 callers
Method
_check_column_name
(self, field, columns)
tsvector_field/fields.py:22
↓ 1 callers
Method
_check_columns_attribute
(self, textual_columns)
tsvector_field/fields.py:87
↓ 1 callers
Method
_check_force_update_attribute
(self)
tsvector_field/fields.py:126
↓ 1 callers
Method
_check_language_attributes
(self, textual_columns)
tsvector_field/fields.py:106
↓ 1 callers
Method
_check_weight
(self, field, weights)
tsvector_field/fields.py:31
↓ 1 callers
Method
_find_textual_columns
(self)
tsvector_field/fields.py:77
↓ 1 callers
Method
_to_tsvector
(self, field)
tsvector_field/schema.py:131
↓ 1 callers
Method
add_field
(self, model, field)
tsvector_field/schema.py:81
↓ 1 callers
Method
assertFunctionExists
(self, name)
tests/tsvector_test_app/test_migration.py:286
↓ 1 callers
Method
assertFunctionNotExists
(self, name)
tests/tsvector_test_app/test_migration.py:289
↓ 1 callers
Method
assertIndexExists
(self, name)
tests/tsvector_test_app/test_migration.py:302
↓ 1 callers
Method
assertIndexNotExists
(self, name)
tests/tsvector_test_app/test_migration.py:305
↓ 1 callers
Method
assertTriggerExists
(self, name)
tests/tsvector_test_app/test_migration.py:294
↓ 1 callers
Method
assertTriggerNotExists
(self, name)
tests/tsvector_test_app/test_migration.py:297
↓ 1 callers
Function
inject_trigger_operations
(plan=None, **kwargs)
tsvector_field/receivers.py:18
↓ 1 callers
Method
remove_field
(self, model, field)
tsvector_field/schema.py:85
Method
__init__
(self, schema_editor)
tsvector_field/schema.py:47
Method
__init__
(self, columns=None, language=None, *args, **kwargs)
tsvector_field/fields.py:47
Method
__init__
(self, field, query, config=None, options=None, **extra)
tsvector_field/query.py:8
Method
add_field
(self, model, field)
tsvector_field/schema.py:32
Method
alter_field
(self, model, old_field, new_field, strict=False)
tsvector_field/schema.py:40
Method
alter_field
(self, model, old_field, new_field, strict=False)
tsvector_field/schema.py:89
Method
check
(self, **kwargs)
tsvector_field/fields.py:69
Method
check_sql
(model, sql)
tests/tsvector_test_app/test_migration.py:75
Method
connection
(self)
tsvector_field/schema.py:62
Method
create_model
(self, model)
tsvector_field/schema.py:71
Method
database_backwards
(self, app_label, schema_editor, from_state, to_state)
tsvector_field/operations.py:22
Method
database_backwards
(self, app_label, schema_editor, from_state, to_state)
tsvector_field/receivers.py:14
Method
database_forwards
(self, app_label, schema_editor, from_state, to_state)
tsvector_field/operations.py:10
Method
database_forwards
(self, app_label, schema_editor, from_state, to_state)
tsvector_field/receivers.py:11
Method
deconstruct
(self)
tsvector_field/fields.py:56
Method
delete_model
(self, model)
tsvector_field/schema.py:28
Method
delete_model
(self, model)
tsvector_field/schema.py:76
Method
describe
(self)
tsvector_field/operations.py:25
Method
ready
This supports two use cases for using tsvector_field: 1. Configure your Django project to use tsvecotr_field's DatabaseSchemaEditor
tsvector_field/apps.py:7
Method
remove_field
(self, model, field)
tsvector_field/schema.py:36
Method
setUp
(self)
tests/tsvector_test_app/test_querying.py:17
Method
setUp
(self)
tests/tsvector_test_app/test_querying.py:162
Method
setUp
(self)
tests/tsvector_test_app/test_querying.py:206
Method
state_forwards
(self, app_label, state)
tsvector_field/operations.py:7
Method
state_forwards
(self, app_label, state)
tsvector_field/receivers.py:8
Method
test_WeightedColumn_name_E110
(self)
tests/tsvector_test_app/test_checks.py:107
Method
test_WeightedColumn_weight_E111
(self)
tests/tsvector_test_app/test_checks.py:122
Method
test_add_field
(self)
tests/tsvector_test_app/test_migration.py:366
Method
test_add_field_including_data_migration
(self)
tests/tsvector_test_app/test_migration.py:444
Method
test_add_field_no_data_migration
(self)
tests/tsvector_test_app/test_migration.py:438
Method
test_alter_field
(self)
tests/tsvector_test_app/test_migration.py:388
Method
test_columns_E100
(self)
tests/tsvector_test_app/test_checks.py:32
Method
test_columns_E101
(self)
tests/tsvector_test_app/test_checks.py:44
Method
test_create_model
(self)
tests/tsvector_test_app/test_migration.py:242
Method
test_create_model
(self)
tests/tsvector_test_app/test_migration.py:359
Method
test_create_model_no_function
(self)
tests/tsvector_test_app/test_migration.py:231
Method
test_deconstruct_all_arguments
(self)
tests/tsvector_test_app/test_migration.py:47
Method
test_deconstruct_default_arguments
(self)
tests/tsvector_test_app/test_migration.py:24
Method
test_deconstruct_with_no_arguments
(self)
tests/tsvector_test_app/test_migration.py:16
Method
test_delete_model
(self)
tests/tsvector_test_app/test_migration.py:400
Method
test_force_update_E105
(self)
tests/tsvector_test_app/test_checks.py:96
Method
test_good_arguments
(self)
tests/tsvector_test_app/test_checks.py:19
Method
test_headline
(self)
tests/tsvector_test_app/test_querying.py:229
Method
test_insert_all_not_null_and_then_update_all_to_null
(self)
tests/tsvector_test_app/test_querying.py:91
Method
test_insert_all_not_null_and_update_one_to_null
(self)
tests/tsvector_test_app/test_querying.py:70
Method
test_insert_all_null_and_then_update
(self)
tests/tsvector_test_app/test_querying.py:80
Method
test_insert_and_update
(self)
tests/tsvector_test_app/test_querying.py:50
Method
test_insert_title_and_update_null_body
(self)
tests/tsvector_test_app/test_querying.py:60
Method
test_language_E103
(self)
tests/tsvector_test_app/test_checks.py:74
Method
test_language_column_E104
(self)
tests/tsvector_test_app/test_checks.py:84
Method
test_languages_required_E102
(self)
tests/tsvector_test_app/test_checks.py:59
Method
test_performance_improvement_for_guarded_update
(self)
tests/tsvector_test_app/test_querying.py:102
Method
test_rank_search
(self)
tests/tsvector_test_app/test_querying.py:198
Method
test_remove_field
(self)
tests/tsvector_test_app/test_migration.py:377
Method
test_search
(self)
tests/tsvector_test_app/test_querying.py:188
Method
test_several_errors
(self)
tests/tsvector_test_app/test_checks.py:136
Method
test_sql_setweight
(self)
tests/tsvector_test_app/test_migration.py:73
Method
test_sql_update_column_checks
(self)
tests/tsvector_test_app/test_migration.py:128
Method
test_sql_update_function
(self)
tests/tsvector_test_app/test_migration.py:172
Method
test_using_language_column
(self)
tests/tsvector_test_app/test_querying.py:142
Method
test_without_arguments
(self)
tests/tsvector_test_app/test_checks.py:11
next →
1–100 of 101, ranked by callers