Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo @ caffb59c

Name Size
  admin
  api
  app_settings
  db
  helpdesk
  locale
  logic
  management
  plankton
  quotas
  ui
  userdata
  versions
  vmapi
__init__.py 1.7 kB
cyclades_settings.py 4.1 kB

Latest revisions

# Date Author Comment
caffb59c 11/04/2013 05:27 pm Christos Stavrakakis

Revert "wheezy: Rename depricated HttpRequest attribute"

This reverts commit cfc4b87c301504627e6a75ab2e4d32c8cd7a6e15. This
commit is reverted because it breaks compatibility with Django 1.2. This
should be applied for Synnefo 0.15.

71695dc3 11/04/2013 05:27 pm Christos Stavrakakis

wheezy: Rename depricated HttpRequest attribute

From django docs:
"""
HttpRequest.raw_post_data renamed to HttpRequest.body

This attribute was confusingly named HttpRequest.raw_post_data, but it
actually provided the body of the HTTP request. It’s been renamed to...

316f2695 11/04/2013 05:27 pm Christos Stavrakakis

wheezy: fix is_safe attribute of template filters

In Django 1.4 'is_safe' and 'needs_autoescape' attributes has been made
keyword arguments of @register.filter

f8d08a73 11/04/2013 05:27 pm Christos Stavrakakis

wheezy: Remove setup_environ

From Django docs:
"""
This function temporarily modified sys.path in order to make the parent
“project” directory importable under the old flat startproject layout.
This function is now deprecated, as its path workarounds are no longer...

f7a6378d 11/04/2013 05:27 pm Christos Stavrakakis

reconciliation: Strip Ganeti IP addresses

Strip spaces from Ganeti IP addresses, since they are not automatically
ignored in newer versions of ipaddr.

99c0c3e7 11/04/2013 05:27 pm Christos Stavrakakis

cyclades: Remove commit_manually decorator

Replace commit_manually decorator with commit_on_success. Since network
is no longer created in DB in the API request, the manually decorator is
no longer needed.

6665cbc0 11/04/2013 05:27 pm Christos Stavrakakis

wheezy: urls module doesn't export defaults

2180d809 11/04/2013 05:27 pm Christos Stavrakakis

wheezy: Temporary disable reconciliation tests

Temporary disable reconciliation tests because they still run with
fixture data, that are not loaded correctly.

058d09db 11/04/2013 05:27 pm Christos Stavrakakis

Fix missing import and broken test

6859305e 11/04/2013 05:27 pm Kostas Papadimitriou

helpdesk: Fix network interface queryset

View revisions

Also available in: Atom