From 03d5c8403ad6a882692f41af9b822fab328fe4c9 Mon Sep 17 00:00:00 2001
From: Andrew Badr <andrewbadr+git@gmail.com>
Date: Fri, 5 Feb 2010 23:35:19 -0800
Subject: [PATCH] Fix 1.2 release markup
---
docs/releases/1.2.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/docs/releases/1.2.txt b/docs/releases/1.2.txt
index f482678..ba87209 100644
a
|
b
|
added support for comparison operators. No longer will you have to type:
|
531 | 531 | ... |
532 | 532 | {% endifnotequal %} |
533 | 533 | |
534 | | You can now do this:: |
| 534 | You can now do this: |
535 | 535 | |
536 | 536 | .. code-block:: html+django |
537 | 537 | |