Open SeokRae opened 4 years ago
문제 상황
FBV 수정방법 https://stackoverflow.com/questions/44033670/python-django-rest-framework-unorderedobjectlistwarning/44036414
CBV 수정방법 https://dev.to/taranjeet/class-based-views-in-django-3bc
CBV 수정방법 - Class Meta이용 https://stackoverflow.com/questions/44033670/python-django-rest-framework-unorderedobjectlistwarning/44036414
CBV가 template으로 반환해야하는 object는 model과 option으로 page_obj이므로context['rooms']의 값을 ordering 하도록 custom 하든지, class Meta에서 ordering하도록 설정하던지 해야 함
문제 상황
FBV 수정방법 https://stackoverflow.com/questions/44033670/python-django-rest-framework-unorderedobjectlistwarning/44036414
CBV 수정방법 https://dev.to/taranjeet/class-based-views-in-django-3bc
CBV 수정방법 - Class Meta이용 https://stackoverflow.com/questions/44033670/python-django-rest-framework-unorderedobjectlistwarning/44036414