forked from grnet/djnro
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChangelog
53 lines (38 loc) · 1.16 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
Version 1.2.0
==============
- Django 1.11
- Python >= 3.4 compatibility
- eduroam database version 2 adaptation
Version 1.1.1
==============
- Static files are now handled via django.contrib.staticfiles
Read the relevant section in the install doc and make sure to
backup any files dropped into static/ before running collectstatic
Version 1.1
==============
- Django 1.8
(breaking changes, see the docs for upgrades/migrations)
- many-to-many relationships for servers
- configurable login methods
- lots of fixes
Version 1
==============
- redesign (bootstrap 3)
- fix google auth
- add requirements.txt file (for pip)
Version 0.9
==============
- Upgrade to django 1.4 in order to support debian Wheezy
- force ordering of info and policy urls
- Prevent the usage of failed institution
Version 0.8.10
==============
- Add multiple email field. This closes #3447
- Moved encoding to top of settings.py.dist file
Version 0.8.9
==============
- Change in context processor in settings.py
Actions if upgrading
--------------------
v0.8.8 => v0.8.9
* Replace 'django.core.context_processors.auth' with 'django.contrib.auth.context_processors.auth'