diff --git a/profiles/admin.py b/profiles/admin.py
index 6aefa1a15a823939b603430a933abd9852706f31..9c8efa2682d35af70c7632185b155846828cbac4 100644
--- a/profiles/admin.py
+++ b/profiles/admin.py
@@ -50,5 +50,5 @@ class StudentAdmin(ProfileAdminMixin, admin.ModelAdmin,ExportCsvMixin):
     list_filter = (('school',MultiSelectFieldListFilter), 'year', 'registration__validated')
     class Meta:  # noqa
         model = Student
-        ordering = ['updated_date']
-    actions = ["export_as_csv"]
\ No newline at end of file
+    ordering = ['-updated_date']
+    actions = ["export_as_csv"]