Mrekyle / ci-project-5

Code Institute Project 5 - Ecommerce Specialization
0 stars 4 forks source link

BUG: Paginations Errors #8

Closed Mrekyle closed 10 months ago

Mrekyle commented 10 months ago

When paginating the order history an error pops up of an un orderd list.

Mrekyle commented 10 months ago

FIXED: By added the .order_by() method to the object. Turning the un ordered list into an ordered one.