Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blog entry backend improvements #15

Merged
merged 16 commits into from May 31, 2011
Merged

Blog entry backend improvements #15

merged 16 commits into from May 31, 2011

Conversation

jphalip
Copy link
Member

@jphalip jphalip commented May 10, 2011

Russell loves raw HTML a lot but he thought that maybe others would prefer using reStructuredText to write blog entries, so I did that :-)

Admins can now also preview an entry's draft before it gets published.

I've added some South migrations to convert the existing database. I recommend you to try it on a dummy database first to be sure that the functionality works as you expect.


# PyCharm project files
.idea/*
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generally stuff like this ought to go in your own .git/info/exclude, or you should configure your tools not to put random stuff in the project directory (e.g. setting PIP_LOG or whathaveyou).

@jphalip
Copy link
Member Author

jphalip commented May 11, 2011

Remember to run ./manage.py migrate blog 0001 --fake

@jacobian jacobian merged commit 55f7a33 into django:master May 31, 2011
@jacobian
Copy link
Member

... and deployed. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants