summaryrefslogtreecommitdiffstats
path: root/packages/migrations/0014_auto__chg_field_flagrequest_ip_address.py
AgeCommit message (Collapse)AuthorFilesLines
2012-04-27Use GenericIPAddressField in flag request ip_addressDan McGee1-0/+181
New (and slightly odd with regards to verbose_name) in Django 1.4. This simply ensures a deployment in an IPv6 environment actually works as expected. If you were using PostgreSQL as a database backend, you won't be affected by this as the 'inet' type was already used, but at least now you can edit the values in the admin without getting an error. Signed-off-by: Dan McGee <dan@archlinux.org>