dominno / django-moderation

django-moderation is reusable application for Django framework, that allows to moderate any model objects.
BSD 3-Clause "New" or "Revised" License
269 stars 90 forks source link

Null-image support #29

Closed treyhunner closed 13 years ago

treyhunner commented 13 years ago

This commit adds support for images with null=True. I changed the test cases for image diff HTML comparison because the new template has additional whitespace. I compressed strings of whitespace for this comparison because HTML-consuming user agents do so as well.

This should fix #26.

treyhunner commented 13 years ago

Note that no tests have been added for this change because I'm not certain whether the behavior is expected. Tests can be added if expected behavior is agreed upon.