Django Rest Framework API #13 / Search in GET ,Model Filtering With 2 Parameters Or More.

  Рет қаралды 7,220

Code Environment

Code Environment

Күн бұрын

Django Rest Framework API : How To Filter Data From Database Using Two Or Three Parameters Inside Model ViewSet.
Search in GET APIs using Django Rest Framework.
Please enroll in the full course on Udemy:
www.udemy.com/course/python-d...
Source code: github.com/CodeEnvironment/dj...
Filtering Data Inside Viewset:
• Django Rest Framework ...

Пікірлер: 7
@vinaykarna4000
@vinaykarna4000 Жыл бұрын
Can we apply AND logic in these rest filters? For example I want to filter based on two Params. Let's say I want to filter cars based on a condition that it has to start with text "Ford" and must have engine greater than 550 HP. basically, I would do ?a=Ford&engine>550HP. But it gives me OR results instead of AND. It gives me ford plus any brand car that has engine value more than 550. How can I make my query strictly follow AND logic and not OR is my main question. Hope I have put it correctly.
@codeenvironment
@codeenvironment Жыл бұрын
Yes you can use the AND logic. First from django.db.models import Q Then inside your filter use filter(Q(condition) & Q(condition))
@willsven
@willsven 3 жыл бұрын
hi bro! I want to select a particluar fields(not all) from different models in my djangorest framework project. How can I make changes to my serializers and/or views to do this?
@codeenvironment
@codeenvironment 3 жыл бұрын
Hey Sven, please email me at codes.environment@gmail.com, send me an example of what you need to do and I’ll help you with what you are trying to achieve.
@willsven
@willsven 3 жыл бұрын
thank you, ive sent the mail
@deepaklakhera6060
@deepaklakhera6060 3 жыл бұрын
@@willsven Maybe u should look .values ()
@yarik83men51
@yarik83men51 3 жыл бұрын
+++
Django Rest Framework | Serializers & CRUD
22:40
Dennis Ivy
Рет қаралды 381 М.
Can You Draw A PERFECTLY Dotted Line?
00:55
Stokes Twins
Рет қаралды 99 МЛН
ОСКАР vs БАДАБУМЧИК БОЙ!  УВЕЗЛИ на СКОРОЙ!
13:45
Бадабумчик
Рет қаралды 3,4 МЛН
Incredible magic 🤯✨
00:53
America's Got Talent
Рет қаралды 46 МЛН
Django Rest Framework API #16 / Many To One Relationship, Nested Data
20:46
Filtering and django filter in Django Rest Framework
17:29
Mind Blowing
Рет қаралды 227
Django Multiple Database Setup Ex1
32:51
Very Academy
Рет қаралды 36 М.
Search Filtering and Ordering (Django Rest framework)
9:39
CodingWithMitch
Рет қаралды 48 М.
Django Rest Framework API #22 / Many To Many Relationship , Nested Data
31:20
tRPC, gRPC, GraphQL or REST: when to use what?
10:46
Software Developer Diaries
Рет қаралды 72 М.
Can You Draw A PERFECTLY Dotted Line?
00:55
Stokes Twins
Рет қаралды 99 МЛН