File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1+ v0.2.2
2+ ------
3+
4+ Reverting tests back.
5+
16v0.2.1
27------
38
Original file line number Diff line number Diff line change 1- # [ Django Macros URL] ( https://github.com/phpdude/django-macros-url/ ) v0.2.1 - Routing must be simple as possible
1+ # [ Django Macros URL] ( https://github.com/phpdude/django-macros-url/ ) v0.2.2 - Routing must be simple as possible
22
33Django Macros URL makes it easy to write (and read) URL patterns in your Django applications by using macros.
44
Original file line number Diff line number Diff line change 11import re
22
3- VERSION = (0 , 2 , 1 )
3+ VERSION = (0 , 2 , 2 )
44
55_macros_library = {
66 'id' : r'\d+' ,
Original file line number Diff line number Diff line change 77from macrosurl import MacroUrlPattern , url
88
99if sys .version_info >= (2 , 7 ):
10- import django
1110 import unittest
12-
13- os .environ ['DJANGO_SETTINGS_MODULE' ] = 'tests.settings'
14- django .setup ()
1511else :
1612 from django .utils import unittest
1713
You can’t perform that action at this time.
0 commit comments