Django

Code

root/django/branches/magic-removal/django


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) @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) @2796 [2796] 04/30/06 22:22:27 adrian magic-removal: Removed 'extra_lookup_kwargs' parameter from create_update …
(edit) @2779 [2779] 04/28/06 20:18:20 adrian magic-removal: Fixed #1678 -- Changed admin delete confirmation page to …
(edit) @2775 [2775] 04/28/06 20:08:24 adrian magic-removal: Fixed #1709 -- Updated comments app to use magic-removal …
(edit) @2771 [2771] 04/28/06 15:56:58 lukeplant magic-removal: Fixed negligible indentation errors.
(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) @2763 [2763] 04/27/06 23:54:32 adrian magic-removal: Changed 'modelmodule' to 'appname' in …
(edit) @2754 [2754] 04/27/06 17:11:35 adrian magic-removal: Fixed typo in QuerySet?.exclude() docstring
(edit) @2751 [2751] 04/27/06 13:11:39 adrian magic-removal: Fixed #1677 -- syncdb no longer displays '<Permission …
(edit) @2745 [2745] 04/23/06 20:13:44 adrian magic-removal: Uncapitalized verbose_name and verbose_name_plural in …
(edit) @2743 [2743] 04/23/06 19:18:57 adrian magic-removal: Fixed #328 -- Added archive_week generic view
(edit) @2740 [2740] 04/23/06 18:09:27 adrian magic-removal: Fixed #1063 -- Fixed admin JS bug in which many-to-many …
(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) @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) @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) @2720 [2720] 04/21/06 12:04:02 jkocherhans magic-removal: fixed #1245. For models with a OneToOneField? and no …
(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) @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) @2703 [2703] 04/15/06 15:14:51 adrian magic-removal: Changed 404 and 500 templates to add .html extension. Refs …
(edit) @2702 [2702] 04/15/06 15:13:44 adrian magic-removal: Changed lame 500 status message
(edit) @2701 [2701] 04/15/06 15:12:19 adrian magic-removal: Fixed #1643 -- Updated generic views for template extension …
(edit) @2700 [2700] 04/15/06 11:46:54 adrian magic-removal: Fixed #500 -- Removed TEMPLATE_FILE_EXTENSION setting so …
(edit) @2696 [2696] 04/13/06 08:17:05 adrian magic-removal: Merged to [2695]
(edit) @2693 [2693] 04/12/06 23:35:00 adrian magic-removal: Fixed #1631 -- Added 'django-admin.py dbshell' command, …
(edit) @2692 [2692] 04/12/06 22:46:21 adrian magic-removal: Fixed #1562 -- Added null and blank detection to …
(edit) @2691 [2691] 04/12/06 20:52:12 adrian magic-removal: Fixed #1483 -- Added MySQL foreign-key inspection to …
(edit) @2688 [2688] 04/12/06 08:39:34 adrian magic-removal: Merged to [2687]
(edit) @2686 [2686] 04/12/06 08:19:45 adrian magic-removal: Fixed #1624 -- Made small changes to parameters in …
(edit) @2685 [2685] 04/12/06 08:00:29 adrian magic-removal: Fixed #1623 -- Restored missing import in db/models/init.py
(edit) @2684 [2684] 04/11/06 23:01:49 adrian magic-removal: Fixed bug in [2683] -- missing import
(edit) @2683 [2683] 04/11/06 22:37:30 adrian magic-removal: Fixed #1525 -- Got rid of a few 'import *' calls
(edit) @2682 [2682] 04/11/06 22:33:48 adrian magic-removal: Merged to [2681]
(edit) @2678 [2678] 04/11/06 13:28:34 wilson magic-removal: fixed #1620 -- Added hack so IE6 will contain long form …
(edit) @2677 [2677] 04/11/06 10:18:20 jacob magic-removal: fixed #1617 (raw_id_admin and limit_choices_to).
(edit) @2676 [2676] 04/11/06 08:45:15 adrian magic-removal: Merged to [2675]
(edit) @2674 [2674] 04/11/06 07:39:59 adrian magic-removal: Fixed #1549 -- Removed Python 2.4ism introduced in [2671]
(edit) @2673 [2673] 04/11/06 00:55:15 russellm magic-removal: Added docstring copying to the startapp lambda to prevent a …
(edit) @2672 [2672] 04/10/06 23:55:06 adrian magic-removal: Fixed #1354 -- Fixed order_with_respect_to. Thanks, …
(edit) @2671 [2671] 04/10/06 22:53:31 adrian magic-removal: Fixed #1549 -- Added 'manage.py diffsettings', which …
(edit) @2669 [2669] 04/10/06 22:31:15 adrian magic-removal: Merged to [2668]
(edit) @2666 [2666] 04/10/06 22:24:28 adrian magic-removal: Merged to [2665]
(edit) @2663 [2663] 04/10/06 22:15:22 adrian magic-removal: Fixed #1565 -- in_bulk() now returns empty dictionary if …
(edit) @2662 [2662] 04/10/06 22:10:12 adrian magic-removal: Fixed #1571 -- Added missing breadcrumbs to admin …
(edit) @2661 [2661] 04/10/06 22:04:10 adrian magic-removal: Fixed #1582 -- Converted AnonymousUser? functions to …
(edit) @2659 [2659] 04/10/06 21:49:51 adrian magic-removal: Added 'Logged out' title to admin log-out page
(edit) @2658 [2658] 04/10/06 21:47:37 adrian magic-removal: Improved admin app to check for …
(edit) @2657 [2657] 04/10/06 21:38:03 adrian magic-removal: Fixed #1585 -- Added small semantic stuff to admin …
(edit) @2656 [2656] 04/10/06 21:36:40 adrian magic-removal: Changed admin view to check for LogEntry?._meta.installed …
(edit) @2655 [2655] 04/10/06 20:26:24 adrian magic-removal: Fixed #1179 -- Importing a model no longer raises …
(edit) @2654 [2654] 04/10/06 14:00:06 wilson magic-removal: fixed width problem on date/time popups
(edit) @2651 [2651] 04/09/06 22:41:15 adrian magic-removal: Merged to [2650]
(edit) @2647 [2647] 04/09/06 22:26:40 adrian magic-removal: Fixed #1606 -- Fixed ValueError? in inspectdb. Thanks, pb
(edit) @2646 [2646] 04/09/06 21:13:37 adrian magic-removal: Merged to [2645]
(edit) @2644 [2644] 04/09/06 19:24:48 adrian magic-removal: Fixed #1598 -- Removed some references to get_object()
(edit) @2643 [2643] 04/09/06 19:13:09 adrian magic-removal: Merged to [2642]
(edit) @2641 [2641] 04/09/06 19:05:05 adrian magic-removal: Merged to [2640]
(edit) @2638 [2638] 04/09/06 18:18:42 adrian magic-removal: Merged to [2637]
(edit) @2636 [2636] 04/09/06 17:59:25 adrian magic-removal: Upgraded django.dispatch to pydispatcher 1.0.3 (which …
(edit) @2631 [2631] 04/07/06 22:35:37 adrian magic-removal: Removed 'user' from …
(edit) @2630 [2630] 04/07/06 11:31:54 jacob magic-removal: Fixed HTML bug in admin index template (thanks, Rudolph)
(edit) @2629 [2629] 04/07/06 10:38:38 adrian magic-removal: Fixed #1342 -- Added list_per_page option to Admin options. …
(edit) @2628 [2628] 04/06/06 12:17:39 wilson magic-removal: fixed #1585: admin index table summaries should play nice …
(edit) @2627 [2627] 04/06/06 12:09:17 wilson Commented out link to password_reset, which I mistakenly uncommented.
(edit) @2626 [2626] 04/06/06 12:07:47 wilson magic-removal: Restyled login form to no longer require the entire forms …
(edit) @2625 [2625] 04/06/06 12:06:10 wilson magic-removal: Changed admin templates to load individual stylesheets only …
(edit) @2621 [2621] 04/05/06 16:46:51 wilson magic-removal: Refactored admin CSS into modular files for my sanity and …
(edit) @2620 [2620] 04/05/06 13:37:50 jacob magic-removal: fixed #1573 (thanks, ubernostrum)
(edit) @2619 [2619] 04/05/06 12:40:46 jacob magic-removal: fixed #1585: admin index tables now have 25% more semantic …
(edit) @2618 [2618] 04/05/06 12:36:12 jacob removed some extraneous imports in django.utils.feedgenerator
(edit) @2617 [2617] 04/05/06 12:35:18 jacob magic-removal: fixed #1572 -- feedgenerator RSSv2 feeds now support …
(edit) @2615 [2615] 04/05/06 12:14:09 jacob magic-removal: fixed #1425 -- django.views.defaults.shortcut now works …
(edit) @2614 [2614] 04/05/06 10:21:36 jacob magic-removal: fixed #618 -- the mysql backend now tolerates strings in …
(edit) @2613 [2613] 04/05/06 07:00:38 lukeplant magic-removal: Fixed #1535 (bug with combined m2m and m2o to the same …
(edit) @2611 [2611] 04/05/06 02:35:47 lukeplant magic-removal: Fixed an strange bug with postgres connections not being …
(edit) @2606 [2606] 04/03/06 18:54:57 adrian magic-removal: Fixed spelling of 'behavior' in docstring
(edit) @2605 [2605] 04/01/06 12:02:13 lukeplant magic-removal: Refactored ManyRelatedObjectsDescriptor?
(edit) @2604 [2604] 03/31/06 21:14:35 russellm magic-removal: Fixes #1396 -- Added exception handler (and …
(edit) @2603 [2603] 03/31/06 12:09:45 lukeplant magic-removal: Added @never_cache decorator to the admin 'history', …
(edit) @2602 [2602] 03/30/06 17:29:21 lukeplant magic-removal: Refactored never_cache decorator to provide a utility …
Note: See TracRevisionLog for help on using the revision log.