|
|
|
@7560
|
[7560]
|
05/29/08 07:02:11 |
russellm |
Fixed #7191 -- Removed leading slashes in description of the patterns that … |
|
|
|
@7361
|
[7361]
|
03/24/08 23:42:21 |
adrian |
Edited some docs changes from the past few days |
|
|
|
@7303
|
[7303]
|
03/18/08 15:58:39 |
ubernostrum |
Fixed #6382: Documented request.urlconf |
|
|
|
@7294
|
[7294]
|
03/18/08 09:54:39 |
mtredinnick |
Added "svn:eol-style native" to every text file in the tree (*.txt, … |
|
|
|
@7122
|
[7122]
|
02/15/08 23:15:09 |
adrian |
Made a bunch of small doc rewordings from changes over the past couple of … |
|
|
|
@7110
|
[7110]
|
02/13/08 22:54:03 |
mtredinnick |
Updated the documentation for patterns() to note Python's 255 argument … |
|
|
|
@6743
|
[6743]
|
11/29/07 12:15:38 |
mtredinnick |
Fixed #5955 -- Made a bunch of ReST fixes. Thanks, SmileyChris?. |
|
|
|
@5945
|
[5945]
|
08/19/07 10:08:21 |
mtredinnick |
Added documentation of the arguments for the url() function. |
|
|
|
@5939
|
[5939]
|
08/19/07 05:15:11 |
mtredinnick |
Added links from any reference to the url template tag to the appropriate … |
|
|
|
@5796
|
[5796]
|
08/03/07 22:19:14 |
gwilson |
Fixed #5078 -- Fixed several broken links to the syndication … |
|
|
|
@5638
|
[5638]
|
07/09/07 21:34:42 |
gwilson |
Fixed #4817 -- Removed leading forward slashes from some urlconf examples … |
|
|
|
@5411
|
[5411]
|
06/01/07 11:59:56 |
adrian |
Edited docs/url_dispatch.txt changes from [5362] |
|
|
|
@5401
|
[5401]
|
06/01/07 04:35:29 |
mtredinnick |
Fixed #4409 -- Fixed a typo in tutorial (thanks, … |
|
|
|
@5369
|
[5369]
|
05/27/07 09:09:57 |
mtredinnick |
Fixed a typo. |
|
|
|
@5362
|
[5362]
|
05/27/07 07:05:59 |
mtredinnick |
Added documentation for reverse() (based on a patch from Simon Greenhill) … |
|
|
|
@4966
|
[4966]
|
04/08/07 21:07:04 |
adrian |
Edited docs/url_dispatch.txt changes from [4901] |
|
|
|
@4903
|
[4903]
|
04/01/07 02:36:06 |
mtredinnick |
Typo fix. |
|
|
|
@4901
|
[4901]
|
04/01/07 02:25:20 |
mtredinnick |
Added the ability to name URL patterns. Helps with disambiguity reverse … |
|
|
|
@4804
|
[4804]
|
03/23/07 15:45:30 |
ubernostrum |
Remove notes about things added/removed in development version, since the … |
|
|
|
@4638
|
[4638]
|
02/27/07 14:11:26 |
jacob |
Fixed #3598: Added a note about the precedence of URL matches versus … |
|
|
|
@4420
|
[4420]
|
01/24/07 14:08:47 |
adrian |
Fixed #3333 -- Docs now use relative links, not hard-coded … |
|
|
|
@4395
|
[4395]
|
01/22/07 20:11:33 |
adrian |
Fixed small inconsistency in docs/url_dispatch.txt 'New in Django … |
|
|
|
@4358
|
[4358]
|
01/19/07 11:21:04 |
adrian |
Changed one link in docs/url_dispatch.txt to use a relative link, as an … |
|
|
|
@3554
|
[3554]
|
08/11/06 02:01:29 |
adrian |
Improved urlresolvers so that URLconfs can be passed objects instead of … |
|
|
|
@3506
|
[3506]
|
07/31/06 21:57:08 |
adrian |
Fixed #2370 -- It's now possible to pass default URLconf arguments to … |
|
|
|
@3505
|
[3505]
|
07/31/06 21:23:24 |
adrian |
Fixed inconsistency in docs/url_dispatch.txt with regard to matching … |
|
|
|
@2818
|
[2818]
|
05/02/06 21:18:10 |
adrian |
Fixed two typos in docs/url_dispatch.txt |
|
|
|
@2816
|
[2816]
|
05/02/06 14:22:33 |
adrian |
Added 'Multiple view prefixes' section to docs/url_dispatch.txt. Thanks, … |
|
|
|
@2809
|
[2809]
|
05/01/06 20:31:56 |
adrian |
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly … |
|
|
|
@2624
|
[2624]
|
04/06/06 09:20:11 |
adrian |
Fixed #1588 -- Fixed typo in docs/url_dispatch.txt |
|
|
|
@1898
|
[1898]
|
01/10/06 18:11:29 |
adrian |
Removed 'Only in Django development version' messages from the docs, … |
|
|
|
@1813
|
[1813]
|
01/02/06 12:22:43 |
adrian |
Fixed #1156 -- Fixed typo in docs/url_dispatch.txt. Thanks, Brian Ray |
|
|
|
@1790
|
[1790]
|
12/28/05 17:14:09 |
adrian |
Fixed #1128 -- Fixed typo in docs/url_dispatch.txt. Thanks, joost |
|
|
|
@1471
|
[1471]
|
11/27/05 17:03:56 |
adrian |
Updated middleware.txt and url_dispatch.txt docs to reflect [1470] … |
|
|
|
@1453
|
[1453]
|
11/27/05 08:35:18 |
adrian |
Fixed several bugs in docs/url_dispatch.txt, and made several … |
|
|
|
@1292
|
[1292]
|
11/19/05 12:28:08 |
adrian |
Fixed ReST bugs in [1291] |
|
|
|
@1291
|
[1291]
|
11/19/05 12:20:30 |
adrian |
Beefed up docs/url_dispatch.txt |
|
|
|
@1166
|
[1166]
|
11/10/05 22:45:05 |
adrian |
BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redirects to … |
|
|
|
@704
|
[704]
|
09/26/05 23:24:19 |
adrian |
Fixed #131 -- URLconfs that are 'included' now receive captured parameters … |
|
|
|
@286
|
[286]
|
07/21/05 14:45:36 |
adrian |
Fixed typos in docs/url_dispatch from [282] |
|
|
|
@282
|
[282]
|
07/21/05 13:12:29 |
jacob |
Updated url dispatch docs to make it more clear that the prefix need not … |
|
|
|
@236
|
[236]
|
07/19/05 20:16:51 |
adrian |
Fixed typos and tightened up docs/url_dispatch.txt |
|
|
|
@70
|
[70]
|
07/15/05 16:17:52 |
jacob |
Added URL config documentation |