forked from dracos/django-date-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
28 lines (17 loc) · 977 Bytes
/
CHANGES.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
Version 2.0
This includes updates to work with Django 1.10, and bring the custom field code
more in line with a modern setup. This has the side effect of working filtering
by python date or datetime.
I've done a major version bump as the ApproximateDateField instance will now
return "" rather than None for an empty date, which is much more preferable
because you always had to query empty dates using "", not None. Unlikely to
break anything, given this behaviour was basically buggy, but seemed safest.
I've also added better testing via tox, and fixed any flake8 issues.
Thanks to John Lehmann and Aamir Adnan for reporting/tests.
Version 1.1
This version adds support for comparing ApproximateDate & date/datetime, and
factors out settings to enable them to be overridden.
Thanks to Baptiste Mispelon and jellevandehaterd for their contributions.
Version 1.0
First release. Thanks to Edmund von der Burg, Mark Longair, and Sandro Nardi
for their contributions.