#9953: postgres backend VERSION_RE fails on beta and RC ---------------------------------+------------------------------------------ Reporter: deserat | Owner: nobody Status: new | Milestone: Component: Core framework | Version: 1.0 Keywords: postgres db backend | Stage: Unreviewed Has_patch: 0 | ---------------------------------+------------------------------------------ VERSION_RE = re.compile(r'PostgreSQL (\d+)\.(\d+)\.')
Fails to match PostgreSQL 8.3RC3 or any beta etc.... failure is catastrophic and returns a 'NoneType' has no attribute 'groups' message. major, minor = VERSION_RE.search(version).groups() -- Ticket URL: <http://code.djangoproject.com/ticket/9953> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" 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-updates?hl=en -~----------~----~----~----~------~----~------~--~---
