alejandro-angulo / kilonull

App behind the blog on kilonull.com
https://kilonull.com/
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Incorrect Ordering #3

Closed alejandro-angulo closed 6 years ago

alejandro-angulo commented 7 years ago

Posts should be sorted in descending order based on the time of publication.

alejandro-angulo commented 7 years ago

The published field should used DateTimeField not DateField https://github.com/vacuus/kilonull/blob/master/kilonull/models.py#L14