From b13276b1ffab0abdf73aca5681fbe7dca0bf3663 Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Tue, 2 Sep 2008 19:45:06 +0000 Subject: [PATCH] Fixed another typo in 1.0 notes. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8874 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/releases/1.0.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/1.0.txt b/docs/releases/1.0.txt index 0a4395fb24..8e914947f2 100644 --- a/docs/releases/1.0.txt +++ b/docs/releases/1.0.txt @@ -67,7 +67,7 @@ You'll know that you're looking at something new or changed. The other major highlights of Django 1.0 are: Re-factored admin application ----------------------------- +----------------------------- The Django administrative interface (``django.contrib.admin``) has been completely refactored; admin definitions are now completely decoupled from model