From f29205fc7be8ad1777f3d73f6061a460e8bc07cb Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Wed, 2 Nov 2005 21:55:21 +0000 Subject: [PATCH] Updated docs/legacy_databases.txt to remove 'auth_admin_log' from list of tables that shouldn't be in the database, because that's now optional. git-svn-id: http://code.djangoproject.com/svn/django/trunk@1053 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/legacy_databases.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/legacy_databases.txt b/docs/legacy_databases.txt index 9ffe6c5efc..96df5a375d 100644 --- a/docs/legacy_databases.txt +++ b/docs/legacy_databases.txt @@ -75,7 +75,6 @@ following names: * ``auth_groups`` * ``auth_users`` * ``auth_messages`` - * ``auth_admin_log`` * ``auth_groups_permissions`` * ``auth_users_groups`` * ``auth_users_user_permissions``