Django

Code

root/django/trunk/django/views/defaults.py


Mode:

Legend:

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