File tree Expand file tree Collapse file tree 5 files changed +19
-8
lines changed Expand file tree Collapse file tree 5 files changed +19
-8
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,11 @@ Development Lead
8
8
9
9
Contributions
10
10
``````````````
11
- - Bertrand Bordage <bordage.bertrand@gmail.com>
12
- - Yuval Langer <http://yuvallanger.github.io>
13
- - Guillaume Thomas <guillaume.thomas642@gmail.com>
14
- - Victor Novais <victorh.novaisr@gmail.com>
15
- - Parbhat Puri <https://parbhatpuri.com/>
16
- - Fredrik Burman (coachHIPPO) <https://www.coachhippo.com>
11
+ - `Christopher Clarke <https://github.com/chrisdev >`_
12
+ - `Bertrand Bordage <https://github.com/BertrandBordage >`_
13
+ - `Guillaume Thomas <https://github.com/gtnx >`_
14
+ - `Parbhat Puri <https://parbhatpuri.com/ >`_
15
+ - `Fredrik Burman (coachHIPPO) <https://www.coachhippo.com >`_
16
+ - `Safe Hammad <http://safehammad.com >`_
17
+ - `Jeff Sternber <https://www.linkedin.com/in/jeffsternberg >`_
18
+ - `@MiddleFork <https://github.com/MiddleFork >`_
Original file line number Diff line number Diff line change 1
1
CHANGES
2
2
========
3
+ 0.3.1 (2015-10-25)
4
+ -------------------
5
+ - Extends the ability to span a ForeignKey relationship with double underscores
6
+ to OneToOneField too thanks to Safe Hammad
7
+ - Provide better support for ManyToMany and OneToMany relations thanks to
8
+ Jeff Sternberg and @MiddleFork
3
9
4
10
0.3.0 (2015-06-16)
5
11
---------------------
Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ Contributors
16
16
* `Guillaume Thomas <https://github.com/gtnx >`_
17
17
* `Parbhat Puri <https://parbhatpuri.com/ >`_
18
18
* `Fredrik Burman (coachHIPPO) <https://www.coachhippo.com >`_
19
+ * `Safe Hammad <http://safehammad.com >`_
20
+ * `Jeff Sternber <https://www.linkedin.com/in/jeffsternberg >`_
21
+ * `@MiddleFork <https://github.com/MiddleFork >`_
19
22
20
23
What's New
21
24
===========
Original file line number Diff line number Diff line change 1
- __version__ = '0.3.0 '
1
+ __version__ = '0.3.1 '
Original file line number Diff line number Diff line change 7
7
)
8
8
MAJOR = 0
9
9
MINOR = 3
10
- MICRO = 0
10
+ MICRO = 1
11
11
12
12
VERSION = '%d.%d.%d' % (MAJOR , MINOR , MICRO )
13
13
You can’t perform that action at this time.
0 commit comments