| Age | Commit message (Expand) | Author |
| 2013-02-26 | Merged regressiontests and modeltests into the test root. | Florian Apolloner |
| 2013-02-13 | Fixed #18558 -- Added url property to HttpResponseRedirect* | Hiroki Kiyohara |
| 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-27 | Fixed #15695 -- Added `ResolverMatch` to the request object. | Florian Apolloner |
| 2012-09-07 | [py3k] Silence many warnings while running the tests. | Alex Gaynor |
| 2012-09-01 | Fixed #17892 -- Do not include whole RegexURLPattern lists in RegexURLResolve... | Claude Paroz |
| 2012-08-14 | Don't swallow AttributeError in core.urlresolvers.get_callable. | Florian Apolloner |
| 2012-08-14 | [py3] Compared response.content with bytes. | Aymeric Augustin |
| 2012-07-21 | Fixed #6170 -- Ensured that a useful exception is raised when a regex is inva... | Julien Phalip |
| 2012-04-29 | Fixed #18013 -- Use the new 'as' syntax for exceptions. | Claude Paroz |
| 2012-04-24 | Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syn... | Claude Paroz |
| 2012-01-03 | Fixed #17492 -- Allow reversal of named backreferences. Thanks nate_b | Chris Beaven |
| 2011-12-22 | Fixed #15900 -- Calls to reverse with nested namespaced urls are escaped prop... | Gabriel Hurley |
| 2011-11-07 | Fixes #17173 -- Added some extra regression tests for reversing namespaced ur... | Chris Beaven |
| 2011-10-13 | Convert the remainder of the relative imports in the tests to be absolute imp... | Alex Gaynor |
| 2011-09-11 | Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`... | Ramiro Morales |
| 2011-08-13 | Fixed #14503 -- Unified multiple implementations of test cases assert* method... | Ramiro Morales |
| 2011-08-12 | Fixed #11559 -- Fixed the URL resolver to be able to handle captured paramete... | Jannis Leidel |
| 2011-07-13 | Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t... | Jannis Leidel |
| 2011-06-16 | Fixed #10802 -- Handle ImportErrors and AttributeErrors gracefully when raise... | Jannis Leidel |
| 2011-05-12 | Fixed minor typo in tests introduced in r16121. Refs #5925. | Jannis Leidel |
| 2011-05-07 | Fixed #13154 -- Fixed the URL resolver's reverse() to match the behavior of i... | Jannis Leidel |
| 2011-04-29 | Added file forgotten in r16121. Refs #5925. Thanks, Julien. | Jannis Leidel |
| 2011-04-29 | Fixed #5925 -- Added new lazily evaluated version of django.core.urlresolvers... | Jannis Leidel |
| 2011-03-03 | Updated test assertions that have been deprecated by the move to unittest2. I... | Russell Keith-Magee |
| 2010-11-20 | Fixed #14389, #9666 -- Started the migration path to make the first argument ... | Russell Keith-Magee |
| 2010-10-11 | Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,... | Russell Keith-Magee |
| 2010-09-27 | Migrated urlpatterns_reverse doctests. Thanks to Stephan Jaekel. | Russell Keith-Magee |
| 2010-09-12 | Debug 404 page now displays names of URL patterns, if they exist. | Malcolm Tredinnick |
| 2010-08-14 | Added file missing from r13590. | Russell Keith-Magee |
| 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-03-26 | Fixed #12594 -- Ensured that a meaningful exception is raised when the urlcon... | Russell Keith-Magee |
| 2010-01-10 | Fixed #11960 -- Improved error message for redirects. Thanks, mattmcc | 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-07-16 | Fixed #10061 -- Added namespacing for named URLs - most importantly, for the ... | 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-21 | Fixed #10194: added `django.shortcuts.redirect`, a do-what-I-mean redirect sh... | Jacob Kaplan-Moss |
| 2009-01-10 | In urlconfs, include() may now be used on an iterable of patterns instead of ... | Jacob Kaplan-Moss |
| 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-09-01 | Fixed a case of incorrect parsing of quanitifers in reg-exp patterns. | Malcolm Tredinnick |
| 2008-08-31 | Fixed #8725 -- Handle empty URL patterns in reverse(). | Malcolm Tredinnick |
| 2008-08-31 | A rewrite of the reverse URL parsing: the reverse() call and the "url" templa... | Malcolm Tredinnick |
| 2008-07-06 | Revert [7849] and [7850]. Brain failure on my part. | Malcolm Tredinnick |