|
|
|
@7866
|
[7866]
|
07/07/08 21:11:09 |
adrian |
Fixed #7569 -- Improved a link in docs/generic_views.txt to link to the … |
|
|
|
@7309
|
[7309]
|
03/18/08 16:58:31 |
adrian |
Improved docs/generic_views.txt to note the new template context for the … |
|
|
|
@7294
|
[7294]
|
03/18/08 09:54:39 |
mtredinnick |
Added "svn:eol-style native" to every text file in the tree (*.txt, … |
|
|
|
@6833
|
[6833]
|
12/02/07 09:43:35 |
mtredinnick |
Fixed #685 -- archive_index() and object_list() generic views allow … |
|
|
|
@6410
|
[6410]
|
09/23/07 01:18:49 |
russellm |
Fixed #2603 -- Fixed a typo and added a helpful example reference to the … |
|
|
|
@6280
|
[6280]
|
09/15/07 06:19:35 |
russellm |
Fixed #5357 -- Added documentation on the 'page' argument to generic … |
|
|
|
@6258
|
[6258]
|
09/14/07 23:53:35 |
adrian |
Fixed #5482 -- Fixed ReST error in docs/generic_views.txt. Thanks, … |
|
|
|
@6162
|
[6162]
|
09/13/07 23:24:58 |
russellm |
Added documentation notes for new feature added in [6149]. |
|
|
|
@6161
|
[6161]
|
09/13/07 23:15:55 |
adrian |
Added 'New in Django development version' note to docs/generic_views.txt … |
|
|
|
@6157
|
[6157]
|
09/13/07 22:54:28 |
russellm |
Fixed #3895 -- Added ability to customize the context variable in the … |
|
|
|
@6149
|
[6149]
|
09/13/07 20:52:10 |
russellm |
Fixed #4919 -- Added 'last' marker on paginators. Thanks to … |
|
|
|
@6146
|
[6146]
|
09/13/07 20:01:02 |
russellm |
Fixed #1795 -- Added page_range to paginators in generic list views. … |
|
|
|
@5877
|
[5877]
|
08/12/07 07:59:41 |
mtredinnick |
Fixed #5085 -- In generic views, set the default name for the slug field … |
|
|
|
@5537
|
[5537]
|
06/25/07 11:11:32 |
mtredinnick |
Fixed #4668, #4669, #4670, #4671 -- Fixed a group of ReST markup errors. … |
|
|
|
@5406
|
[5406]
|
06/01/07 05:37:39 |
mtredinnick |
Fixed #4401 -- Added documentation about mimetype parameter … |
|
|
|
@5064
|
[5064]
|
04/24/07 00:58:03 |
adrian |
Fixed #4133 -- Fixed broken links in docs. Thanks, Gary Wilson |
|
|
|
@5050
|
[5050]
|
04/20/07 23:21:45 |
mtredinnick |
Fixed #4101 -- Clarified a potentially confusing URL pattern in one … |
|
|
|
@4895
|
[4895]
|
04/01/07 00:32:44 |
mtredinnick |
Fixed #3889 -- Fixed incorrect anchor in link. |
|
|
|
@4804
|
[4804]
|
03/23/07 15:45:30 |
ubernostrum |
Remove notes about things added/removed in development version, since the … |
|
|
|
@4593
|
[4593]
|
02/25/07 23:07:54 |
jacob |
Fixed #3249: small doc fix to pagination documentation. Thanks, Nikolaus … |
|
|
|
@4591
|
[4591]
|
02/25/07 22:53:44 |
jacob |
Fixed #3170: added first_on_page and last_on_page arguments to paginated … |
|
|
|
@4420
|
[4420]
|
01/24/07 14:08:47 |
adrian |
Fixed #3333 -- Docs now use relative links, not hard-coded … |
|
|
|
@4397
|
[4397]
|
01/22/07 20:15:36 |
adrian |
Fixed a couple more ReST errors I found in docs/generic_views.txt |
|
|
|
@4396
|
[4396]
|
01/22/07 20:13:25 |
adrian |
Fixed #3234 -- Fixed ReST error in docs/generic_views.txt. Thanks, paolo |
|
|
|
@4208
|
[4208]
|
12/15/06 12:00:50 |
adrian |
Copied django.forms to django.oldforms and changed all code to reference … |
|
|
|
@3953
|
[3953]
|
10/30/06 14:57:35 |
adrian |
Added note to docs/generic_views.txt that extra_context is new in Django … |
|
|
|
@3950
|
[3950]
|
10/30/06 08:30:43 |
russellm |
Fixes #2966 -- Added extra_context parameter to direct_to_template generic … |
|
|
|
@3913
|
[3913]
|
10/23/06 02:46:22 |
mtredinnick |
Fixed #2929 -- Replaced a few occurrences of DEFAULT_MIME_TYPE with the … |
|
|
|
@3526
|
[3526]
|
08/04/06 20:49:26 |
adrian |
Fixed #2486 -- Fixed typo in docs/generic_views.txt. Thanks, … |
|
|
|
@3457
|
[3457]
|
07/27/06 11:36:02 |
adrian |
Fixed #2433 -- Added allow_future option to date-based generic views |
|
|
|
@3071
|
[3071]
|
06/03/06 17:06:48 |
adrian |
Fixed #2075 -- Added 'page' parameter to object_list generic view. Thanks, … |
|
|
|
@3039
|
[3039]
|
05/31/06 23:21:26 |
adrian |
Fixed #697 -- Added make_object_list parameter to archive_year generic … |
|
|
|
@3022
|
[3022]
|
05/31/06 10:08:06 |
adrian |
Fixed #2000 -- Added 'mimetype' parameter to generic views. Thanks, Ian … |
|
|
|
@2949
|
[2949]
|
05/21/06 07:44:58 |
mtredinnick |
Improved the advice on using QuerySets? in extra_context based on feedback … |
|
|
|
@2931
|
[2931]
|
05/16/06 23:01:00 |
mtredinnick |
Clarified how extra_context values are evaluated and, in particular, how … |
|
|
|
@2869
|
[2869]
|
05/09/06 10:21:28 |
adrian |
Fixed #1815 -- Fixed ReST errors in docs. Thanks, nico@teknico.net |
|
|
|
@2809
|
[2809]
|
05/01/06 20:31:56 |
adrian |
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly … |
|
|
|
@2746
|
[2746]
|
04/23/06 20:21:29 |
adrian |
Made small change to docs/generic_views.txt: 1 --> 01 |
|
|
|
@2545
|
[2545]
|
03/21/06 14:04:24 |
adrian |
Fixed typo in docs/generic_views.txt. Thanks, pbx |
|
|
|
@2543
|
[2543]
|
03/21/06 09:32:57 |
adrian |
Fixed #1510 -- Fixed ReST error in docs/generic_views.txt. Thanks, … |
|
|
|
@2453
|
[2453]
|
02/28/06 21:37:57 |
adrian |
Fixed #1399 -- Added template_object_name hook to generic views. Thanks, … |
|
|
|
@2337
|
[2337]
|
02/18/06 14:13:46 |
adrian |
Fixed #1229 -- Added allow_empty argument to archive_year and … |
|
|
|
@2323
|
[2323]
|
02/17/06 12:03:54 |
adrian |
Fixed #1302 -- Added next_month and previous_month to template context in … |
|
|
|
@2319
|
[2319]
|
02/17/06 11:45:44 |
adrian |
Fixed #1295 -- Fixed typo in generic views docs. Thanks, Matt |
|
|
|
@1929
|
[1929]
|
01/12/06 13:01:58 |
jacob |
Fixed #1206 -- fixed a small typo in docs/generic_views.txt (thanks, Matt) |
|
|
|
@1898
|
[1898]
|
01/10/06 18:11:29 |
adrian |
Removed 'Only in Django development version' messages from the docs, … |
|
|
|
@1773
|
[1773]
|
12/23/05 22:39:59 |
adrian |
Fixed #925 -- Added TEMPLATE_CONTEXT_PROCESSORS, which lets you specify … |
|
|
|
@1510
|
[1510]
|
11/30/05 16:03:50 |
adrian |
Added allow_empty hook to archive_index date-based generic view. |
|
|
|
@1256
|
[1256]
|
11/15/05 18:25:48 |
adrian |
Small style cleanup of docs/generic_views.txt |
|
|
|
@1249
|
[1249]
|
11/15/05 11:19:33 |
jacob |
Added django.views.generic.simple.redirect_to view for issuing simple … |
|
|
|
@828
|
[828]
|
10/10/05 17:23:44 |
adrian |
Fixed #605 -- Fixed template-name errors in docs/generic_views.txt. … |
|
|
|
@826
|
[826]
|
10/10/05 15:23:53 |
jacob |
Updated docs to reflect changes in [824] |
|
|
|
@528
|
[528]
|
08/17/05 14:48:40 |
adrian |
Fixed typo in docs/generic_views.txt |
|
|
|
@522
|
[522]
|
08/16/05 21:05:53 |
adrian |
Fixed #336 -- Typo in docs/generic_views.txt. Thanks, Matt |
|
|
|
@434
|
[434]
|
08/08/05 14:45:57 |
adrian |
Fixed typos in generic-views documentation |
|
|
|
@312
|
[312]
|
07/25/05 22:48:41 |
adrian |
Removed 'use_numeric_months' parameter in generic date views (from [308]) … |
|
|
|
@308
|
[308]
|
07/25/05 17:07:04 |
jacob |
Fixed #196: date-based generic views now have a "use_numeric_months" … |
|
|
|
@306
|
[306]
|
07/25/05 12:18:39 |
adrian |
Copy-edited docs from [303] and [304] |
|
|
|
@304
|
[304]
|
07/24/05 17:21:09 |
jacob |
A bunch of generics: documentation of generic views; cleaned up existing … |