Ivan VenOsdel
Ivan VenOsdel
### Things to check first - [X] I have checked that my issue does not already have a solution in the [FAQ](https://apscheduler.readthedocs.io/en/master/faq.html) - [X] I have searched the existing issues...
This is an enhancement to the feature that allows a user to view an unpublished entry on their site when they are logged in as the author of the entry....
The configured user model need to have get_short_name and get_absolute_url implemented as that is what the templates rely on. The check should be ignored if they have overrode the dependent...
Came across this in one of the forks. Seems like a pretty fundamental feature to have. https://github.com/fedejaure/django-andablog/commit/7d8b1032cad02c1952552408263c6319e49c2f70 It would just need [a test(s) in the demo site's blog app](https://github.com/WimpyAnalytics/django-andablog/blob/master/demo/blog/tests.py) that...