forked from bitlabstudio/django-calendarium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.txt
58 lines (33 loc) · 1.1 KB
/
CHANGELOG.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
50
51
52
53
54
55
56
57
58
=== ongoing ===
=== 0.4.6 ===
- Added auto-correction of event end date if end date is before start date
=== 0.4.5 ===
- re-enabled deprecated class name for backwards compatibility
=== 0.4.4 ===
- Fixed factory name and tests
- Added related name to image field.
=== 0.4.3 ===
- Added get_parent_category method to Event model.
=== 0.4.2 ===
- Added CategorySlugMixin for views that should filter by category.
- Fixed a bug with the category filtering.
=== 0.4.1 ===
- Taking parent category into consideration when filtering for occurrences
=== 0.4 ===
- Added UpcomingEventsAjaxView
- Added slug and parent fields to EventCategory model
- Added assignment tag `get_upcoming_events`
- Added FilerImageField
=== 0.3 ===
- Made category field on Event model optional (backwards incompatible
migration)
- Improved Event admin
=== 0.2.1 ===
- Added sphinx docs, hosted on readthedocs (https://django-calendarium.readthedocs.org)
=== 0.2 ===
- Added render_upcoming_events template tag.
- Made created_by optional
=== 0.1.1 ===
- Added view to redirect to the current month
=== 0.1 ===
Initial commit