Django

Code

root/django/branches/magic-removal/django/db


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(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) @2771 [2771] 04/28/06 15:56:58 lukeplant magic-removal: Fixed negligible indentation errors.
(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) @2754 [2754] 04/27/06 17:11:35 adrian magic-removal: Fixed typo in QuerySet?.exclude() docstring
(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) @2712 [2712] 04/17/06 18:13:48 lukeplant Fixed attribute error in an exception message
(edit) @2710 [2710] 04/17/06 15:55:20 adrian magic-removal: Fixed #1652 -- Fixed typo in SQLite executemany()
(edit) @2693 [2693] 04/12/06 23:35:00 adrian magic-removal: Fixed #1631 -- Added 'django-admin.py dbshell' command, …
(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) @2672 [2672] 04/10/06 23:55:06 adrian magic-removal: Fixed #1354 -- Fixed order_with_respect_to. Thanks, …
(edit) @2663 [2663] 04/10/06 22:15:22 adrian magic-removal: Fixed #1565 -- in_bulk() now returns empty dictionary if …
(edit) @2655 [2655] 04/10/06 20:26:24 adrian magic-removal: Fixed #1179 -- Importing a model no longer raises …
(edit) @2651 [2651] 04/09/06 22:41:15 adrian magic-removal: Merged to [2650]
(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) @2629 [2629] 04/07/06 10:38:38 adrian magic-removal: Fixed #1342 -- Added list_per_page option to Admin options. …
(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) @2598 [2598] 03/30/06 07:12:11 russellm magic-removal: Modified caching strategy for descriptors to force …
(edit) @2593 [2593] 03/29/06 00:17:25 adrian magic-removal: Fixed #1552 -- Gave verbose_name_plural a default value
(edit) @2583 [2583] 03/28/06 11:47:53 adrian magic-removal: Merged to [2582]
(edit) @2581 [2581] 03/28/06 11:42:29 adrian magic-removal: Merged to [2580]
(edit) @2576 [2576] 03/28/06 11:27:23 adrian magic-removal: Tiny change to comment
(edit) @2575 [2575] 03/28/06 11:25:53 adrian magic-removal: Merged to [2574]
(edit) @2571 [2571] 03/27/06 17:20:59 adrian magic-removal: Fixed Option.verbose_name_plural behavior so that it's …
(edit) @2570 [2570] 03/27/06 17:04:41 adrian magic-removal: Folded django.db.models.options.Options.merge_meta into …
(edit) @2566 [2566] 03/26/06 16:29:17 adrian magic-removal: Added missing get_ul_class import to …
(edit) @2564 [2564] 03/25/06 19:37:06 russellm magic-removal: Fixed assignment notation on descriptors for one-to-one …
(edit) @2560 [2560] 03/24/06 15:52:39 jkocherhans No comments so... fixed #1532.
(edit) @2557 [2557] 03/24/06 13:10:10 lukeplant magic-removal: Removed an unused instance variable from Options class, …
(edit) @2556 [2556] 03/24/06 13:05:46 lukeplant magic-removal: Added a 'description' option to fieldset options that …
(edit) @2552 [2552] 03/23/06 18:29:47 jacob magic-removal: fixed a small bug (typo, really) in RelatedManager?
(edit) @2551 [2551] 03/22/06 18:55:30 adrian magic-removal: Removed app-specific stuff from …
(edit) @2547 [2547] 03/22/06 13:05:43 lukeplant magic-removal: Fixed limit_choices_to functionality in m-r branch (bug …
(edit) @2546 [2546] 03/21/06 18:56:48 lukeplant magic-removal: Updated docstring for LazyDate?.
(edit) @2534 [2534] 03/19/06 19:05:16 adrian magic-removal: Merged to [2533]
(edit) @2532 [2532] 03/19/06 17:45:00 adrian magic-removal: Merged to [2531]
(edit) @2518 [2518] 03/12/06 19:33:45 adrian magic-removal: Added first bit of validation-aware models. Model objects …
(edit) @2517 [2517] 03/12/06 19:08:04 adrian magic-removal: Fixed #1460 -- Fixed pub_datelt behavior in SQLite. …
(edit) @2516 [2516] 03/12/06 18:41:49 adrian magic-removal: Fixed #1482 -- Corrected 'SET NAMES' syntax for MySQL …
(edit) @2511 [2511] 03/11/06 22:10:57 russellm magic-removal: Modified descriptor to return None rather than raising …
(edit) @2510 [2510] 03/11/06 21:58:11 russellm magic-removal: Added descriptor code for assignment of related object sets …
(edit) @2506 [2506] 03/08/06 14:59:00 jkocherhans magic-removal: model inheirtance can now be more than 1 level deep.
(edit) @2502 [2502] 03/08/06 11:53:55 jacob magic-removal: fixed #1330: edit-inline works again on magic-removal. …
(edit) @2501 [2501] 03/07/06 12:50:56 jacob magic-removal: oops, [2500] had tabs instead of spaces; fixed (thanks …
(edit) @2500 [2500] 03/07/06 11:57:15 jacob magic-removal: fixed #1475 - debug mode now logs failsed queries, as well …
(edit) @2499 [2499] 03/07/06 05:32:08 hugo magic-removal: fixed #1472, removed masking of original exception in …
(edit) @2491 [2491] 03/06/06 17:20:29 jkocherhans magic-removal: [2498] forced apps to have a models module. Fixed.
(edit) @2489 [2489] 03/06/06 13:32:49 lukeplant magic-removal: Changed usage of import() in order to fix some obscure …
(edit) @2488 [2488] 03/04/06 17:40:15 russellm magic-removal: Modified bulk delete algorithnm to remove objects and …
(edit) @2487 [2487] 03/04/06 06:13:41 russellm magic-removal: Fixed problem with delete where dependent objects would be …
(edit) @2485 [2485] 03/03/06 18:19:59 lukeplant magic-removal: Implemented 'laziness' for QuerySet? slicing, to restore …
(edit) @2478 [2478] 03/03/06 04:20:35 russellm magic-removal: Fixes #1459 -- Modified the way the row count is compared …
(edit) @2465 [2465] 03/01/06 22:50:43 adrian magic-removal: Removed introspection table_exists() functions -- they …
(edit) @2462 [2462] 03/01/06 19:37:06 adrian magic-removal: Typo corrections in transaction code and docs
(edit) @2461 [2461] 03/01/06 18:28:40 jacob Added introspection.table_exists() method to db instrospection; this is …
(edit) @2457 [2457] 03/01/06 11:08:33 jacob magic-removal: added transaction support to Django! see transactions.txt …
(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) @2439 [2439] 02/28/06 08:17:59 adrian magic-removal: Fixed #1414 -- Added getattr() to LazyDate?. Thanks, …
(edit) @2438 [2438] 02/28/06 08:15:37 adrian magic-removal: Fixed #1413 -- Fixed error message when a model isn't in …
(edit) @2437 [2437] 02/28/06 08:02:20 russellm magic-removal: Added fixes to OneToOne? descriptors and RelatedObjects? to …
(edit) @2436 [2436] 02/28/06 05:41:44 russellm magic-removal: Refs #1407 -- Modified descriptor set method to ask …
(edit) @2435 [2435] 02/28/06 05:36:20 russellm magic-removal: Fixed #1407 -- Added a set method for the single object …
(edit) @2434 [2434] 02/28/06 04:12:45 russellm magic-removal: Refs #1407 -- Added remove() and clear() methods for …
(edit) @2432 [2432] 02/27/06 18:50:06 cell magic-removal: laid groundwork for subclassing.
(edit) @2422 [2422] 02/27/06 16:51:36 jacob Added QuerySet?.exclude() which does the opposite of QuerySet?.filter(). As …
(edit) @2412 [2412] 02/27/06 12:29:31 jkocherhans magic-removal: wrong signal sent after save.
(edit) @2410 [2410] 02/27/06 11:33:23 jkocherhans magic-removal: fixed #1409
(edit) @2409 [2409] 02/27/06 08:23:52 russellm magic-removal: Modified behavior of add() for ForeignKey? descriptors to …
(edit) @2406 [2406] 02/26/06 23:17:08 adrian magic-removal: Fixed #1179 -- Models not in INSTALLED_APPS now raise …
(edit) @2397 [2397] 02/25/06 13:54:32 jacob Small tweak to [2395] so that it's a bit cleaner
(edit) @2395 [2395] 02/25/06 13:38:51 jacob Added 'manager' option to Admin declaration; this controls which Manager …
(edit) @2394 [2394] 02/25/06 13:35:30 adrian magic-removal: Changed db.models.loading to make sure get_models() and …
(edit) @2393 [2393] 02/25/06 11:37:58 adrian magic-removal: Merged to [2392]
(edit) @2385 [2385] 02/24/06 17:26:47 russellm magic-removal: Fixed some typos in comments.
(edit) @2384 [2384] 02/24/06 04:42:32 russellm magic-removal: Refs #1346 -- Removed some redundant code that was missed …
(edit) @2383 [2383] 02/24/06 04:36:04 russellm magic-removal: Fixes #1346 -- Added ability for m2m relations to self to …
(edit) @2382 [2382] 02/24/06 04:28:46 russellm magic-removal: Refs #1346 -- Added the production of 'mirror' entries in …
(edit) @2381 [2381] 02/24/06 04:25:02 russellm magic-removal: Refs #1346 -- Refactored query logic for m2m descriptor …
(edit) @2377 [2377] 02/24/06 00:06:20 adrian magic-removal: Changed admin site to create ContentType? object if it …
(edit) @2376 [2376] 02/23/06 15:18:14 adrian magic-removal: Added a TODO for fields_changed in manipulator code
(edit) @2374 [2374] 02/23/06 14:10:41 adrian magic-removal: Fixed #1372 -- Got many-to-many fields working in …
(edit) @2363 [2363] 02/19/06 02:49:59 russellm magic-removal: Renamed 'this' and 'rel' variables to 'source' and …
(edit) @2362 [2362] 02/19/06 02:35:40 russellm magic-removal: Refactored accessor to name used to build related queries.
Note: See TracRevisionLog for help on using the revision log.