Giter Club home page Giter Club logo

django-report-builder's People

Contributors

bufke avatar ebertti avatar jonathanmorgan avatar juanvasquez avatar smeinel avatar

Watchers

 avatar  avatar

django-report-builder's Issues

ValueError at /report_builder/report/1/create_copy/ zero length field name in format

Clicking the copy button produces the following error in Python 2.6.8 in OS X Snow Leopard:

Environment:


Request Method: GET
Request URL: http://127.0.0.1:8000/report_builder/report/1/create_copy/

Django Version: 1.5.1
Python Version: 2.6.8
Installed Applications:
('django.contrib.auth',
 'django.contrib.contenttypes',
 'django.contrib.sessions',
 'django.contrib.sites',
 'django.contrib.messages',
 'django.contrib.staticfiles',
 'south',
 'template',
 'agendas',
 'people',
 'committees',
 'meeting_calendars',
 'menu',
 'report_builder',
 'django.contrib.admin',
 'django.contrib.admindocs')
Installed Middleware:
('django.middleware.common.CommonMiddleware',
 'django.contrib.sessions.middleware.SessionMiddleware',
 'django.middleware.csrf.CsrfViewMiddleware',
 'django.contrib.auth.middleware.AuthenticationMiddleware',
 'django.contrib.messages.middleware.MessageMiddleware')


Traceback:
File "/Users/smeinel/.virtualenvs/oof/lib/python2.6/site-packages/django/core/handlers/base.py" in get_response
  115.                         response = callback(request, *callback_args, **callback_kwargs)
File "/Users/smeinel/.virtualenvs/oof/lib/python2.6/site-packages/django/contrib/admin/views/decorators.py" in _checklogin
  17.             return view_func(request, *args, **kwargs)
File "/Users/smeinel/.virtualenvs/oof/lib/python2.6/site-packages/report_builder/views.py" in create_copy
  727.         ('name', '{} (copy)'.format(report.name)),

Exception Type: ValueError at /report_builder/report/1/create_copy/
Exception Value: zero length field name in format

Naming the format field in line 727 should fix the issue.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.