summaryrefslogtreecommitdiffstats
path: root/main/migrations/0005_fix_empty_url_pkgdesc.py
AgeCommit message (Collapse)AuthorFilesLines
2010-01-31Handle empty pkgdesc and url a bit betterDan McGee1-0/+211
Put an actual NULL in the database and handle it for both display and import. Also add a migration to clean up any bad data we currently have in there. Fixes FS#17144. Signed-off-by: Dan McGee <dan@archlinux.org>