File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ Pending Release
26
26
1.2.3 (2016-04-11)
27
27
------------------
28
28
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.
31
31
32
32
1.2.2 (2016-04-11)
33
33
------------------
@@ -47,7 +47,7 @@ Pending Release
47
47
* Simplified autodiscovery code to use ``AppConfig.ready() ``. It's no longer
48
48
necessary to add a call to ``gargoyle.autodiscover() `` in your ``urls.py ``,
49
49
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
51
51
52
52
1.2.0 (2016-02-12)
53
53
------------------
@@ -94,7 +94,7 @@ Pending Release
94
94
95
95
* Better support for Django 1.6 and Django 1.7
96
96
* 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)
98
98
* DateTimeFields now utilize the auto_now=True kwarg
99
99
* Travis now tests on Django 1.6/Django 1.7
100
100
You can’t perform that action at this time.
0 commit comments