tangentlabs / django-fancypages

A Content Enhancement System for Django
https://django-fancypages.readthedocs.org
BSD 3-Clause "New" or "Revised" License
34 stars 11 forks source link

Ensure that all ocurrences of 'CharField' with 'null=True' are fixed. #26

Open roadsideseb opened 10 years ago

roadsideseb commented 10 years ago

As @funkybob pointed out, there are some occurrences of CharField with null=True. Since this is bad practise, these instances should be removed.