From 7fdbe2907abe30a953242243a826f459ae2a0a70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Tue, 21 Jul 2015 17:13:03 +0200 Subject: [PATCH] Disabled some unnecessary timeline commands --- ...ip_entries.py => _clear_unnecessary_new_membership_entries.py} | 0 ...or_user_creation.py => _rebuild_timeline_for_user_creation.py} | 0 ...for_updated_tasks.py => _update_timeline_for_updated_tasks.py} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename taiga/timeline/management/commands/{clear_unnecessary_new_membership_entries.py => _clear_unnecessary_new_membership_entries.py} (100%) rename taiga/timeline/management/commands/{rebuild_timeline_for_user_creation.py => _rebuild_timeline_for_user_creation.py} (100%) rename taiga/timeline/management/commands/{update_timeline_for_updated_tasks.py => _update_timeline_for_updated_tasks.py} (100%) diff --git a/taiga/timeline/management/commands/clear_unnecessary_new_membership_entries.py b/taiga/timeline/management/commands/_clear_unnecessary_new_membership_entries.py similarity index 100% rename from taiga/timeline/management/commands/clear_unnecessary_new_membership_entries.py rename to taiga/timeline/management/commands/_clear_unnecessary_new_membership_entries.py diff --git a/taiga/timeline/management/commands/rebuild_timeline_for_user_creation.py b/taiga/timeline/management/commands/_rebuild_timeline_for_user_creation.py similarity index 100% rename from taiga/timeline/management/commands/rebuild_timeline_for_user_creation.py rename to taiga/timeline/management/commands/_rebuild_timeline_for_user_creation.py diff --git a/taiga/timeline/management/commands/update_timeline_for_updated_tasks.py b/taiga/timeline/management/commands/_update_timeline_for_updated_tasks.py similarity index 100% rename from taiga/timeline/management/commands/update_timeline_for_updated_tasks.py rename to taiga/timeline/management/commands/_update_timeline_for_updated_tasks.py