File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
33
4+ 1.1.0
5+ -----
6+
7+ * Removed assumptions that nominations will be for URLs with http scheme.[ #67 ] ( https://github.com/unt-libraries/django-nomination/issues/67 )
8+ * Adjusted partial search to be scheme agnostic.
9+ * Added scheme agnostic SURT browsing.[ #80 ] ( https://github.com/unt-libraries/django-nomination/issues/80 )
10+ * Modified search by URL to allow alternate schemes when exact match is not available.
11+ * Moved compiling of regular expressions outside of loops.[ #38 ] ( https://github.com/unt-libraries/django-nomination/issues/38 )
12+ * Removed three unreachable branches in create_json_browse(). [ #26 ] ( https://github.com/unt-libraries/django-nomination/issues/26 )
13+ * Removed 'except' branch in url_lookup view that never catches anything. [ #31 ] ( https://github.com/unt-libraries/django-nomination/issues/31 )
14+
4151.0.3
516-----
617
Original file line number Diff line number Diff line change 33
44setup (
55 name = 'django-nomination' ,
6- version = '1.0.3 ' ,
6+ version = '1.1.0 ' ,
77 packages = find_packages (exclude = ['tests*' ]),
88 description = '' ,
99 long_description = 'See the home page for more information.' ,
You can’t perform that action at this time.
0 commit comments