-
Notifications
You must be signed in to change notification settings - Fork 13
/
CHANGES.txt
58 lines (31 loc) · 1006 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
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
0.4.4 (unreleased)
------------------
- address pyramid compatibility issue #19 (vangheem)
0.4.3 (2011-12-26)
------------------
0.4.2 (2011-11-03)
------------------
- Pyramid 1.1 compatibility (amleczko)
- Adding IBeforeListingRenderEvent (amleczko)
- Fix problem with formalchemy_model_view registration (amleczko)
0.4.1 (2011-07-01)
------------------
- Fix documentation urls (gawel)
- Adding fallback for missing model_class on request (gawel)
- Adding missing templates to egg (ConceitedCode, do3cc)
0.4 - aka CRUD Sprint (hosted by Red Turtle) release
----------------------------------------------------
- view customisation per model (amleczko)
- autocomplete renderer for relations (amleczko)
- various events hook (amleczko)
- paster template for Akhet (do3cc)
- permission check in model listing
- customisable actions
- i18n
0.2
---
- Take care of permissions. You can now use an __acl__ attribute in your SA
models to restrict access
0.1
---
- Initial version