index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
urlresolvers.py
Age
Commit message (
Expand
)
Author
2008-09-30
Fixed another case of reverse URL resolving that wasn't working.
Malcolm Tredinnick
2008-09-27
Fixed #9038 -- Correctly handle URL patterns with the same name (or view name),
Malcolm Tredinnick
2008-08-31
Fixed #8726 -- When doing reverse URL resolving, make sure we're consistently
Malcolm Tredinnick
2008-08-31
A rewrite of the reverse URL parsing: the reverse() call and the "url" templa...
Malcolm Tredinnick
2008-08-28
Fixed #8221: added some better `NoReverseMatch` error strings. Thanks, mrts.
Jacob Kaplan-Moss
2008-08-28
Fixed #7524: allow errors raised during import of a urlconf to bubble up.
Jacob Kaplan-Moss
2008-08-09
Made NoReverseMatch exceptions more helpful. Thanks, mrts
Luke Plant
2008-07-21
Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO (or
Malcolm Tredinnick
2008-07-19
Revert [7991] - [7993]. I was committing from the wrong branch. Sorry 'bout
Malcolm Tredinnick
2008-07-19
First part of setting request.path correctly.
Malcolm Tredinnick
2008-06-30
Fixed #7521 -- Added the ability to customize ROOT_URLCONF for the duration o...
Russell Keith-Magee
2008-06-16
Fixed #6831 -- Reverse URL resolver now replaces backslashes correctly. Thank...
Adrian Holovaty
2007-10-21
Fixed #5732 -- Catch all possible errors when importing a URLConf file. This
Malcolm Tredinnick
2007-07-13
Fixed #4839 -- Added __repr__ methods to URL classes that show the pattern they
Malcolm Tredinnick
2007-07-10
Fixed #4823 -- Fixed a Python 2.3 incompatibility from [5636] (it was even
Malcolm Tredinnick
2007-07-08
Fixed #4798-- Made sure that function keyword arguments are strings (for the
Malcolm Tredinnick
2007-07-08
Fixed reverse URL lookup using functions when the original URL pattern was a
Malcolm Tredinnick
2007-07-07
Fixed #4772 -- Fixed reverse URL creation to work with non-ASCII arguments.
Malcolm Tredinnick
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-06-25
Changed reverse URL resolving to handle the case where an included file does
Malcolm Tredinnick
2007-06-25
Fixed #4453 -- Allow dots in URL pattern names (although the string in that c...
Malcolm Tredinnick
2007-06-24
Fixed #4673 -- Fixed error reporting bug from [5516]. Also changed the timing
Malcolm Tredinnick
2007-06-23
Fixed a Python 2.3 incompatibility I overlooked in [5516].
Malcolm Tredinnick
2007-06-23
Fixed #4566 -- Added caching speed-ups to reverse URL matching. Based on a
Malcolm Tredinnick
2007-04-26
Fixed #4129 -- Pass any prefix setting into url(...) constructions so that
Malcolm Tredinnick
2007-04-01
Added the ability to name URL patterns. Helps with disambiguity reverse matches.
Malcolm Tredinnick
2007-02-25
Teeny weeny optimization to RegexURLPattern.resolve()
Adrian Holovaty
2006-11-07
Fixed #2875: made urlresolvers.get_mod_func() deal with non-qualified callbac...
Jacob Kaplan-Moss
2006-10-30
Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea...
Adrian Holovaty
2006-10-09
Made the !NoReverseMatch exception fail silently within templates (so that mo...
Jacob Kaplan-Moss
2006-08-11
Improved urlresolvers so that URLconfs can be passed objects instead of strings
Adrian Holovaty
2006-08-01
Fixed #2370 -- It's now possible to pass default URLconf arguments to include...
Adrian Holovaty
2006-07-28
Added leading slash to output of core.urlresolvers.reverse(), and made 'urlco...
Adrian Holovaty
2006-07-25
Added resolve() and reverse() helper functions to django.core.urlresolvers
Adrian Holovaty
2006-06-08
Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...
Adrian Holovaty
2006-06-02
Fixed #2025 -- Fixed some issues with URL reversal, which still isn't ready f...
Adrian Holovaty
2006-05-16
Added first stab at reverse matching to urlresolvers.py
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2005-11-27
Fixed #878 -- URLconf regex captures no longer have to be named groups. Old U...
Adrian Holovaty
2005-11-23
Added better error handling for trailing periods in URLconf include()s
Adrian Holovaty
2005-09-29
Fixed #537 -- Fixed typo in [718]. Thanks, Esaj
Adrian Holovaty
2005-09-29
Fixed #537; thanks, fonso
Jacob Kaplan-Moss
2005-09-27
Fixed #131 -- URLconfs that are 'included' now receive captured parameters fr...
Adrian Holovaty
2005-08-10
Refactored django.core.urlresolvers a tiny bit
Adrian Holovaty
2005-08-05
Greatly improved the 404 error message when DEBUG=True. If none of the urlpat...
Adrian Holovaty
2005-08-05
Refactored the internals of URL parsing to use less code
Adrian Holovaty
2005-08-01
Improved error message in urlresolvers (fixes #240)
Jacob Kaplan-Moss
2005-07-19
Improved error message in urlresolvers.RegexURLResolver.resolve to use repr i...
Adrian Holovaty
2005-07-19
Added a more helpful error message to django.core.urlresolvers.RegexURLResolv...
Adrian Holovaty
2005-07-19
Improved ViewDoesNotExist error messages in django.core.urlresolvers
Adrian Holovaty
[next]