File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ These non-maintainers have contributed code to a django-nose release:
21
21
22
22
* Adam DePue (`adepue <https://github.com/adepue >`_)
23
23
* Alexey Evseev (`st4lk <https://github.com/st4lk >`_)
24
+ * Alex (`alexjg <https://github.com/alexjg >`_)
24
25
* Antti Kaihola (`akaihola <https://github.com/akaihola >`_)
25
26
* Ash Christopher (`ashchristopher <https://github.com/ashchristopher >`_)
26
27
* Blake Winton (`bwinton <https://github.com/bwinton >`_)
@@ -33,6 +34,7 @@ These non-maintainers have contributed code to a django-nose release:
33
34
* Dmitry Gladkov (`dgladkov <https://github.com/dgladkov >`_)
34
35
* Ederson Mota (`edrmp <https://github.com/edrmp >`_)
35
36
* Eric Zarowny (`ezarowny <https://github.com/ezarowny >`_)
37
+ * Eron Villarreal (`eroninjapan <https://github.com/eroninjapan >`_)
36
38
* Fred Wenzel (`fwenzel <https://github.com/fwenzel >`_)
37
39
* Fábio Santos (`fabiosantoscode <https://github.com/fabiosantoscode >`_)
38
40
* Ionel Cristian Mărieș (`ionelmc <https://github.com/ionelmc >`_)
Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ Changelog
3
3
4
4
*Unreleased *
5
5
~~~~~~~~~~~~
6
+ * Warn against using REUSE_DB=1 and FastFixtureTestCase in docs
6
7
* REUSE_DB=1 uses new transaction management in Django 1.7, 1.8 (scottsexton)
8
+ * Try to avoid accidentally using production database with REUSE_DB=1 (alexjg, eroninjapan)
7
9
* Supported Django versions limited to current supported Django version 1.4,
8
10
1.7, and 1.8, as well as relevant Python versions.
9
11
You can’t perform that action at this time.
0 commit comments