|
|
|
@8476
|
[8476]
|
08/22/08 23:46:33 |
brosner |
Fixed #7602 -- Corrected lookup keyword arguments in archive_month and … |
|
|
|
@8291
|
[8291]
|
08/10/08 16:10:47 |
gwilson |
Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms … |
|
|
|
@8106
|
[8106]
|
07/27/08 12:25:37 |
gwilson |
Corrected spacing in warning message. |
|
|
|
@8105
|
[8105]
|
07/27/08 12:24:35 |
gwilson |
Fixed #7988 -- Corrected import of the warnings module, thanks richardh. |
|
|
|
@8046
|
[8046]
|
07/21/08 22:24:09 |
adrian |
Fixed #7847 -- Removed a whole bunch of unused imports from throughout the … |
|
|
|
@7971
|
[7971]
|
07/18/08 20:22:26 |
jacob |
Fixed #7741: django.newforms is now django.forms. This is obviously a … |
|
|
|
@7966
|
[7966]
|
07/18/08 18:52:18 |
gwilson |
Refs #3639 -- Minor docstring correction, it's a function not a method. |
|
|
|
@7952
|
[7952]
|
07/18/08 14:45:00 |
jacob |
Fixed #3639: updated generic create_update views to use newforms. This is … |
|
|
|
@7869
|
[7869]
|
07/08/08 00:29:23 |
mtredinnick |
Fixed #7670 -- Fixed a couple of missed changes from [7865]. Patch from … |
|
|
|
@7865
|
[7865]
|
07/07/08 21:08:33 |
adrian |
Fixed #7478 -- Rolled QuerySetPaginator? into the Paginator class, to … |
|
|
|
@7352
|
[7352]
|
03/23/08 00:45:59 |
mtredinnick |
Fixed #6846 -- Fixed first_on_page and last_on_page in list_detail … |
|
|
|
@7307
|
[7307]
|
03/18/08 16:40:45 |
adrian |
Changed list_detail.object_list generic view to use the new Paginator … |
|
|
|
@6833
|
[6833]
|
12/02/07 09:43:35 |
mtredinnick |
Fixed #685 -- archive_index() and object_list() generic views allow … |
|
|
|
@6278
|
[6278]
|
09/15/07 06:12:54 |
russellm |
Fixed #5468 -- Fixed the handling of the context argument in … |
|
|
|
@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. … |
|
|
|
@6058
|
[6058]
|
09/06/07 23:11:20 |
gwilson |
Changed imports to adhere to PEP 8. |
|
|
|
@6057
|
[6057]
|
09/06/07 23:09:59 |
gwilson |
Fixed #3134 -- Made the archive_year generic view consistent with the … |
|
|
|
@5877
|
[5877]
|
08/12/07 07:59:41 |
mtredinnick |
Fixed #5085 -- In generic views, set the default name for the slug field … |
|
|
|
@5609
|
[5609]
|
07/04/07 07:11:04 |
mtredinnick |
Merged Unicode branch into trunk (r4952:5608). This should be … |
|
|
|
@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 … |
|
|
|
@4983
|
[4983]
|
04/09/07 08:11:39 |
mtredinnick |
Fixed #3034 -- Added mimetype parameter to the direct_to_template() … |
|
|
|
@4591
|
[4591]
|
02/25/07 22:53:44 |
jacob |
Fixed #3170: added first_on_page and last_on_page arguments to paginated … |
|
|
|
@4265
|
[4265]
|
12/30/06 00:25:49 |
adrian |
Fixed #3191 -- Set 'svn:eol-style native' on the files that didn't have … |
|
|
|
@4208
|
[4208]
|
12/15/06 12:00:50 |
adrian |
Copied django.forms to django.oldforms and changed all code to reference … |
|
|
|
@4124
|
[4124]
|
11/27/06 17:38:49 |
adrian |
Fixed #3072 -- Fixed docstring in object_detail() generic view. Thanks, … |
|
|
|
@3950
|
[3950]
|
10/30/06 08:30:43 |
russellm |
Fixes #2966 -- Added extra_context parameter to direct_to_template generic … |
|
|
|
@3948
|
[3948]
|
10/30/06 07:49:45 |
russellm |
Fixes #2964 -- Fixed typo in regex in docstring for redirect_to. Thanks, … |
|
|
|
@3849
|
[3849]
|
09/25/06 23:11:30 |
mtredinnick |
Fixed #2362 -- Corrected the way we retrieve an object so that it works … |
|
|
|
@3633
|
[3633]
|
08/21/06 12:40:54 |
adrian |
Fixed #2471 -- Got date-based generic views working with SQLite … |
|
|
|
@3559
|
[3559]
|
08/11/06 14:17:46 |
adrian |
Fixed #2524 -- Added i18n hooks in create_update generic views. Thanks, … |
|
|
|
@3457
|
[3457]
|
07/27/06 11:36:02 |
adrian |
Fixed #2433 -- Added allow_future option to date-based generic views |
|
|
|
@3421
|
[3421]
|
07/22/06 01:13:49 |
mtredinnick |
Fixed #2399 -- restored HttpResponse (overly enthusiastic pruning in … |
|
|
|
@3414
|
[3414]
|
07/21/06 15:39:17 |
jacob |
Second half of little cleanup tweaks suggested by pyflakes. |
|
|
|
@3360
|
[3360]
|
07/18/06 21:09:26 |
mtredinnick |
Fixed #2332 -- Introduced is_authenticated() method on User and … |
|
|
|
@3171
|
[3171]
|
06/19/06 23:34:13 |
adrian |
Converted request.METAREQUEST_METHOD? calls to request.method, … |
|
|
|
@3123
|
[3123]
|
06/13/06 16:47:40 |
jacob |
Fixed #2147: file uploads within the update_object generic view now works. … |
|
|
|
@3071
|
[3071]
|
06/03/06 17:06:48 |
adrian |
Fixed #2075 -- Added 'page' parameter to object_list generic view. Thanks, … |
|
|
|
@3070
|
[3070]
|
06/03/06 08:37:34 |
lukeplant |
Eliminated lots of mutable default arguments (since they are bugs
waiting … |
|
|
|
@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 … |
|
|
|
@2969
|
[2969]
|
05/23/06 14:34:43 |
lukeplant |
Negligible code cleanup for the sake of clarity. |
|
|
|
@2951
|
[2951]
|
05/21/06 21:02:23 |
adrian |
Fixed #1931 -- update_object generic view no longer assumes the object's … |
|
|
|
@2847
|
[2847]
|
05/04/06 23:41:22 |
adrian |
Fixed #1378 -- Added svn:ignore for pyc files for all Django packages |
|
|
|
@2809
|
[2809]
|
05/01/06 20:31:56 |
adrian |
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly … |
|
|
|
@2597
|
[2597]
|
03/29/06 22:43:55 |
adrian |
Fixed #1557 in trunk |
|
|
|
@2453
|
[2453]
|
02/28/06 21:37:57 |
adrian |
Fixed #1399 -- Added template_object_name hook to generic views. Thanks, … |
|
|
|
@2426
|
[2426]
|
02/27/06 17:34:39 |
jacob |
Fixed #1033 -- pagination in object_list generic views now use 1-indexed … |
|
|
|
@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 … |
|
|
|
@1816
|
[1816]
|
01/03/06 17:57:14 |
adrian |
Fixed #1117 -- Added HttpResponsePermanentRedirect? |
|
|
|
@1773
|
[1773]
|
12/23/05 22:39:59 |
adrian |
Fixed #925 -- Added TEMPLATE_CONTEXT_PROCESSORS, which lets you specify … |
|
|
|
@1684
|
[1684]
|
12/15/05 22:54:18 |
adrian |
Fixed #1041 -- Generic views no longer use deprecated template_loader. … |
|
|
|
@1571
|
[1571]
|
12/08/05 19:55:53 |
adrian |
Fixed #992 -- Fixed bug in archive_month generic view leaving out the last … |
|
|
|
@1519
|
[1519]
|
12/01/05 00:36:47 |
adrian |
Fixed #816 -- FileFields? now work in the create_update generic view. … |
|
|
|
@1510
|
[1510]
|
11/30/05 16:03:50 |
adrian |
Added allow_empty hook to archive_index date-based generic view. |
|
|
|
@1478
|
[1478]
|
11/28/05 08:26:04 |
adrian |
Fixed #947 -- Corrected is_paginated variable in list_detail generic view. … |
|
|
|
@1434
|
[1434]
|
11/25/05 15:20:09 |
adrian |
MERGED NEW-ADMIN BRANCH (except for po/mo files, which will come in a … |
|
|
|
@1249
|
[1249]
|
11/15/05 11:19:33 |
jacob |
Added django.views.generic.simple.redirect_to view for issuing simple … |
|
|
|
@1247
|
[1247]
|
11/15/05 10:55:26 |
jacob |
Added django.views.generic.simple.direct_to_template which renders a given … |
|
|
|
@826
|
[826]
|
10/10/05 15:23:53 |
jacob |
Updated docs to reflect changes in [824] |
|
|
|
@824
|
[824]
|
10/10/05 15:18:47 |
jacob |
Fixed #604 - total number of objects in generic object_list view is now … |
|
|
|
@734
|
[734]
|
09/29/05 18:16:29 |
jacob |
Fixed #541 - generic views now may take a template_loader argument … |
|
|
|
@618
|
[618]
|
09/02/05 17:54:12 |
adrian |
Fixed #351 -- views.generic.list_detail.object_list now respects … |
|
|
|
@492
|
[492]
|
08/12/05 09:19:34 |
jacob |
Fixed #310 -- thanks, mordaha |
|
|
|
@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" … |
|
|
|
@307
|
[307]
|
07/25/05 16:53:00 |
jacob |
Fixed #195: generic views now allow callables in extra_context dicts -- … |
|
|
|
@304
|
[304]
|
07/24/05 17:21:09 |
jacob |
A bunch of generics: documentation of generic views; cleaned up existing … |
|
|
|
@292
|
[292]
|
07/22/05 08:02:27 |
adrian |
Fixed #146 -- Changed order_by and ordering parameters to be less verbose. … |
|
|
|
@268
|
[268]
|
07/21/05 08:53:33 |
jacob |
Fixed #137 -- thanks nesh@studioquattro.co.yu |
|
|
|
@57
|
[57]
|
07/15/05 12:09:01 |
adrian |
Renamed CMSRequest to DjangoRequest?, and CMSContext to DjangoContext?. Old … |
|
|
|
@3
|
[3]
|
07/12/05 20:25:57 |
adrian |
Imported Django from private SVN repository (created from r. 8825) |