@@ -10,7 +10,7 @@ Bug fixes
10
10
* Auto clearing of ``mail.outbox `` has been re-introduced to not break
11
11
functionality in 3.x.x release. This means that Compatibility issues
12
12
mentioned in the 3.1.0 release are no longer present. Related issue:
13
- _ `pytest-django issue <https://github.com/pytest-dev/pytest-django/issues/433> `
13
+ `pytest-django issue <https://github.com/pytest-dev/pytest-django/issues/433 >`__
14
14
15
15
3.1.1
16
16
-----
@@ -20,8 +20,9 @@ Bug fixes
20
20
21
21
* Workaround `--pdb ` interaction with Django TestCase. The issue is caused by
22
22
Django TestCase not implementing TestCase.debug() properly but was brought to
23
- attention with recent changes in pytest 3.0.2. Related issues: `pytest issue <https://github.com/pytest-dev/pytest/issues/1977 >`_,
24
- `Django issue <https://code.djangoproject.com/ticket/27391 >`_.
23
+ attention with recent changes in pytest 3.0.2. Related issues:
24
+ `pytest issue <https://github.com/pytest-dev/pytest/issues/1977 >`__,
25
+ `Django issue <https://code.djangoproject.com/ticket/27391 >`__
25
26
26
27
3.1.0
27
28
-----
@@ -59,7 +60,7 @@ Bug fixes
59
60
60
61
* Fix error when Django happens to be imported before pytest-django runs.
61
62
Thanks to Will Harris for `the bug report
62
- <https://github.com/pytest-dev/pytest-django/issues/289> `_ .
63
+ <https://github.com/pytest-dev/pytest-django/issues/289> `__ .
63
64
64
65
Features
65
66
^^^^^^^^
@@ -110,7 +111,7 @@ Bug fixes
110
111
111
112
* Fix regression introduced in 2.9.0 that caused TestCase subclasses with
112
113
mixins to cause errors. Thanks MikeVL for `the bug report
113
- <https://github.com/pytest-dev/pytest-django/issues/280> `_ .
114
+ <https://github.com/pytest-dev/pytest-django/issues/280> `__ .
114
115
115
116
116
117
2.9.0
@@ -130,11 +131,12 @@ Bug fixes
130
131
* Ensure urlconf is properly reset when using @pytest.mark.urls. Thanks to
131
132
Sarah Bird, David Szotten, Daniel Hahler and Yannick PÉROUX for patch and
132
133
discussions. Fixes `issue #183
133
- <https://github.com/pytest-dev/pytest-django/issues/183> `_ .
134
+ <https://github.com/pytest-dev/pytest-django/issues/183> `__ .
134
135
135
136
* Call ``setUpClass() `` in Django ``TestCase `` properly when test class is
136
137
inherited multiple places. Thanks to Benedikt Forchhammer for report and
137
- initial test case. Fixes `issue #265 <https://github.com/pytest-dev/pytest-django/issues/265 >`_.
138
+ initial test case. Fixes `issue #265
139
+ <https://github.com/pytest-dev/pytest-django/issues/265> `__.
138
140
139
141
Compatibility
140
142
^^^^^^^^^^^^^
@@ -145,7 +147,7 @@ Compatibility
145
147
instead. If you previously relied on overriding the environment variable,
146
148
you can instead specify ``addopts = --ds=yourtestsettings `` in the ini-file
147
149
which will use the test settings. See `PR #199
148
- <https://github.com/pytest-dev/pytest-django/pull/199> `_ .
150
+ <https://github.com/pytest-dev/pytest-django/pull/199> `__ .
149
151
150
152
* Support for Django 1.9.
151
153
@@ -186,7 +188,9 @@ Features
186
188
* Automatic discovery of Django projects to make it easier for new users. This
187
189
change is slightly backward incompatible, if you encounter problems with it,
188
190
the old behaviour can be restored by adding this to ``pytest.ini ``,
189
- ``setup.cfg `` or ``tox.ini ``::
191
+ ``setup.cfg `` or ``tox.ini ``:
192
+
193
+ .. code-block :: ini
190
194
191
195
[pytest]
192
196
django_find_project = false
@@ -366,7 +370,7 @@ way for easier additions of new and exciting features in the future!
366
370
1.3
367
371
---
368
372
* Added ``--reuse-db `` and ``--create-db `` to allow database re-use. Many
369
- thanks to `django-nose <https://github.com/jbalogh/django-nose >`_ for
373
+ thanks to `django-nose <https://github.com/jbalogh/django-nose >`__ for
370
374
code and inspiration for this feature.
371
375
372
376
1.2.2
@@ -389,7 +393,8 @@ way for easier additions of new and exciting features in the future!
389
393
1.1
390
394
---
391
395
392
- * The initial release of this fork from `Ben Firshman original project <http://github.com/bfirsh/pytest_django >`_
396
+ * The initial release of this fork from `Ben Firshman original project
397
+ <http://github.com/bfirsh/pytest_django> `__
393
398
* Added documentation
394
399
* Uploaded to PyPI for easy installation
395
400
* Added the ``transaction_test_case `` decorator for tests that needs real transactions
0 commit comments