-
Notifications
You must be signed in to change notification settings - Fork 18
/
CHANGELOG
43 lines (30 loc) · 1.09 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
django-loginurl changelog
=========================
Version 0.2, 8 July 2013
------------------------
* Various fixes and improvements
* Django 1.5 compatibility and this will break compatibility
with Django <1.3. Users with older version of Django still
can use django-loginurl v0.1.4
https://github.com/fajran/django-loginurl/pull/6
Version 0.1.4, 2 September 2011
-------------------------------
* Redirect to the default login page when no key is provided
* Set zip_safe to False
https://github.com/fajran/django-loginurl/issues/1
Version 0.1.3, 31 January 2010
------------------------------
* Add unittest
* Add installation guide
* Various updates and bug fixes
Version 0.1.2, 28 January 2010
------------------------------
* Rename the application to django-loginurl
* Add an acknowledgement to Epiwork Project http://www.epiwork.eu/
Version 0.1.1, 26 January 2010
------------------------------
* Added documentation in the README.rst file.
* Added changelog file.
Version 0.1.0, 25 January 2010
------------------------------
* First working version, still no documentation at all though.