Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / logic / management / commands / backend-remove.py @ a6e6fe48

History | View | Annotate | Download (3.6 kB)

# Date Author Comment
a6e6fe48 02/27/2014 04:16 pm Christos Stavrakakis

cyclades: Common function to get object by ID

Create common helper function, for command line tools, to get an object
from DB by it's ID, and raise the appropriate command error if the
object does not exist or the ID is invalid.

8d5795b4 11/06/2013 02:00 pm Christos Stavrakakis

Cyclades: Rename 'Can not' to 'Cannot' to all msgs

26515bc1 10/02/2013 04:05 pm Christos Stavrakakis

cyclades: Remove custom ProtectedDeletedManager

Remove custom ProtectedDeletedManager. Instead use the
ForeignKey.on_delete attribute that has been introduced in Django 1.4.

cc92b70f 02/06/2013 02:18 pm Christos Stavrakakis

Fix pep8 warnings

b84ed662 11/09/2012 05:32 pm Christos Stavrakakis

Refactor code in management commands

3f52dd82 07/27/2012 02:57 pm Christos Stavrakakis

Management command for removing backend