Django

Code

root/django/branches/magic-removal


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @2805 [2805] 05/01/06 19:06:43 adrian magic-removal: Fixed #1644 -- Fixed typo in docs/forms.txt. Thanks, …
(edit) @2804 [2804] 05/01/06 18:29:59 adrian magic-removal: Fixed #1735 -- Default 404 view now gets 'request_path' in …
(edit) @2803 [2803] 05/01/06 18:27:46 adrian magic-removal: Fixed #1685 -- order_by no longer breaks when using a …
(edit) @2802 [2802] 05/01/06 14:04:30 jkocherhans magic-removal: Refs #1681. Fixed side effect of [2800] on ManyToManyField?. …
(edit) @2801 [2801] 05/01/06 10:04:31 jkocherhans magic-removal: verbose_name for OneToOneField? is now calculated like for …
(edit) @2800 [2800] 05/01/06 10:02:39 jkocherhans magic-removal: Fixed #1681. OneToOneField? now works properly in the admin …
(edit) @2799 [2799] 04/30/06 23:22:37 adrian magic-removal: Did some proofreading to docs/model-api.txt. Not yet done.
(edit) @2798 [2798] 04/30/06 22:39:59 adrian magic-removal: Quickly proofread docs/templates_python.txt
(edit) @2797 [2797] 04/30/06 22:30:49 adrian magic-removal: Proofread and extensively expanded docs/generic_views.txt
(edit) @2796 [2796] 04/30/06 22:22:27 adrian magic-removal: Removed 'extra_lookup_kwargs' parameter from create_update …
(edit) @2795 [2795] 04/29/06 22:42:53 adrian magic-removal: Replaced repr() with str() in docs
(edit) @2794 [2794] 04/29/06 14:13:06 adrian magic-removal: Proofread docs/templates.txt
(edit) @2793 [2793] 04/29/06 13:53:03 adrian magic-removal: Proofread docs/transactions.txt
(edit) @2792 [2792] 04/29/06 13:52:53 adrian magic-removal: Proofread docs/url_dispatch.txt
(edit) @2791 [2791] 04/29/06 12:10:29 adrian magic-removal: Fixed #1718 -- Error in docs/add_ons.txt. Thanks, canen
(edit) @2790 [2790] 04/28/06 22:04:00 adrian magic-removal: Proofread docs/static_files.txt
(edit) @2789 [2789] 04/28/06 22:02:10 adrian magic-removal: Proofread docs/settings.txt
(edit) @2788 [2788] 04/28/06 21:57:58 adrian magic-removal: Proofread docs/sessions.txt
(edit) @2787 [2787] 04/28/06 21:53:35 adrian magic-removal: Proofread docs/overview.txt
(edit) @2786 [2786] 04/28/06 21:11:02 adrian magic-removal: Proofread docs/request_response.txt
(edit) @2785 [2785] 04/28/06 20:59:25 adrian magic-removal: Proofread docs/redirects.txt
(edit) @2784 [2784] 04/28/06 20:57:51 adrian magic-removal: Proofread docs/outputting_csv.txt
(edit) @2783 [2783] 04/28/06 20:55:59 adrian magic-removal: Proofread docs/modpython.txt
(edit) @2782 [2782] 04/28/06 20:54:26 adrian magic-removal: Proofread docs/middleware.txt
(edit) @2781 [2781] 04/28/06 20:50:35 adrian magic-removal: Proofread docs/legacy_databases.txt
(edit) @2780 [2780] 04/28/06 20:23:05 adrian magic-removal: Proofread docs/install.txt
(edit) @2779 [2779] 04/28/06 20:18:20 adrian magic-removal: Fixed #1678 -- Changed admin delete confirmation page to …
(edit) @2778 [2778] 04/28/06 20:14:56 adrian magic-removal: Fixed #1700 -- Updated docs/generic_views.txt to reflect …
(edit) @2777 [2777] 04/28/06 20:13:30 adrian magic-removal: Fixed #1703 -- Updated forms and manipulator docs. Thanks, …
(edit) @2776 [2776] 04/28/06 20:10:16 adrian magic-removal: Fixed #1704, #1682, #1693, #1694, #1695, #1696 -- Made …
(edit) @2775 [2775] 04/28/06 20:08:24 adrian magic-removal: Fixed #1709 -- Updated comments app to use magic-removal …
(edit) @2774 [2774] 04/28/06 20:06:06 adrian magic-removal: Fixed #1710 -- Removed unnecessary import from …
(edit) @2773 [2773] 04/28/06 20:05:04 adrian magic-removal: Small link addition to docs/db-api.txt
(edit) @2772 [2772] 04/28/06 18:13:29 russellm magic-removal: Fixed #1712 -- Removed typo and clarified use of admin …
(edit) @2771 [2771] 04/28/06 15:56:58 lukeplant magic-removal: Fixed negligible indentation errors.
(edit) @2770 [2770] 04/28/06 14:47:46 adrian magic-removal: Fixed #1713 -- Fixed bug in docs/forms.txt
(edit) @2769 [2769] 04/28/06 14:45:12 lukeplant magic-removal: Fixed delitem bug with SortedDict (thanks pychecker!)
(edit) @2768 [2768] 04/28/06 14:40:22 lukeplant magic-removal: Removed unused function parameter in …
(edit) @2767 [2767] 04/28/06 12:59:37 lukeplant magic-removal: Fixed #1705 - creating instances of models without …
(edit) @2766 [2766] 04/28/06 00:05:56 adrian magic-removal: Proofread docs/syndication_feeds.txt
(edit) @2765 [2765] 04/28/06 00:00:42 adrian magic-removal: Quickly proofread docs/forms.txt
(edit) @2764 [2764] 04/27/06 23:54:51 adrian magic-removal: Proofread docs/flatpages.txt
(edit) @2763 [2763] 04/27/06 23:54:32 adrian magic-removal: Changed 'modelmodule' to 'appname' in …
(edit) @2762 [2762] 04/27/06 23:47:12 adrian magic-removal: Proofread docs/faq.txt
(edit) @2761 [2761] 04/27/06 23:19:50 adrian magic-removal: Proofread docs/email.txt
(edit) @2760 [2760] 04/27/06 23:15:11 adrian magic-removal: Proofread docs/django-admin.txt and added 'Extra niceties' …
(edit) @2759 [2759] 04/27/06 22:54:24 adrian magic-removal: Proofread docs/design_philosophies.txt
(edit) @2758 [2758] 04/27/06 22:39:27 adrian magic-removal: Greatly enhanced docs/cache.txt -- now using caching …
(edit) @2757 [2757] 04/27/06 22:32:01 adrian magic-removal: Proofread docs/authentication.txt
(edit) @2756 [2756] 04/27/06 17:12:51 adrian magic-removal: Merged to [2755]
(edit) @2755 [2755] 04/27/06 17:12:05 adrian magic-removal: Added 'Field name restrictions' section placeholder to …
(edit) @2754 [2754] 04/27/06 17:11:35 adrian magic-removal: Fixed typo in QuerySet?.exclude() docstring
(edit) @2752 [2752] 04/27/06 17:10:08 adrian magic-removal: Small improvement to docs/db-api.txt
(edit) @2751 [2751] 04/27/06 13:11:39 adrian magic-removal: Fixed #1677 -- syncdb no longer displays '<Permission …
(edit) @2750 [2750] 04/27/06 00:51:56 adrian magic-removal: More changes to docs/db-api.txt. Not done yet.
(edit) @2749 [2749] 04/27/06 00:14:03 adrian magic-removal: Continued rewrite of docs/db-api.txt. Still not finished.
(edit) @2748 [2748] 04/26/06 10:38:30 adrian magic-removal: Beginning of substantial rewrite to docs/db-api.txt. Not …
(edit) @2747 [2747] 04/24/06 21:22:16 russellm magic-removal: Added unit tests to ensure related manager descriptors …
(edit) @2745 [2745] 04/23/06 20:13:44 adrian magic-removal: Uncapitalized verbose_name and verbose_name_plural in …
(edit) @2744 [2744] 04/23/06 19:29:31 adrian magic-removal: Removed 'New in Django development version' notes in all …
(edit) @2743 [2743] 04/23/06 19:18:57 adrian magic-removal: Fixed #328 -- Added archive_week generic view
(edit) @2742 [2742] 04/23/06 18:52:40 adrian magic-removal: Fixed #1240 -- Added Django bash completion script in new …
(edit) @2741 [2741] 04/23/06 18:22:42 adrian magic-removal: Fixed section titles in docs/db-api.txt to uncapitalize …
(edit) @2740 [2740] 04/23/06 18:09:27 adrian magic-removal: Fixed #1063 -- Fixed admin JS bug in which many-to-many …
(edit) @2739 [2739] 04/23/06 17:51:33 adrian magic-removal: Fixed #1167 -- Added small bit of docs to ADMIN_FOR setting
(edit) @2738 [2738] 04/23/06 17:23:46 adrian magic-removal: Fixed #1270 -- Made the escape filter escape single quotes
(edit) @2737 [2737] 04/23/06 17:20:43 adrian magic-removal: Fixed #1296 (allow SlugFields? longer than 50)
(edit) @2736 [2736] 04/23/06 17:18:53 adrian magic-removal: Fixed #1481 -- Added support for using alternate MySQL Unix …
(edit) @2735 [2735] 04/23/06 17:10:50 adrian magic-removal: Fixed #1423 -- Improved implementation of …
(edit) @2734 [2734] 04/23/06 16:59:49 adrian magic-removal: Changed unit tests to run with DEBUG = False
(edit) @2733 [2733] 04/23/06 16:49:07 adrian magic-removal: Fixed #1464 -- Fixed error in docs/tutorial04.txt. Thanks, …
(edit) @2732 [2732] 04/23/06 16:45:36 adrian magic-removal: Fixed #1373 -- Factored out database-specific 'DROP …
(edit) @2731 [2731] 04/23/06 16:30:04 adrian magic-removal: Fixed #1536 -- FilePathField? with recursive=True no longer …
(edit) @2730 [2730] 04/23/06 16:27:33 adrian magic-removal: Fixed #1204 -- Markup filters now raise a …
(edit) @2729 [2729] 04/23/06 16:23:44 adrian magic-removal: Fixed bug in auth models I introduced in [2727]
(edit) @2728 [2728] 04/23/06 16:21:51 adrian magic-removal: Fixed #1674 -- Generic update_object() view now handles PKs …
(edit) @2727 [2727] 04/23/06 16:16:26 adrian magic-removal: Fixed #1670 -- Added translation hooks for User and Group …
(edit) @2726 [2726] 04/23/06 00:21:00 adrian magic-removal: Merged to [2725]
(edit) @2725 [2725] 04/23/06 00:20:31 adrian magic-removal: Small improvements to docs/tutorial01.txt
(edit) @2724 [2724] 04/21/06 16:54:15 jkocherhans magic-removal: fixed a few more references to django.models in …
(edit) @2723 [2723] 04/21/06 16:09:19 jkocherhans magic-removal: fixed part of #1659... references to django.models in …
(edit) @2722 [2722] 04/21/06 16:02:01 jkocherhans magic-removal: fixed #1637 - django.contrib.comments still uses old …
(edit) @2721 [2721] 04/21/06 14:01:17 jkocherhans magic-removal: fixed #1666 render_to_response '.html' updates for …
(edit) @2720 [2720] 04/21/06 12:04:02 jkocherhans magic-removal: fixed #1245. For models with a OneToOneField? and no …
(edit) @2718 [2718] 04/21/06 09:58:10 jkocherhans magic-removal: updated permissions section in authentication docs to use …
(edit) @2717 [2717] 04/20/06 17:10:57 adrian magic-removal: Fixed critical bug: Now using preferred spelling of …
(edit) @2716 [2716] 04/20/06 17:10:11 adrian magic-removal: Added /r/ (shortcut handler) to admin URLconf so that 'View …
(edit) @2715 [2715] 04/20/06 14:47:20 adrian magic-removal: Fixed #1641 -- Changed WSGIRequest.get_full_path() to …
(edit) @2714 [2714] 04/18/06 14:42:19 adrian magic-removal: Fixed #1655 -- Fixed new SessionMiddleware? location in docs
(edit) @2713 [2713] 04/18/06 08:41:21 russellm magic-removal: Fixed #1198 -- Modified handling of escape characters in …
(edit) @2712 [2712] 04/17/06 18:13:48 lukeplant Fixed attribute error in an exception message
(edit) @2711 [2711] 04/17/06 16:02:32 adrian magic-removal: Fixed #1544 -- Changed 'inspectdb' to use database name …
(edit) @2710 [2710] 04/17/06 15:55:20 adrian magic-removal: Fixed #1652 -- Fixed typo in SQLite executemany()
(edit) @2709 [2709] 04/17/06 09:05:40 adrian magic-removal: Fixed #1651 -- 'startproject' and 'startapp' now copy …
(edit) @2708 [2708] 04/17/06 07:47:49 russellm magic-removal: Updated model API documentation.
(edit) @2707 [2707] 04/17/06 02:02:18 russellm magic-removal: Updated template names to include '.html' in tutorial.
(edit) @2706 [2706] 04/17/06 01:43:41 russellm magic-removal: Completed review of db-api documentation.
(edit) @2705 [2705] 04/16/06 22:19:31 adrian magic-removal: Added /examples/ directory, with a couple of example views
(edit) @2704 [2704] 04/15/06 15:19:40 adrian magic-removal: Merged to [2703]
(edit) @2703 [2703] 04/15/06 15:14:51 adrian magic-removal: Changed 404 and 500 templates to add .html extension. Refs …
Note: See TracRevisionLog for help on using the revision log.