Skip to content

Commit 327e1ad

Browse files
committed
HISTORY - fix some syntax highlighting
Markdown/RST confusion.
1 parent 7f35c10 commit 327e1ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

HISTORY.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Pending Release
2626
1.2.3 (2016-04-11)
2727
------------------
2828

29-
* Bugfix for `@switches` which didn't work on `TestCase` classes properly in
30-
1.2.2.
29+
* Bugfix for ``@switches`` which didn't work on ``TestCase`` classes properly
30+
in 1.2.2.
3131

3232
1.2.2 (2016-04-11)
3333
------------------
@@ -47,7 +47,7 @@ Pending Release
4747
* Simplified autodiscovery code to use ``AppConfig.ready()``. It's no longer
4848
necessary to add a call to ``gargoyle.autodiscover()`` in your ``urls.py``,
4949
when not using Nexus.
50-
* Fixed url `patterns` warnings that appear on Django 1.9
50+
* Fixed url ``patterns`` warnings that appear on Django 1.9
5151

5252
1.2.0 (2016-02-12)
5353
------------------
@@ -94,7 +94,7 @@ Pending Release
9494

9595
* Better support for Django 1.6 and Django 1.7
9696
* Dropped support for Django 1.2 and Django 1.3
97-
* Use `model_name` in favour of `module_name` if available (deprecation in Django 1.6)
97+
* Use ``model_name`` in favour of ``module_name`` if available (deprecation in Django 1.6)
9898
* DateTimeFields now utilize the auto_now=True kwarg
9999
* Travis now tests on Django 1.6/Django 1.7
100100

0 commit comments

Comments
 (0)