summaryrefslogtreecommitdiffstats
path: root/main/migrations/0021_mark_package_fields_nullable.py
AgeCommit message (Collapse)AuthorFilesLines
2010-05-24Fix null field issues exposed by Django 1.1.2Dan McGee1-0/+203
Apparently Django 1.1.1 let null fields pass right through but this now causes reporead to blow up in 1.1.2. Fix the issue and get things working again by allowing nulls where it probably makes sense and including a migration to fix the issue, which for the real database will be a no-op. Signed-off-by: Dan McGee <dan@archlinux.org>