forked from nyergler/nested-formset
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS.txt
49 lines (32 loc) · 810 Bytes
/
NEWS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
News
====
Unreleased
----------
* Drop support for Django 1.6, 1.7
0.1.4
-----
*Release date: 7 March 2015*
* Dropped Django 1.5.x support; it's no longer receiving security
updates or maintenance.
* Updated accepted factory `kwargs` for Django 1.7 and later
* Fixed builds against Django tip.
0.1.3
-----
*Release date: 28 September 2014*
* Test against Django 1.7-final
* `has_changed` now takes into account all nested forms.
0.1.2
-----
*Release date: 20 May 2014*
* Support for passing files to bound nested formsets
* The media property now rolls up all nested media
* Compatibility with Django 1.7.
0.1.1
-----
*Release date: 6 March 2014*
* Bump minor version number to get PyPI to index the development
version link.
0.1
---
*Release date: 6 March 2014*
* Initial release on PyPI