-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
83 lines (50 loc) · 1.32 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Changes
=======
Version 0.6.6
-------------
* Fixes a error in inplace_edit plugin (TinyMCE)
Version 0.6.5
-------------
* Support for custom backupdb handler (like DCL scripts in OpenVMS)
Version 0.6.4
-------------
* Now backupdb works with postgis (before the file sql was empty)
Version 0.6.3
-------------
* Now backupdb works with postgis
Version 0.6.2
-------------
* Fixes other spanish translations to tinyMCE
Version 0.6.1
-------------
* Fixes width of the tinyMCE link popup when translated to spanish
Version 0.6.0
-------------
* Fixes spanish translations to tinyMCE
Version 0.5.9
-------------
* Hook in QueryStringManager to searchform
Version 0.5.8
-------------
* Translation tinyMCE widget to Spanish
Version 0.5.7
-------------
* Avoid surround code by <p></p> tags when adding a tinymce template.
Version 0.5.6
-------------
* Fixed readonly widgets with manytomany fields.
Version 0.5.5
-------------
* Fixed ``backupdb`` command for Django >= 1.2
Version 0.5.4
-------------
* Fixed ``load_production_db`` command for Django >= 1.2
Version 0.5.3
-------------
* Implemented a ProfilingMiddleware, to do code profiling when ?profile is defined in URL.
Version 0.5.2
-------------
* Included a ReadOnlyWidget.
Version 0.5.1
-------------
* Fixed a bug related to JSONField form validation. See #210.