-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
87 lines (58 loc) · 3.11 KB
/
CHANGELOG
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
84
85
86
87
==== 1.6.3 (2013-12-04) ====
- Added jquery-migrate to better support external plugins
- Bootstrap 3: fix display of column groups. Also uses bootstrap grid for layout of multiple fields per row
- Error in README: updated instruction refering to where to place templates when embedding them in an app
- Fixing actions_on_top Go button not working
==== 1.6.2 (2013-11-28) ====
- Boostrap 3 theme (thanks to ze-phyr-us). In order to use it, add `django_admin_bootstrapped.bootstrap3` before `django_admin_bootstrapped` into your `INSTALLED_APPS` setting.
==== 1.6.1 (2013-11-16) ====
- FIX #56: jquery now loaded from local installation, not the CDN
- FIX #65: recent actions now has working urls
==== 1.6.0 (2013-11-08) ====
- django 1.6 compatibility
- experimental support to Django-CMS 2.4. This is thanks to a fork of kayluhb, which has never been transformed in a PR, but still it's worth a try.
- Python 3 compatibility (it has always been compatible, but now it's flagged appropriately as such)
- changed version to 1.6 to reflect the 'Stable' status of the project and the compatibility with Django 1.6
==== 0.4.3 (2013-08-27) ====
- display errors properly for inlines (thanks to jmagnusson)
==== 0.4.2 (2013-08-10) ====
- checkboxes now properly aligned
- admin title translation now working with a dedicated template
==== 0.4.1 (2013-05-29) ====
- tooltips for title attributes
- generic relation lookup plugin
- FIX: Twitter Bootstrap Responsive Navbar Broken on Small Screens (http://stackoverflow.com/questions/10185384/twitter-bootstrap-responsive-navbar-broken-on-small-screens) as reported by Fernando (https://twitter.com/fersan3)
- FIX: login page responsive layout
- FIX #6: autocapitalization disabled in the login form (mobile friendly)
- FIX #13: boolean fields will show the help text if provided
- FIX #36: list filters now partially usable on a mobile fine
==== 0.4 (2013-05-27) ====
- added compatibility for django-cms (thanks to kayluhb)
- xhtml cleanup (thanks to Ricklef Wohlers)
- UI cleanup (thanks to intuxicated & yceruto)
- Twitter Bootstrap version 2.3.1 (thanks to yceruto)
- admin static files now loaded using relative urls (thanks to jmagnusson)
==== 0.3.2 (2013-02-06) ====
- temporary bugfix for change_list actions
==== 0.3.1 (2013-01-19) ====
- registration template fixes
- registration template fixes
==== 0.3 (2013-01-17) ====
- dropped tabs in homepage in favour of vanilla list of available applications
- application dropdown menu for fast access in navbar
- filters moved to a dropdown in navbar to gain screen space
- added documentation for the translation goodies
==== 0.2 (2012-12-04) ====
- sortable inlines
- inlines wrapped in wells for UI consistency
==== 0.1.1 (2012-11-20) ====
- added a test project
- upgrade to Twitter Bootstrap 2.2.1 (issue #8)
- implemented inline tabular view
- fixed the messages styling
- temporary fix for the page title
- open is now the default style for the stacked inlines
- filters in the change list views are now positioned on the left, to handle wide tables
- pagination rendered with a smaller style (issue #2)
==== 0.1.0 (2012-10-22) ====
- first release