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 11Release 1.2 (dev)
22-----------------
33* 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
47
58
69Release 1.1 (13 Feb 2016)
Original file line number Diff line number Diff line change 1111from concurrency .utils import refetch
1212
1313
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" )
1515@pytest .mark .django_db (transaction = True )
1616def test_threads ():
1717 if db .connection .vendor == 'sqlite' :
You can’t perform that action at this time.
0 commit comments