-
Notifications
You must be signed in to change notification settings - Fork 13
/
CHANGES
44 lines (35 loc) · 1.16 KB
/
CHANGES
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
django-log-file-view 0.9
________________________
= fix deprecation and inconsistencies
= fix broken image
= fix content_type instead of mimetype
= fix csrf_token unused and removed
django-log-file-view 0.8
________________________
= fix for admin_media_prefix deprecation bugs
django-log-file-view 0.7
________________________
+ update to django 1.6
django-log-file-view 0.6
________________________
= fixed bug with tests failing
django-log-file-view 0.5
________________________
= fixed admin app name plural name
django-log-file-view 0.4
________________________
= bugfixes
django-log-file-view 0.3
________________________
= fixed no files bug (when you view logs with no files in that directory)
+ starting to add pagination variables (file listed of certain amount of lines only)
= fixed file has less then 1 line or paginator tries to read less then LOG_FILES_PAGINATE_LINES
= fixed admin Home link inside a log file
django-log-file-view 0.2
________________________
+ initial stable working version
+ adds admin functionality
django-log-file-view 0.1
________________________
+ displays log files list with a url reference
+ shows up file content parsed into a table