Django

Code

root/django/trunk/django/core/urlresolvers.py


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9099 [9099] 09/30/08 00:52:35 mtredinnick Fixed another case of reverse URL resolving that wasn't working. This is …
(edit) @9087 [9087] 09/27/08 01:14:11 mtredinnick Fixed #9038 -- Correctly handle URL patterns with the same name (or view …
(edit) @8777 [8777] 08/31/08 17:47:25 mtredinnick Fixed #8726 -- When doing reverse URL resolving, make sure we're …
(edit) @8760 [8760] 08/31/08 06:11:20 mtredinnick A rewrite of the reverse URL parsing: the reverse() call and the "url" …
(edit) @8672 [8672] 08/28/08 14:05:14 jacob Fixed #8221: added some better NoReverseMatch error strings. Thanks, …
(edit) @8664 [8664] 08/28/08 11:14:13 jacob Fixed #7524: allow errors raised during import of a urlconf to bubble up.
(edit) @8272 [8272] 08/09/08 13:06:51 lukeplant Made NoReverseMatch? exceptions more helpful. Thanks, mrts
(edit) @8015 [8015] 07/21/08 02:57:10 mtredinnick Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO …
(edit) @7995 [7995] 07/19/08 14:37:55 mtredinnick Revert [7991] - [7993]. I was committing from the wrong branch. Sorry …
(edit) @7991 [7991] 07/19/08 14:32:01 mtredinnick First part of setting request.path correctly. Still needs: - testing …
(edit) @7805 [7805] 06/30/08 07:34:29 russellm Fixed #7521 -- Added the ability to customize ROOT_URLCONF for the …
(edit) @7660 [7660] 06/15/08 23:16:21 adrian Fixed #6831 -- Reverse URL resolver now replaces backslashes correctly. …
(edit) @6584 [6584] 10/21/07 12:51:06 mtredinnick Fixed #5732 -- Catch all possible errors when importing a URLConf file. …
(edit) @5681 [5681] 07/13/07 04:14:51 mtredinnick Fixed #4839 -- Added repr methods to URL classes that show the pattern …
(edit) @5641 [5641] 07/10/07 07:02:06 mtredinnick Fixed #4823 -- Fixed a Python 2.3 incompatibility from [5636] (it was …
(edit) @5636 [5636] 07/08/07 06:22:53 mtredinnick Fixed #4798-- Made sure that function keyword arguments are strings (for …
(edit) @5632 [5632] 07/07/07 19:39:32 mtredinnick Fixed reverse URL lookup using functions when the original URL pattern was …
(edit) @5630 [5630] 07/07/07 13:24:27 mtredinnick Fixed #4772 -- Fixed reverse URL creation to work with non-ASCII …
(edit) @5609 [5609] 07/04/07 07:11:04 mtredinnick Merged Unicode branch into trunk (r4952:5608). This should be …
(edit) @5538 [5538] 06/25/07 11:19:36 mtredinnick Changed reverse URL resolving to handle the case where an included file …
(edit) @5530 [5530] 06/24/07 23:34:34 mtredinnick Fixed #4453 -- Allow dots in URL pattern names (although the string in …
(edit) @5520 [5520] 06/24/07 04:38:30 mtredinnick Fixed #4673 -- Fixed error reporting bug from [5516]. Also changed the …
(edit) @5517 [5517] 06/23/07 01:02:17 mtredinnick Fixed a Python 2.3 incompatibility I overlooked in [5516].
(edit) @5516 [5516] 06/23/07 00:40:28 mtredinnick Fixed #4566 -- Added caching speed-ups to reverse URL matching. Based on …
(edit) @5086 [5086] 04/26/07 06:17:19 mtredinnick Fixed #4129 -- Pass any prefix setting into url(...) constructions so …
(edit) @4901 [4901] 04/01/07 02:25:20 mtredinnick Added the ability to name URL patterns. Helps with disambiguity reverse …
(edit) @4587 [4587] 02/25/07 16:31:31 adrian Teeny weeny optimization to RegexURLPattern.resolve()
(edit) @4047 [4047] 11/06/06 23:05:16 jacob Fixed #2875: made urlresolvers.get_mod_func() deal with non-qualified …
(edit) @3951 [3951] 10/30/06 14:50:27 adrian Fixed #2968 -- Changed arguments to import to use empty dictionary …
(edit) @3898 [3898] 10/09/06 18:24:48 jacob Made the NoReverseMatch exception fail silently within templates (so that …
(edit) @3554 [3554] 08/11/06 02:01:29 adrian Improved urlresolvers so that URLconfs can be passed objects instead of …
(edit) @3506 [3506] 07/31/06 21:57:08 adrian Fixed #2370 -- It's now possible to pass default URLconf arguments to …
(edit) @3470 [3470] 07/27/06 21:08:17 adrian Added leading slash to output of core.urlresolvers.reverse(), and made …
(edit) @3445 [3445] 07/25/06 02:30:22 adrian Added resolve() and reverse() helper functions to django.core.urlresolvers
(edit) @3113 [3113] 06/08/06 00:00:13 adrian Fixed #2109 -- Convert old-style classes to new-style classes throughout …
(edit) @3057 [3057] 06/01/06 23:38:16 adrian Fixed #2025 -- Fixed some issues with URL reversal, which still isn't …
(edit) @2910 [2910] 05/15/06 23:05:55 adrian Added first stab at reverse matching to urlresolvers.py
(edit) @2809 [2809] 05/01/06 20:31:56 adrian MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly …
(edit) @1470 [1470] 11/27/05 16:08:51 adrian Fixed #878 -- URLconf regex captures no longer have to be named groups. …
(edit) @1376 [1376] 11/23/05 15:44:48 adrian Added better error handling for trailing periods in URLconf include()s
(edit) @719 [719] 09/29/05 09:59:49 adrian Fixed #537 -- Fixed typo in [718]. Thanks, Esaj
(edit) @718 [718] 09/29/05 08:29:12 jacob Fixed #537; thanks, fonso
(edit) @704 [704] 09/26/05 23:24:19 adrian Fixed #131 -- URLconfs that are 'included' now receive captured parameters …
(edit) @479 [479] 08/10/05 17:20:18 adrian Refactored django.core.urlresolvers a tiny bit
(edit) @414 [414] 08/05/05 17:22:41 adrian Greatly improved the 404 error message when DEBUG=True. If none of the …
(edit) @411 [411] 08/05/05 15:50:19 adrian Refactored the internals of URL parsing to use less code
(edit) @357 [357] 08/01/05 09:41:01 jacob Improved error message in urlresolvers (fixes #240)
(edit) @204 [204] 07/19/05 09:47:41 adrian Improved error message in urlresolvers.RegexURLResolver.resolve to use …
(edit) @196 [196] 07/19/05 00:45:31 adrian Added a more helpful error message to …
(edit) @193 [193] 07/18/05 23:30:23 adrian Improved ViewDoesNotExist? error messages in django.core.urlresolvers
(add) @3 [3] 07/12/05 20:25:57 adrian Imported Django from private SVN repository (created from r. 8825)
Note: See TracRevisionLog for help on using the revision log.