From a81709802d9c837f5f91ce2e5dd12f62a765c20f Mon Sep 17 00:00:00 2001 From: Nikos Roussos Date: Sun, 17 Jan 2016 22:02:23 +0200 Subject: [PATCH] Update Django to 1.8.8 --- README.md | 6 ++++++ network/base/management/commands/update_all_tle.py | 2 +- requirements/base.txt | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b83f10a..9ed8e25 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ It features multiple observers to multiple intrumentation functionality and mana See the [documentation](http://docs.satnogs.org/network/). +## Current Development + +You can take a look for the current status of development issues at our [Kanban board](https://huboard.com/satnogs/satnogs-network). + +[![Requirements Status](https://requires.io/github/satnogs/satnogs-network/requirements.svg?branch=dev)](https://requires.io/github/satnogs/satnogs-network/requirements/?branch=dev) + ## License © 2014-2015 [Libre Space Foundation](http://librespacefoundation.org). diff --git a/network/base/management/commands/update_all_tle.py b/network/base/management/commands/update_all_tle.py index c8b0003..d3d05ba 100644 --- a/network/base/management/commands/update_all_tle.py +++ b/network/base/management/commands/update_all_tle.py @@ -27,4 +27,4 @@ class Command(BaseCommand): obj.tle2 = tle[2] obj.save() self.stdout.write(('Satellite {} with Identifier {} ' - 'found [updated]').format(obj.norad_cat_id, obj.name)) + 'found [updated]').format(obj.name, obj.norad_cat_id)) diff --git a/requirements/base.txt b/requirements/base.txt index b14186e..d01629a 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,5 +1,5 @@ # Basic stuff -django==1.8.7 +django==1.8.8 django-shortuuidfield==0.1.2 django_compressor==1.5