Django

Code

root/django/branches/magic-removal/django/core


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @2771 [2771] 04/28/06 15:56:58 lukeplant magic-removal: Fixed negligible indentation errors.
(edit) @2763 [2763] 04/27/06 23:54:32 adrian magic-removal: Changed 'modelmodule' to 'appname' in …
(edit) @2732 [2732] 04/23/06 16:45:36 adrian magic-removal: Fixed #1373 -- Factored out database-specific 'DROP …
(edit) @2715 [2715] 04/20/06 14:47:20 adrian magic-removal: Fixed #1641 -- Changed WSGIRequest.get_full_path() to …
(edit) @2711 [2711] 04/17/06 16:02:32 adrian magic-removal: Fixed #1544 -- Changed 'inspectdb' to use database name …
(edit) @2709 [2709] 04/17/06 09:05:40 adrian magic-removal: Fixed #1651 -- 'startproject' and 'startapp' now copy …
(edit) @2702 [2702] 04/15/06 15:13:44 adrian magic-removal: Changed lame 500 status message
(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) @2688 [2688] 04/12/06 08:39:34 adrian magic-removal: Merged to [2687]
(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) @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) @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) @2641 [2641] 04/09/06 19:05:05 adrian magic-removal: Merged to [2640]
(edit) @2631 [2631] 04/07/06 22:35:37 adrian magic-removal: Removed 'user' from …
(edit) @2596 [2596] 03/29/06 21:33:26 adrian magic-removal: Fixed #1556 -- Fixed typo in django.core.management from …
(edit) @2589 [2589] 03/28/06 15:40:34 adrian magic-removal: Merged to [2588]
(edit) @2586 [2586] 03/28/06 15:33:08 adrian magic-removal: Removed section in django.core.management.get_sql_delete …
(edit) @2585 [2585] 03/28/06 15:31:36 adrian magic-removal: Fixed #1491 -- Added nice terminal colors to django-admin …
(edit) @2584 [2584] 03/28/06 12:29:15 adrian magic-removal: Removed unnecessary 'usage: ' string from …
(edit) @2567 [2567] 03/27/06 04:08:34 russellm magic-removal: Refs #1508 -- Fixed stuff up in check in for r2565.
(edit) @2565 [2565] 03/25/06 20:22:41 russellm magic-removal: Fixed #1508 -- Added index creation to sqlall stage of …
(edit) @2551 [2551] 03/22/06 18:55:30 adrian magic-removal: Removed app-specific stuff from …
(edit) @2549 [2549] 03/22/06 16:35:14 adrian magic-removal: Merged to [2548]
(edit) @2541 [2541] 03/20/06 13:58:37 adrian magic-removal: Made 'Would you like to create a superuser' raw_input() …
(edit) @2537 [2537] 03/20/06 07:48:26 lukeplant magic-removal: Fixed a variable name change that was omitted in r2529
(edit) @2529 [2529] 03/17/06 18:24:12 lukeplant magic-removal: Changed 'manage.py sql myapp' to print references to tables …
(edit) @2526 [2526] 03/16/06 23:04:14 adrian magic-removal: Changed django.VERSION to use two digits -- (0, 91) instead …
(edit) @2514 [2514] 03/12/06 18:20:57 adrian magic-removal: Fixed #1471 -- Changed manage.py installperms to work with …
(edit) @2502 [2502] 03/08/06 11:53:55 jacob magic-removal: fixed #1330: edit-inline works again on magic-removal. …
(edit) @2490 [2490] 03/06/06 16:30:18 jkocherhans magic-removal: moved request.user handling out of django.core.handlers
(edit) @2484 [2484] 03/03/06 17:41:02 jacob magic-removal: syncdb now prompts to create a superuser when you install …
(edit) @2483 [2483] 03/03/06 17:13:38 jacob magic-removal: django-admin syncdb now installs example site object (and …
(edit) @2482 [2482] 03/03/06 17:07:35 jacob magic-removal: django-admin syncdb now installs initial data.
(edit) @2481 [2481] 03/03/06 16:48:47 jacob magic-removal: syncdb now installs permissions (if necessary)
(edit) @2479 [2479] 03/03/06 15:12:37 jacob magic-removal: refactored django.core.management some more: cleaned up …
(edit) @2474 [2474] 03/02/06 08:34:37 adrian magic-removal: Fixed #1445 -- Moved response middleware-handling code …
(edit) @2472 [2472] 03/02/06 04:05:09 russellm magic-removal: Modified model validation error messages to suggest a way …
(edit) @2470 [2470] 03/01/06 23:45:19 adrian magic-removal: Fixed #1436 -- Fixed typo in django-admin.py error …
(edit) @2467 [2467] 03/01/06 23:04:21 adrian magic-removal: Fixed #1440 -- Changed django.core.management not to …
(edit) @2464 [2464] 03/01/06 22:47:06 adrian magic-removal: Removed _get_packages_insert() from django.core.management
(edit) @2460 [2460] 03/01/06 18:02:20 jacob magic-removal: Refactored a bunch of django.core.management, including …
(edit) @2457 [2457] 03/01/06 11:08:33 jacob magic-removal: added transaction support to Django! see transactions.txt …
(edit) @2452 [2452] 02/28/06 21:26:08 adrian magic-removal: Fixed #1405 -- 'createsuperuser' no longer assumes 'import …
(edit) @2443 [2443] 02/28/06 09:02:03 dcf magic-removal: Fixed #1384: Don't return when sending email fails, just …
(edit) @2442 [2442] 02/28/06 08:27:00 adrian magic-removal: Fixed #1418 -- Applied management.py fixes for 'sqlclear'. …
(edit) @2433 [2433] 02/27/06 19:01:01 dcf magic-removal: Fixed #1384 - ugly bug in mail_admins. Added additional try …
(edit) @2431 [2431] 02/27/06 18:46:07 jkocherhans magic-removal: fixed #1410. The UserSource? class will eventually be …
(edit) @2425 [2425] 02/27/06 17:26:49 jkocherhans magic-removal: removed reques.user logic from the handlers. It's now done …
(edit) @2407 [2407] 02/26/06 23:18:18 adrian magic-removal: Changed django.core.management to remove legacy 'dbcheck' …
(edit) @2402 [2402] 02/25/06 17:15:00 adrian magic-removal: Removed remnant of init from [2400]
(edit) @2401 [2401] 02/25/06 17:06:09 adrian magic-removal: Removed django.core.management._get_contenttype_insert()
(edit) @2400 [2400] 02/25/06 17:01:47 adrian magic-removal: Removed django.core.management.init(), which is no longer …
(edit) @2399 [2399] 02/25/06 16:58:10 adrian magic-removal: Got rid of django.core.management.database_check, which was …
(edit) @2398 [2398] 02/25/06 16:56:34 adrian magic-removal: Implemented 'manage.py syncdb'
(edit) @2396 [2396] 02/25/06 13:45:16 adrian magic-removal: Added stub of 'manage.py synchdb' command
(edit) @2388 [2388] 02/24/06 23:53:55 adrian magic-removal: Merged to [2387]
(edit) @2387 [2387] 02/24/06 22:46:06 adrian magic-removal: Removed legacy init_minimal calls. Unit test framework …
(edit) @2386 [2386] 02/24/06 17:35:58 adrian magic-removal: Removed 'init-minimal', which wasn't doing anything useful
(edit) @2369 [2369] 02/23/06 11:38:00 adrian magic-removal: Merged to [2368]
(edit) @2361 [2361] 02/19/06 02:24:21 russellm magic-removal: Refactored accessor for m2m table name, and added accessors …
(edit) @2360 [2360] 02/18/06 17:51:00 adrian magic-removal: Merged to [2359]
(edit) @2357 [2357] 02/18/06 17:06:03 adrian magic-removal: Merged to [2356]
(edit) @2351 [2351] 02/18/06 16:14:05 adrian magic-removal: Merged to [2350]
(edit) @2330 [2330] 02/17/06 14:16:42 adrian magic-removal: Changed error message in model validator to use American …
(edit) @2329 [2329] 02/17/06 13:42:11 adrian magic-removal: Merged to [2328]
(edit) @2313 [2313] 02/17/06 06:46:03 russellm magic-removal: Removed last references to OLD_get_accessor_name, and added …
(edit) @2310 [2310] 02/16/06 08:07:23 russellm magic-removal: Fixes #1343 -- Modified model validator to only validate …
(edit) @2301 [2301] 02/10/06 15:35:29 adrian magic-removal: Merged to [2300]
(edit) @2296 [2296] 02/09/06 23:12:43 adrian magic-removal: Fixed #1082 -- Fixed bug in sqlreset and reset with SQLite. …
(edit) @2278 [2278] 02/04/06 18:03:12 lukeplant magic-removal: elimated 'module._MODELS' and replaced with a register …
(edit) @2273 [2273] 02/04/06 14:19:12 adrian magic-removal: Merged to [2272]
(edit) @2268 [2268] 02/04/06 13:31:39 adrian magic-removal: Fixed #1326 -- Allowed model properties in list_display. …
(edit) @2243 [2243] 02/03/06 14:01:58 adrian magic-removal: Changed model validator not to check for 'singular' on …
(edit) @2214 [2214] 02/01/06 07:21:16 russellm magic-removal: Added a 'reset' command to management that executes the …
(edit) @2212 [2212] 01/31/06 21:35:59 adrian magic-removal: Updated django.core.paginator to work with QuerySet? objects …
(edit) @2211 [2211] 01/31/06 17:42:58 adrian magic-removal: Fixed #1300 -- Converted various Django code to use the new …
(edit) @2155 [2155] 01/28/06 19:38:48 russellm magic-removal: Moved related name clash check logic out of Options, and …
(edit) @2149 [2149] 01/28/06 13:41:29 lukeplant magic-removal: Fixed typo in handlers.modpython
(edit) @2137 [2137] 01/27/06 10:35:25 adrian magic-removal: Merged to [2136]
(edit) @2111 [2111] 01/22/06 20:50:15 adrian magic-removal: Fixed #1259 -- This is VERY backwards-incompatible! …
(edit) @2106 [2106] 01/22/06 20:29:34 adrian magic-removal: Refactored get_installed_models and …
(edit) @2050 [2050] 01/18/06 13:02:35 jkocherhans magic-removal: Moved django.core.extensions to django.shortcuts and …
(edit) @2007 [2007] 01/16/06 09:27:30 hugo magic-removal: changed explicit settings import to qualified settings …
(edit) @2006 [2006] 01/16/06 09:26:10 hugo magic-removal: changed explicit settings import to qualified settings …
(edit) @2005 [2005] 01/16/06 09:24:37 hugo magic-removal: changed explicit settings import to qualified settings …
(edit) @2004 [2004] 01/16/06 09:24:06 hugo magic-removal: changed explicit settings import to qualified settings …
(edit) @2003 [2003] 01/16/06 09:23:15 hugo magic-removal: changed explicit settings import to qualified settings …
(edit) @2002 [2002] 01/16/06 09:22:40 hugo magic-removal: changed explicit settings import to qualified settings …
(edit) @2001 [2001] 01/16/06 09:22:01 hugo magic-removal: changed explicit settings import to qualified settings …
(edit) @2000 [2000] 01/16/06 09:20:38 hugo magic-removal: changed explicit settings import to qualified settings …
(edit) @1972 [1972] 01/14/06 23:55:48 adrian magic-removal: Merged to [1971]
(edit) @1968 [1968] 01/14/06 19:54:32 adrian magic-removal: Merged to [1967], a fantastic year in pop music
(edit) @1961 [1961] 01/14/06 18:14:41 adrian magic-removal: Merged to [1960]
(edit) @1960 [1960] 01/14/06 18:04:24 adrian magic-removal: Fixed #1197: Fixed validation error message in …
(edit) @1956 [1956] 01/13/06 16:55:05 jkocherhans magic-removal: Moved django.core.formfields to django.forms and updated …
Note: See TracRevisionLog for help on using the revision log.