DjangoGirls / tutorial-extensions

Additional tasks for tutorial
https://tutorial-extensions.djangogirls.org
Other
163 stars 203 forks source link

Add paragraph for saving new posts as drafts. #19

Closed henziger closed 8 years ago

henziger commented 9 years ago

In the Django Forms tutorial chapter, the post.published_date member is set when we create the post.

This commit adds a short paragraph on removing that line which will allow us to create drafts that we later can publish with the publish button, making it more understandable to why we need to be able to list and publish drafts in the first hand.

olasitarska commented 8 years ago

Very useful, thank you @henziger!

Sorry for not merging this earlier -- this somehow completely disappeared from my radar.

henziger commented 8 years ago

This made my day! Thanks a lot :)