File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
Release 1.2 (dev)
2
2
-----------------
3
3
* better support for django 1.9 ( ``TemplateDoesNotExist`` is now in ``django.template.exceptions``
4
+ * improved eror message in ``ConcurrencyListEditableMixin`` :issue:`63` :issue:`64`
5
+ * fixes :issue:`61`. Error in ``ConditionalVersionField`` (thanks ticosax)
6
+ * fixes ``skipif`` test in pypy
4
7
5
8
6
9
Release 1.1 (13 Feb 2016)
Original file line number Diff line number Diff line change 11
11
from concurrency .utils import refetch
12
12
13
13
14
- @pytest .mark .skypIf (hasattr (sys , "pypy_translation_info" ), reason = "skip if pypy" )
14
+ @pytest .mark .skypif (hasattr (sys , "pypy_translation_info" ), reason = "skip if pypy" )
15
15
@pytest .mark .django_db (transaction = True )
16
16
def test_threads ():
17
17
if db .connection .vendor == 'sqlite' :
You can’t perform that action at this time.
0 commit comments