- Context variable not being pulled through was fixed (django 3.2 ListView)
- Paginated results split into past/ future events.
- Corrected ordering in the index view to be based upon start date instead of publish date.
- Fixed search on admin.
- Added hero image.
- Use
timezone.now()
instead ofNow()
when evaluating past/future querysets - Update the past/future filtering conditions so events are moved prematurely.
- Use
timezone.now()
instead ofNow()
when evaluating past/future querysets - Update the past/future filtering conditions so events are moved prematurely.
- Combine author name fields into one
- Add Category model
- Update url to be more explicit
- Add str test for new model
- add read time
- Change URL property on Article model to a method to remove error when using "view on site"