The source project of this merge request has been removed.
Postgresql fixes
(deleted) requested to merge (removed):postgresql_fixes into master
This brings along PostgreSQL db backend support. I needed to alter what's being stored into ip_address
fields for Photo
and ConfirmedOpenId
, because ipware.get_client_ip
returns actually pair (ip_address, routable)
. In the assignments with get_client_ip
call on the right side, I needed to modify left side so that routable
boolean is thrown away and only the ip_address
is kept.