Hi, in nfa, IPAddressField with psycopg2 is not working (neither is XMLField, as already reported, but lets focus on the IPAddressField).
There is a ticket with a patch at: http://code.djangoproject.com/ticket/5622 The situation is that in some db, IPAddressField is treated as I've tried the patch but it is not working for me, and anyway it seems this should be fixed at the db layer. I'd like to fix this issue, so i went into db/backends/postgresql_psycopg2/ to understand what to do. Basically, i think that we should fix the patch in the ticket (which deals with newforms/fields.py and register a filter which converts an empty string to a null, but I can't find how to do this. (moreover the psycogp2 site is dead since months and there is no documentation of these inner workings, please resurrect it!), --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
