|
|
|
@9001
|
[9001]
|
09/10/08 00:56:34 |
adrian |
Moved the bulk of the shortcut() function in django/views/defaults.py to a … |
|
|
|
@7650
|
[7650]
|
06/15/08 22:41:03 |
adrian |
Fixed #7127 -- Fixed incorrect docstring for page_not_found() view. … |
|
|
|
@5594
|
[5594]
|
07/03/07 10:11:49 |
adrian |
Fixed #4685 -- 'View on site' now works for https URLs. Thanks, … |
|
|
|
@5511
|
[5511]
|
06/22/07 02:15:04 |
mtredinnick |
Backed out the changes in [5482] for a bit whilst some more investigation … |
|
|
|
@5482
|
[5482]
|
06/17/07 02:11:37 |
mtredinnick |
Fixed #4565 -- Changed template rendering to use iterators, rather … |
|
|
|
@4612
|
[4612]
|
02/26/07 11:43:41 |
jacob |
Added a comment to the 404/500 views so that people with DEBUG=False and … |
|
|
|
@3193
|
[3193]
|
06/22/06 11:28:40 |
adrian |
Changed default 500 view NOT to use RequestContext?, to lessen the chance … |
|
|
|
@3179
|
[3179]
|
06/20/06 09:07:48 |
adrian |
Fixed #688 -- Changed default 404 and 500 views to use RequestContext? |
|
|
|
@2859
|
[2859]
|
05/06/06 13:46:53 |
lukeplant |
Made QuerySet? slicing return IndexError? instead of DoesNotExist? (and … |
|
|
|
@2809
|
[2809]
|
05/01/06 20:31:56 |
adrian |
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly … |
|
|
|
@1350
|
[1350]
|
11/21/05 23:47:51 |
adrian |
Changed views.defaults page_not_found and server_error to pass in optional … |
|
|
|
@1166
|
[1166]
|
11/10/05 22:45:05 |
adrian |
BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redirects to … |
|
|
|
@1012
|
[1012]
|
10/26/05 09:01:53 |
jacob |
Fixed shortcut redirect handler |
|
|
|
@903
|
[903]
|
10/17/05 08:24:29 |
adrian |
Fixed #634 -- Changed shortcut view to accept get_absolute_url()s that … |
|
|
|
@867
|
[867]
|
10/14/05 15:10:13 |
adrian |
Fixed #626 -- Moved template modules to django.core.template package. … |
|
|
|
@549
|
[549]
|
08/25/05 17:51:30 |
adrian |
Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to … |
|
|
|
@316
|
[316]
|
07/26/05 11:11:43 |
adrian |
Fixed #163 -- Added 'pk' database API option, which is a shorthand for … |
|
|
|
@233
|
[233]
|
07/19/05 19:50:37 |
adrian |
Changed django.views.defaults to use template.Context instead of … |
|
|
|
@57
|
[57]
|
07/15/05 12:09:01 |
adrian |
Renamed CMSRequest to DjangoRequest?, and CMSContext to DjangoContext?. Old … |
|
|
|
@9
|
[9]
|
07/13/05 22:17:09 |
adrian |
Changed many-to-many API to be get_FOO_list instead of get_FOOs |
|
|
|
@3
|
[3]
|
07/12/05 20:25:57 |
adrian |
Imported Django from private SVN repository (created from r. 8825) |