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
2013-03-18
Fixed #13260 -- Quoted arguments interpolated in URLs in reverse.
Aymeric Augustin
2013-03-13
Fix #20022: Correctly handle prefixes with url-unsafe characters in reverse().
Baptiste Mispelon
2013-02-24
Fixed #18862 -- Honored script prefix in FlatPage.get_absolute_url.
Aymeric Augustin
2012-12-08
Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-11-03
Fixed #18210 -- Escaped special characters in reverse prefixes.
Gabriel Hurley
2012-09-01
Fixed #17892 -- Do not include whole RegexURLPattern lists in RegexURLResolve...
Claude Paroz
2012-08-30
Replaced some smart_xxx by force_xxx equivalent
Claude Paroz
2012-08-14
Don't swallow AttributeError in core.urlresolvers.get_callable.
Florian Apolloner
2012-08-12
[py3] Made __repr__ return str with Python 3
Claude Paroz
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-07-21
Fixed an `except` statement to be Python3-compatible. Thanks to charettes for...
Julien Phalip
2012-07-21
Removed u prefix on a unicode string.
Aymeric Augustin
2012-07-21
Fixed #6170 -- Ensured that a useful exception is raised when a regex is inva...
Julien Phalip
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-24
Stopped converting match dict keys to bytestrings when resolving URLs.
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-03-02
Fixed #17734 -- Made sure to only redirect translated URLs if they can actual...
Jannis Leidel
2011-12-22
Fixed #15900 -- Calls to reverse with nested namespaced urls are escaped prop...
Gabriel Hurley
2011-10-29
More django.conf.urls.defaults removals. Refs #17132
Ramiro Morales
2011-10-28
Fixed #17132 -- remove a leftover reference to django.conf.default.urls in Dj...
Alex Gaynor
2011-08-12
Fixed #11559 -- Fixed the URL resolver to be able to handle captured paramete...
Jannis Leidel
2011-08-12
Fixed #9847 -- Added 403 response handler. Many thanks to kgrandis, adamnelso...
Jannis Leidel
2011-06-17
Corrected slightly odd wording added in r16420.
Jannis Leidel
2011-06-16
Fixed #10802 -- Handle ImportErrors and AttributeErrors gracefully when raise...
Jannis Leidel
2011-06-15
Fixed #11585 -- Added ability to translate and prefix URL patterns with a lan...
Jannis Leidel
2011-05-07
Fixed #13154 -- Fixed the URL resolver's reverse() to match the behavior of i...
Jannis Leidel
2011-05-05
Fixed #15795 - `__repr__` for RegexURLPattern not unicode safe
Luke Plant
2011-04-29
Fixed #5925 -- Added new lazily evaluated version of django.core.urlresolvers...
Jannis Leidel
2011-01-17
Refactor all uses of thread locals to be more consistant and sane.
Alex Gaynor
2010-09-12
Debug 404 page now displays names of URL patterns, if they exist.
Malcolm Tredinnick
2010-08-14
Fixed #5350 -- Added fallback to default 404/500 handlers when they're not ex...
Russell Keith-Magee
2010-08-06
Fixed #14027 -- Ensure that reverse() raises an exception when you try to rev...
Russell Keith-Magee
2010-08-06
Corrected [13479], accounting for unnamed urls that are instances of classes.
Russell Keith-Magee
2010-08-05
Fixed #13922 -- Updated resolve() to support namespaces. Thanks to Nowell Str...
Russell Keith-Magee
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-01-10
Changed a whole bunch of places to raise exception instances instead of old-s...
Adrian Holovaty
2009-12-13
Fixed #10326: handler500 and handler404 may now be callables. Thanks, dcwatso...
Jacob Kaplan-Moss
2009-11-16
Fixed #5034 -- honor request.urlconf in reverse and resolve.
Brian Rosner
2009-09-10
Improved NoReverseMatch error message when invalid args/kwargs are passed.
Luke Plant
2009-07-16
Fixed #10061 -- Added namespacing for named URLs - most importantly, for the ...
Russell Keith-Magee
2009-07-02
Fixed #10834 -- Corrected [11120] to ensure that there is a difference betwee...
Russell Keith-Magee
2009-06-29
Fixed #10834 -- Added bucket condition to ensure that URL resolvers won't eve...
Russell Keith-Magee
2009-04-04
Fixed #10065 -- Corrected an error message when an empty urlpattern object is...
Russell Keith-Magee
2009-03-31
Fixed #10553 -- Corrected several uses of `URLconf` in documentation and comm...
Gary Wilson Jr
2009-03-18
Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...
Jacob Kaplan-Moss
2009-03-12
Fixed #10472 -- Fixed a race condition in reverse URL resolving.
Malcolm Tredinnick
2009-01-10
In urlconfs, include() may now be used on an iterable of patterns instead of ...
Jacob Kaplan-Moss
[prev]
[next]