sandiegopython / test-driven-django-development

This repository contains materials for a San Diego Python workshop on learning Django with test inspired development
http://test-driven-django-development.readthedocs.org/
Other
103 stars 35 forks source link

Rename `Post` to `BlogPost` (to avoid confusion with HTTP POST) #22

Closed treyhunner closed 10 years ago

treyhunner commented 11 years ago

Assigning self.post to be a model instance in a class-based view is not a good idea.

davidfischer commented 10 years ago

Because of #43, I'm going to close this.