-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCHANGES.txt
More file actions
22 lines (18 loc) · 726 Bytes
/
CHANGES.txt
File metadata and controls
22 lines (18 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
=======
CHANGES
=======
v0.1.7, 2014-03-09
==================
* Some special chars will be shown in the Regex
* Fixed Base directory bug; The base dir for apps is the python_path
* Fixed Issue #10, Root URLS now show all patterns
* Templates and views can be imported from across apps and will be shown across apps
* Compatible with Django 1.4+
* URLS are clumped together in alphabetical order
v0.1.6, 2014-01-19
==================
* The URLS are now shown completely with their app names prepended
* URL doesn't contain the $ character anymore
* Bootstrapping functions are now included in bootstraputils.py and not utils.py
* ADMIN docs aren't allowed in associations
* Associations Usage page updated with more details