[Bug 215696] [PATCH] www/py-django-mezzanine: Fix createdb command crash with Django 1.10

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jan 1 13:22:54 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215696

            Bug ID: 215696
           Summary: [PATCH] www/py-django-mezzanine: Fix createdb command
                    crash with Django 1.10
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: koobs at FreeBSD.org
          Reporter: m.r.sopacua at gmail.com
             Flags: maintainer-feedback?(koobs at FreeBSD.org)
          Keywords: patch
          Assignee: koobs at FreeBSD.org

Created attachment 178431
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=178431&action=edit
Fix createdb command crash

Reference:  https://github.com/stephenmcd/mezzanine/issues/1691

Django 1.10.x enforces more strictly to use call_command() instead of
Command().execute().
Mezzanine has fixed this upstream.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list