Django

Code

root/django/trunk/django/core


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9512 [9512] 11/21/08 06:00:51 mtredinnick Fixed #2782 -- Make the server port available through the modpython …
(edit) @9470 [9470] 11/16/08 03:27:16 mtredinnick Fixed #9455 -- Tiny cleanup to avoid an "undefined variable" warning. The …
(edit) @9357 [9357] 11/06/08 05:19:13 russellm Fixed #9011 -- Corrected handling of fixture files that contain errors to …
(edit) @9248 [9248] 10/23/08 23:38:43 mtredinnick Fixed #9383 -- Don't open a network connection for sending email if …
(edit) @9197 [9197] 10/07/08 07:20:01 mtredinnick Fixed #9233 -- Allow date and message-id headers to be passed in manually …
(edit) @9189 [9189] 10/07/08 05:39:16 mtredinnick Fixed #9224 -- Prevent a crash when certain query strings are sent …
(edit) @9155 [9155] 10/05/08 20:36:35 kmtracey Fixed #9212: Added code to check the xgettext version, and if it is lower …
(edit) @9148 [9148] 10/05/08 06:39:58 mtredinnick Fixed #9283 -- Deliberately silence one deprecation warning raised by …
(edit) @9110 [9110] 10/02/08 07:57:13 russellm Promoted --verbosity to be a top level option for all management commands. …
(edit) @9099 [9099] 09/30/08 00:52:35 mtredinnick Fixed another case of reverse URL resolving that wasn't working. This is …
(edit) @9087 [9087] 09/27/08 01:14:11 mtredinnick Fixed #9038 -- Correctly handle URL patterns with the same name (or view …
(edit) @9082 [9082] 09/22/08 01:03:24 ubernostrum Add some docstrings to the base classes for management commands. Refs …
(edit) @9064 [9064] 09/17/08 04:02:25 mtredinnick Fixed #9014 -- Check that we really are processing a POST before …
(edit) @9055 [9055] 09/17/08 00:42:12 adrian Fixed #8409 -- The runserver now uses conditional GET for admin media …
(edit) @9053 [9053] 09/17/08 00:12:53 adrian Fixed #8573 -- Fixed bug in 'inspectdb' regarding case-sensitivity of …
(edit) @9043 [9043] 09/16/08 00:39:49 adrian Fixed #9092 -- Improved validation of app/project names by …
(edit) @8990 [8990] 09/08/08 21:18:06 adrian Fixed #8978 -- We now print a helpful error message for 'manage.py …
(edit) @8777 [8777] 08/31/08 17:47:25 mtredinnick Fixed #8726 -- When doing reverse URL resolving, make sure we're …
(edit) @8768 [8768] 08/31/08 13:21:06 mtredinnick Fixed #8703 -- Allow deeply nested import paths for DJANGO_SETTINGS_MODULE …
(edit) @8760 [8760] 08/31/08 06:11:20 mtredinnick A rewrite of the reverse URL parsing: the reverse() call and the "url" …
(edit) @8749 [8749] 08/30/08 15:17:58 mtredinnick Fixed #8702 -- Set up the initial locale correctly for the development …
(edit) @8748 [8748] 08/30/08 14:56:14 jacob Fixed #8622: accessing POST after a POST handling exception no longer …
(edit) @8720 [8720] 08/29/08 15:00:55 jacob Fixed #8673: fixed a missing import in django.core.files.move.
(edit) @8697 [8697] 08/29/08 10:45:23 jacob Fixed #8687, a bad variable name in validation. Thanks, vung.
(edit) @8676 [8676] 08/28/08 14:38:56 jacob Fixed #8651: correctly deserialize objects with 0 for pk/fk.
(edit) @8675 [8675] 08/28/08 14:28:45 mtredinnick Fixed #8403 -- Changed the use of fcntl.flock() to fcntl.lockf(). On …
(edit) @8672 [8672] 08/28/08 14:05:14 jacob Fixed #8221: added some better NoReverseMatch error strings. Thanks, …
(edit) @8664 [8664] 08/28/08 11:14:13 jacob Fixed #7524: allow errors raised during import of a urlconf to bubble up.
(edit) @8640 [8640] 08/27/08 17:21:14 jacob Fixed #8454: added a FILE_UPLOAD_PERMISSIONS setting to control the …
(edit) @8639 [8639] 08/27/08 16:44:14 jacob Fixed #8455: a lack of permissions in MEDIA_ROOT no longer causes an …
(edit) @8636 [8636] 08/27/08 15:53:02 jacob FIxed #8156: UploadedFile.__repr__ now returns a string, a good …
(edit) @8634 [8634] 08/27/08 15:29:45 jacob Fixed #7769: Added a couple missing file methods to …
(edit) @8616 [8616] 08/27/08 02:19:44 gwilson Removed oldforms, validators, and related code: * Removed Manipulator, …
(edit) @8576 [8576] 08/26/08 02:43:59 mtredinnick Fixed #7084 -- Fixed the "makemessages" command to handle line …
(edit) @8569 [8569]
(edit) @8548 [8548] 08/25/08 13:53:18 jacob Removed outdated "adminindex" command -- the same behavior is now far …
(edit) @8527 [8527] 08/24/08 22:26:37 mtredinnick Fixed #8491 -- Allow settings.LOCALE_PATH to be any sequence, not just a …
(edit) @8495 [8495] 08/23/08 13:08:28 mtredinnick Fixed #8259 -- Handle an error situation that we should never see, but …
(edit) @8493 [8493] 08/23/08 12:56:02 mtredinnick Fixed #8203 -- Fixed temporary file deleation on Windows and a couple of …
(edit) @8488 [8488] 08/23/08 11:56:41 mtredinnick Fixed #7042 -- The management validation command nows alerts users to …
(edit) @8483 [8483] 08/23/08 08:31:28 russellm Fixed #7747: Altered EmailMessage? such that messages with long subject …
(edit) @8464 [8464] 08/22/08 08:59:41 russellm Fixed #8136: Added a signal emission when an error is raised handling an …
(edit) @8444 [8444] 08/19/08 15:35:56 mtredinnick Fixed #8410 -- Added a missing piece of value encoding for the …
(edit) @8442 [8442] 08/19/08 09:17:24 russellm Fixed #7908: Added validation checks on attempts to create ForeignKey? and …
(edit) @8425 [8425] 08/17/08 12:35:33 mtredinnick Fixed #8239 -- Google App Engine has a restricted "imp" module, which …
(edit) @8418 [8418] 08/16/08 18:35:58 mtredinnick Fixed #5133 -- Explicitly close memcached connections after each …
(edit) @8404 [8404] 08/16/08 00:03:40 russellm Fixed #7285: Improved inspectdb handling of dashes in table and field …
(edit) @8403 [8403] 08/15/08 23:51:21 russellm Fixed #6935: Modified inspectdb to provide better handling for table names …
(edit) @8401 [8401] 08/15/08 23:11:38 russellm Fixes #7845: Removed a piece of stale code that was causing ./manage.py …
(edit) @8370 [8370] 08/15/08 06:53:49 russellm Fixed #7676 -- Modified serializer registration to be thread safe. Thanks …
(edit) @8336 [8336] 08/13/08 09:36:40 russellm Refs #8138 -- Added a stealth option to the loaddata command so that the …
(edit) @8323 [8323] 08/12/08 08:39:46 russellm Fixed #8246 -- Corrected the handling of settings files. Thanks to AdamG …
(edit) @8321 [8321] 08/12/08 07:58:33 russellm Fixed #8134 -- Corrected serialization of m2m fields with intermediate …
(edit) @8306 [8306] 08/11/08 11:51:18 jacob Fixed #4948, a race condition in file saving. Thanks to Martin von Löwis, …
(edit) @8296 [8296] 08/11/08 07:11:25 russellm Fixed #5461 -- Refactored the database backend code to use classes for the …
(edit) @8291 [8291] 08/10/08 16:10:47 gwilson Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms …
(edit) @8282 [8282] 08/10/08 03:42:49 russellm Fixed #5943 -- Modified django-admin to behave like manage.py if settings …
(edit) @8278 [8278] 08/09/08 22:52:21 mtredinnick Added a return value to the add() method for caches. It's now possible to …
(edit) @8272 [8272] 08/09/08 13:06:51 lukeplant Made NoReverseMatch? exceptions more helpful. Thanks, mrts
(edit) @8263 [8263] 08/09/08 10:38:44 jacob No, really: PermWrapper? is not iterable. Fixes #8182.
(edit) @8262 [8262] 08/09/08 10:16:47 jacob Fixed a couple imports in django.core.files.storage. Fixes #8188.
(edit) @8249 [8249] 08/08/08 16:57:25 jacob Don't import PIL until needed so that systems without PIL don't barf.
(edit) @8244 [8244] 08/08/08 15:59:02 jacob File storage refactoring, adding far more flexibility to Django's file …
(edit) @8239 [8239] 08/08/08 13:51:34 jacob Fixed #8100: Jython, apparently, is now a TTY.
(edit) @8234 [8234] 08/08/08 11:41:55 mtredinnick Fixed #5463 -- Allow alternate file extensions on files that are …
(edit) @8228 [8228] 08/08/08 08:40:11 russellm Fixed #8120, #7997 -- Cleaned up the help messages displayed by …
(edit) @8227 [8227] 08/08/08 07:27:40 russellm Fixed #5825 -- Modified the custom command loader to allow for explicit …
(edit) @8223 [8223] 08/06/08 10:32:46 jacob Major refactoring of django.dispatch with an eye towards speed. The net …
(edit) @8217 [8217] 08/05/08 12:43:05 jacob Fixed #7683: Try not to delete uploaded files before moving them, and …
(edit) @8193 [8193] 08/02/08 00:56:57 gwilson Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use …
(edit) @8191 [8191] 08/01/08 23:56:11 gwilson Removed several deprecated features for 1.0 (refs #7830): * "simple" …
(edit) @8157 [8157] 07/31/08 02:53:55 russellm Fixed #8053 -- Corrected a bug with reset and m2m intermediate tables. …
(edit) @8151 [8151] 07/30/08 05:40:37 russellm Fixed #7990 -- Modified serializers to use StringIO, rather than …
(edit) @8136 [8136] 07/29/08 07:41:08 russellm Fixed #6095 -- Added the ability to specify the model to use to manage a …
(edit) @8133 [8133] 07/29/08 00:53:44 mtredinnick Fixed #7589 -- Added a way for post-table-creation SQL modifications to be …
(edit) @8129 [8129] 07/28/08 00:30:35 gwilson Fixed #6997 -- Corrected num_pages calculation when one item is in the …
(edit) @8121 [8121] 07/27/08 18:01:55 gwilson Made the Paginator class a bit more backwards compatible with the lecacy …
(edit) @8096 [8096] 07/26/08 17:48:51 mtredinnick Fixed #7658 -- Added some Windows-specific tempfile handling. The …
(edit) @8090 [8090] 07/26/08 00:27:59 mtredinnick Fixed #6413 -- Fixed a deadlock situation in the locmem culling …
(edit) @8086 [8086] 07/25/08 23:10:52 mtredinnick Fixed #7966 -- Send email if it has "bcc" recipients and no "to" …
(edit) @8084 [8084] 07/25/08 22:58:31 mtredinnick Fixed #7967 -- Make sure the contains method in the cache backends …
(edit) @8083 [8083] 07/25/08 22:37:25 mtredinnick Fixed #7574 -- Fixed the handling of lazy translation in email headers.
(edit) @8079 [8079] 07/25/08 22:01:33 mtredinnick Fix #7910 -- Added a missing import used when "django-admin.py …
(edit) @8075 [8075] 07/25/08 13:51:32 mtredinnick Fixed #7398 -- Allow for custom cache-backends to be used. Based on a …
(edit) @8046 [8046] 07/21/08 22:24:09 adrian Fixed #7847 -- Removed a whole bunch of unused imports from throughout the …
(edit) @8032 [8032] 07/21/08 17:13:56 mtredinnick Fixed #7871 -- Added some more bullet-proofing in PATH_INFO …
(edit) @8015 [8015] 07/21/08 02:57:10 mtredinnick Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO …
(edit) @7995 [7995] 07/19/08 14:37:55 mtredinnick Revert [7991] - [7993]. I was committing from the wrong branch. Sorry …
(edit) @7992 [7992] 07/19/08 14:32:12 mtredinnick Allow avoidance of the Apache mod_rewrite undo.
(edit) @7991 [7991] 07/19/08 14:32:01 mtredinnick First part of setting request.path correctly. Still needs: - testing …
(edit) @7988 [7988] 07/19/08 13:49:49 mtredinnick Fixed #7471 -- If the 400 response handler raises an exception, pass …
(edit) @7982 [7982] 07/19/08 10:05:00 russellm Added svn:ignore properties to some recently added directories.
(edit) @7967 [7967] 07/18/08 18:54:34 brosner Merged the newforms-admin branch into trunk. This is a backward …
(edit) @7946 [7946] 07/17/08 22:47:27 adrian Fixed #1443 -- Django's various bits now support dates before 1900. Thanks …
(edit) @7928 [7928] 07/15/08 14:17:49 mtredinnick Refactored the HTTP 500 error response creation slightly. Provides the …
(edit) @7908 [7908] 07/12/08 15:43:52 jacob Fixed #7675: corrected TemporaryUploadedFile?.temporary_file_path. Thanks, …
(edit) @7891 [7891] 07/11/08 10:08:09 russellm Fixed #7421 -- Corrected the condition used during syncdb to establish …
(edit) @7889 [7889] 07/11/08 09:06:59 russellm Fixed #7597 -- Added code to force the re-opening of the cursor …
(edit) @7888 [7888] 07/11/08 08:18:19 russellm Fixed #6017 -- Modified the Lax parser to allow --settings and the other …
(edit) @7867 [7867] 07/07/08 21:20:48 adrian Fixed #7307 -- Split InvalidPage? exception into two subclasses, …
Note: See TracRevisionLog for help on using the revision log.