Closed simonw closed 2 months ago
I want to be able to create draft posts with secret URLs and share them with people before they go live.
Mostly implemented in here:
It's showing up in recent articles:
And in next/previous:
https://docs.djangoproject.com/en/5.1/ref/models/instances/#django.db.models.Model.get_next_by_FOO
Here's my test draft entry: https://simonwillison.net/2024/Sep/18/draft-entry/
That fixed it.
Count leaking through there.
I want to be able to create draft posts with secret URLs and share them with people before they go live.