Django

Code

root/django/branches/magic-removal/django/views


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @2804 [2804] 05/01/06 18:29:59 adrian magic-removal: Fixed #1735 -- Default 404 view now gets 'request_path' in …
(edit) @2796 [2796] 04/30/06 22:22:27 adrian magic-removal: Removed 'extra_lookup_kwargs' parameter from create_update …
(edit) @2743 [2743] 04/23/06 19:18:57 adrian magic-removal: Fixed #328 -- Added archive_week generic view
(edit) @2728 [2728] 04/23/06 16:21:51 adrian magic-removal: Fixed #1674 -- Generic update_object() view now handles PKs …
(edit) @2717 [2717] 04/20/06 17:10:57 adrian magic-removal: Fixed critical bug: Now using preferred spelling of …
(edit) @2703 [2703] 04/15/06 15:14:51 adrian magic-removal: Changed 404 and 500 templates to add .html extension. Refs …
(edit) @2701 [2701] 04/15/06 15:12:19 adrian magic-removal: Fixed #1643 -- Updated generic views for template extension …
(edit) @2615 [2615] 04/05/06 12:14:09 jacob magic-removal: fixed #1425 -- django.views.defaults.shortcut now works …
(edit) @2602 [2602] 03/30/06 17:29:21 lukeplant magic-removal: Refactored never_cache decorator to provide a utility …
(edit) @2600 [2600] 03/30/06 16:25:54 lukeplant magic-removal: removed accidentally added import statement from last …
(edit) @2599 [2599] 03/30/06 15:40:36 lukeplant magic-removal: Added 'never_cache' decorator that sets 'Expires' as a …
(edit) @2595 [2595] 03/29/06 21:30:45 adrian magic-removal: Fixed #1557 -- Fixed typo in generic-views success message. …
(edit) @2525 [2525] 03/16/06 22:55:34 adrian magic-removal: Changed welcome text in django.views.debug
(edit) @2524 [2524] 03/15/06 21:02:51 adrian magic-removal: Merged to [2523]
(edit) @2503 [2503] 03/08/06 13:10:43 jkocherhans magic-removal: fixed #1478. Thanks Russell Cloran.
(edit) @2498 [2498] 03/06/06 20:47:11 jkocherhans magic-removal: moved contents of django.views.registration to …
(edit) @2497 [2497] 03/06/06 20:11:54 jkocherhans magic-removal: Moved django.views.decorators.auth.* to …
(edit) @2496 [2496] 03/06/06 20:06:28 jkocherhans magic-removal: Moved django.views.auth.login.* to …
(edit) @2493 [2493] 03/06/06 19:47:43 jkocherhans magic-removal: Moved django.parts.auth.formfields to …
(edit) @2475 [2475] 03/02/06 09:49:30 adrian magic-removal: Fixed #1447 -- More old-style DB API fixes. Thanks, …
(edit) @2455 [2455] 02/28/06 21:57:57 adrian magic-removal: Merged to [2454]
(edit) @2451 [2451] 02/28/06 21:21:51 adrian magic-removal: Merged to [2450]
(edit) @2428 [2428] 02/27/06 18:13:06 adrian magic-removal: Merged to [2427]
(edit) @2421 [2421] 02/27/06 16:30:34 adrian magic-removal: Merged to [2420]
(edit) @2405 [2405] 02/26/06 23:16:24 adrian magic-removal: Renamed 'object' to 'obj' local variable in date-based and …
(edit) @2373 [2373] 02/23/06 13:14:05 adrian magic-removal: Fixed #1388 -- Fixed old-style DB lookup in create_update …
(edit) @2339 [2339] 02/18/06 14:24:24 adrian magic-removal: Merged to [2338]
(edit) @2324 [2324] 02/17/06 12:06:45 adrian magic-removal: Merged to [2323]
(edit) @2317 [2317] 02/17/06 11:27:06 adrian magic-removal: Fixed #1362 -- Fixed old-style DB API usage in …
(edit) @2304 [2304] 02/10/06 23:22:25 adrian magic-removal: Changed views/generic/date_based to use queryset instead of …
(edit) @2274 [2274] 02/04/06 15:24:15 lukeplant magic-removal: Updated list_detail generic views to take 'queryset' …
(edit) @2270 [2270] 02/04/06 13:40:51 lukeplant magic-removal: Updated list_detail generic views to use the new style ORM …
(edit) @2060 [2060] 01/18/06 19:09:28 adrian magic-removal: Merged to [2059]
(edit) @2050 [2050] 01/18/06 13:02:35 jkocherhans magic-removal: Moved django.core.extensions to django.shortcuts and …
(edit) @1959 [1959] 01/14/06 13:32:47 jkocherhans magic-removal: Fixed #1223. Thanks nick at efford dot net.
(edit) @1958 [1958] 01/13/06 16:57:20 jkocherhans magic-removal: Fixed #1222
(edit) @1956 [1956] 01/13/06 16:55:05 jkocherhans magic-removal: Moved django.core.formfields to django.forms and updated …
(edit) @1954 [1954] 01/13/06 15:37:22 jkocherhans magic-removal: Fixed Adrians change's from [1933] that I accidentally …
(edit) @1950 [1950] 01/13/06 12:26:57 jkocherhans magic-removal: renamed DjangoContext? to RequestContext? and moved it to …
(edit) @1949 [1949] 01/13/06 11:46:02 jkocherhans magic-removal: fixed old imports of django.core.template_loader
(edit) @1945 [1945] 01/13/06 11:35:02 jkocherhans magic-removal: Moved django.core.template to django.template and updated …
(edit) @1933 [1933] 01/12/06 21:24:07 adrian magic-removal: Got generic views working. Their info_dicts now take …
(edit) @1917 [1917] 01/11/06 15:57:59 jkocherhans magic-removal: Moved django.exceptions.Http404 to django.http.Http404 and …
(edit) @1914 [1914] 01/11/06 15:45:38 jkocherhans magic-removal: Moved django.utils.httpwrappers to django.http and updated …
(edit) @1894 [1894] 01/09/06 15:00:39 jkocherhans magic-removal: updated django.views.auth.login to reflect new location of …
(edit) @1887 [1887] 01/09/06 12:20:06 jkocherhans magic-removal: updated (most) dependencies to reflect new location of …
(edit) @1844 [1844] 01/06/06 16:29:01 jkocherhans magic-removal: Removed Sites from django.models.core and updated …
(edit) @1826 [1826] 01/05/06 10:30:22 adrian magic-removal: Merged to [1825]
(edit) @1818 [1818] 01/04/06 11:06:16 adrian magic-removal: Merged to [1817]
(edit) @1775 [1775] 12/23/05 22:51:17 adrian magic-removal: Merged to [1774]
(edit) @1687 [1687] 12/15/05 23:05:10 adrian magic-removal: Merged to [1686]
(edit) @1668 [1668] 12/14/05 19:04:23 adrian magic-removal: More conversion of old-style module imports to new-style
(edit) @1664 [1664] 12/14/05 18:53:34 adrian magic-removal: Converted a bunch of stuff to use the new model import …
(edit) @1661 [1661] 12/14/05 18:34:40 adrian magic-removal: Removed django/views/rss, which was empty
(edit) @1659 [1659] 12/14/05 18:33:33 adrian magic-removal: Removed django/views/core, which was empty
(copy) @1587 [1587] 12/08/05 22:53:58 adrian Created magic-removal branch, from revision [1586] of trunk
copied from django/trunk/django/views:
(edit) @1578 [1578] 12/08/05 20:35:38 adrian Fixed #998 -- Fixed edge-case bug in debug view for templates with only …
Note: See TracRevisionLog for help on using the revision log.