Skip to content

Commit ec2c3e5

Browse files
vytisbauvipy
authored andcommitted
Updated Changelog, AUTHORS and README. (#459)
1 parent 30ce982 commit ec2c3e5

File tree

3 files changed

+39
-1
lines changed

3 files changed

+39
-1
lines changed

AUTHORS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Ask Solem <[email protected]>
1515
Augusto Becciu <[email protected]>
1616
Ben Firshman <[email protected]>
1717
Brad Jasper <[email protected]>
18+
Brandon Craft <[email protected]>
1819
Brett Gibson <[email protected]>
1920
Brian Rosner <[email protected]>
2021
Charlie DeTar <[email protected]>
@@ -30,13 +31,15 @@ Eldon Stegall
3031
Eugene Nagornyi <[email protected]>
3132
Felix Berger <[email protected]
3233
Gabe Jackson <[email protected]>
34+
georgewhewell
3335
Glenn Washburn <[email protected]>
3436
3537
Greg Taylor <[email protected]>
3638
Grégoire Cachet <[email protected]>
3739
3840
Idan Zalzberg <[email protected]>
3941
Ionel Maries Cristian <[email protected]>
42+
Ivan Larin <[email protected]>
4043
Jannis Leidel <[email protected]>
4144
Jason Baker <[email protected]>
4245
Jay States <[email protected]>
@@ -59,6 +62,7 @@ Kirill Panshin <[email protected]>
5962
Mark Hellewell <[email protected]>
6063
Mark Lavin <[email protected]>
6164
Mark Stover <[email protected]>
65+
Mathieu Fenniak <[email protected]>
6266
Maxim Bodyansky <[email protected]>
6367
Michael Elsdoerfer <[email protected]>
6468
Michael van Tellingen <[email protected]>
@@ -83,6 +87,7 @@ Timo Sugliani
8387
Vincent Driessen <[email protected]>
8488
Vitaly Babiy <[email protected]>
8589
Vladislav Poluhin <[email protected]>
90+
Vytis Banaitis <[email protected]>
8691
Weipin Xia <[email protected]>
8792
Wes Turner <[email protected]>
8893
Wes Winham <[email protected]>

Changelog

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,38 @@
55
.. contents::
66
:local:
77

8+
.. _version-3.2.0:
9+
10+
3.2.0
11+
=====
12+
:release-date: TDB
13+
14+
- Now compatible with Django 1.9
15+
16+
- Dropped compatibility with Django 1.7 and earlier.
17+
18+
For older Django versions use ``django-celery`` 3.1.x
19+
20+
- Prevented redundant migrations when using Python 3.
21+
22+
Fixes contributed by Ivan Larin and Vytis Banaitis.
23+
24+
- Fixed task cleanup when TaskState has related models.
25+
26+
Fix contributed by georgewhewell.
27+
28+
- Fixed Django 1.10 compatibility issue in scheduler
29+
30+
Fix contributed by Mathieu Fenniak.
31+
32+
- Fixed cache backend compatibility issue with Django 1.9
33+
34+
Fix contributed by Vytis Banaitis, with initial patch by Brandon Craft.
35+
36+
- Fixed missing app label in Django admin.
37+
38+
Fix contributed by Rockallite Wulf.
39+
840
.. _version-3.1.17:
941

1042
3.1.17

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515

1616
.. warning::
1717

18-
**THIS PROJECT IS ONLY REQUIRED IF YOU WANT TO USE DJANGO AS TRANSPORT & RESULT BACKEND**
18+
**THIS PROJECT IS ONLY REQUIRED IF YOU WANT TO USE DJANGO RESULT BACKEND
19+
AND ADMIN INTEGRATION**
1920

2021
Please follow the new tutorial at:
2122

0 commit comments

Comments
 (0)