Найти
-
Пользователи
Полная версия:
Django ORM поиск
Начало
»
Django
»
Django ORM поиск
1
securelord
Авг. 21, 2008 20:32:13
Есть к примеру поле CharField. Сделав выборку по нему я получил результат. Можно ли делать запрос на поиск сроки (на вхождение)?
AlexKiriukha
Авг. 21, 2008 22:50:45
http://www.djangoproject.com/documentation/db-api/#exact
http://www.djangoproject.com/documentation/db-api/#iexact
http://www.djangoproject.com/documentation/db-api/#contains
http://www.djangoproject.com/documentation/db-api/#icontains
http://www.djangoproject.com/documentation/db-api/#startswith
http://www.djangoproject.com/documentation/db-api/#istartswith
http://www.djangoproject.com/documentation/db-api/#endswith
http://www.djangoproject.com/documentation/db-api/#iendswith
Оно?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here
.
Powered by
DjangoBB