|
|
|
@8444
|
[8444]
|
08/19/08 15:35:56 |
mtredinnick |
Fixed #8410 -- Added a missing piece of value encoding for the … |
|
|
|
@8442
|
[8442]
|
08/19/08 09:17:24 |
russellm |
Fixed #7908: Added validation checks on attempts to create ForeignKey? and … |
|
|
|
@8425
|
[8425]
|
08/17/08 12:35:33 |
mtredinnick |
Fixed #8239 -- Google App Engine has a restricted "imp" module, which … |
|
|
|
@8418
|
[8418]
|
08/16/08 18:35:58 |
mtredinnick |
Fixed #5133 -- Explicitly close memcached connections after each … |
|
|
|
@8404
|
[8404]
|
08/16/08 00:03:40 |
russellm |
Fixed #7285: Improved inspectdb handling of dashes in table and field … |
|
|
|
@8403
|
[8403]
|
08/15/08 23:51:21 |
russellm |
Fixed #6935: Modified inspectdb to provide better handling for table names … |
|
|
|
@8401
|
[8401]
|
08/15/08 23:11:38 |
russellm |
Fixes #7845: Removed a piece of stale code that was causing ./manage.py … |
|
|
|
@8370
|
[8370]
|
08/15/08 06:53:49 |
russellm |
Fixed #7676 -- Modified serializer registration to be thread safe. Thanks … |
|
|
|
@8336
|
[8336]
|
08/13/08 09:36:40 |
russellm |
Refs #8138 -- Added a stealth option to the loaddata command so that the … |
|
|
|
@8323
|
[8323]
|
08/12/08 08:39:46 |
russellm |
Fixed #8246 -- Corrected the handling of settings files. Thanks to AdamG … |
|
|
|
@8321
|
[8321]
|
08/12/08 07:58:33 |
russellm |
Fixed #8134 -- Corrected serialization of m2m fields with intermediate … |
|
|
|
@8306
|
[8306]
|
08/11/08 11:51:18 |
jacob |
Fixed #4948, a race condition in file saving. Thanks to Martin von Löwis, … |
|
|
|
@8296
|
[8296]
|
08/11/08 07:11:25 |
russellm |
Fixed #5461 -- Refactored the database backend code to use classes for the … |
|
|
|
@8291
|
[8291]
|
08/10/08 16:10:47 |
gwilson |
Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms … |
|
|
|
@8282
|
[8282]
|
08/10/08 03:42:49 |
russellm |
Fixed #5943 -- Modified django-admin to behave like manage.py if settings … |
|
|
|
@8278
|
[8278]
|
08/09/08 22:52:21 |
mtredinnick |
Added a return value to the add() method for caches. It's now possible to … |
|
|
|
@8272
|
[8272]
|
08/09/08 13:06:51 |
lukeplant |
Made NoReverseMatch? exceptions more helpful. Thanks, mrts |
|
|
|
@8263
|
[8263]
|
08/09/08 10:38:44 |
jacob |
No, really: PermWrapper? is not iterable. Fixes #8182. |
|
|
|
@8262
|
[8262]
|
08/09/08 10:16:47 |
jacob |
Fixed a couple imports in django.core.files.storage. Fixes #8188. |
|
|
|
@8249
|
[8249]
|
08/08/08 16:57:25 |
jacob |
Don't import PIL until needed so that systems without PIL don't barf. |
|
|
|
@8244
|
[8244]
|
08/08/08 15:59:02 |
jacob |
File storage refactoring, adding far more flexibility to Django's file … |
|
|
|
@8239
|
[8239]
|
08/08/08 13:51:34 |
jacob |
Fixed #8100: Jython, apparently, is now a TTY. |
|
|
|
@8234
|
[8234]
|
08/08/08 11:41:55 |
mtredinnick |
Fixed #5463 -- Allow alternate file extensions on files that are … |
|
|
|
@8228
|
[8228]
|
08/08/08 08:40:11 |
russellm |
Fixed #8120, #7997 -- Cleaned up the help messages displayed by … |
|
|
|
@8227
|
[8227]
|
08/08/08 07:27:40 |
russellm |
Fixed #5825 -- Modified the custom command loader to allow for explicit … |
|
|
|
@8223
|
[8223]
|
08/06/08 10:32:46 |
jacob |
Major refactoring of django.dispatch with an eye towards speed. The net … |
|
|
|
@8217
|
[8217]
|
08/05/08 12:43:05 |
jacob |
Fixed #7683: Try not to delete uploaded files before moving them, and … |
|
|
|
@8193
|
[8193]
|
08/02/08 00:56:57 |
gwilson |
Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use … |
|
|
|
@8191
|
[8191]
|
08/01/08 23:56:11 |
gwilson |
Removed several deprecated features for 1.0 (refs #7830):
* "simple" … |
|
|
|
@8157
|
[8157]
|
07/31/08 02:53:55 |
russellm |
Fixed #8053 -- Corrected a bug with reset and m2m intermediate tables. … |
|
|
|
@8151
|
[8151]
|
07/30/08 05:40:37 |
russellm |
Fixed #7990 -- Modified serializers to use StringIO, rather than … |
|
|
|
@8136
|
[8136]
|
07/29/08 07:41:08 |
russellm |
Fixed #6095 -- Added the ability to specify the model to use to manage a … |
|
|
|
@8133
|
[8133]
|
07/29/08 00:53:44 |
mtredinnick |
Fixed #7589 -- Added a way for post-table-creation SQL modifications to be … |
|
|
|
@8129
|
[8129]
|
07/28/08 00:30:35 |
gwilson |
Fixed #6997 -- Corrected num_pages calculation when one item is in the … |
|
|
|
@8121
|
[8121]
|
07/27/08 18:01:55 |
gwilson |
Made the Paginator class a bit more backwards compatible with the lecacy … |
|
|
|
@8096
|
[8096]
|
07/26/08 17:48:51 |
mtredinnick |
Fixed #7658 -- Added some Windows-specific tempfile handling. The … |
|
|
|
@8090
|
[8090]
|
07/26/08 00:27:59 |
mtredinnick |
Fixed #6413 -- Fixed a deadlock situation in the locmem culling … |
|
|
|
@8086
|
[8086]
|
07/25/08 23:10:52 |
mtredinnick |
Fixed #7966 -- Send email if it has "bcc" recipients and no "to" … |
|
|
|
@8084
|
[8084]
|
07/25/08 22:58:31 |
mtredinnick |
Fixed #7967 -- Make sure the contains method in the cache backends … |
|
|
|
@8083
|
[8083]
|
07/25/08 22:37:25 |
mtredinnick |
Fixed #7574 -- Fixed the handling of lazy translation in email headers. |
|
|
|
@8079
|
[8079]
|
07/25/08 22:01:33 |
mtredinnick |
Fix #7910 -- Added a missing import used when "django-admin.py … |
|
|
|
@8075
|
[8075]
|
07/25/08 13:51:32 |
mtredinnick |
Fixed #7398 -- Allow for custom cache-backends to be used.
Based on a … |
|
|
|
@8046
|
[8046]
|
07/21/08 22:24:09 |
adrian |
Fixed #7847 -- Removed a whole bunch of unused imports from throughout the … |
|
|
|
@8032
|
[8032]
|
07/21/08 17:13:56 |
mtredinnick |
Fixed #7871 -- Added some more bullet-proofing in PATH_INFO … |
|
|
|
@8015
|
[8015]
|
07/21/08 02:57:10 |
mtredinnick |
Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO … |
|
|
|
@7995
|
[7995]
|
07/19/08 14:37:55 |
mtredinnick |
Revert [7991] - [7993]. I was committing from the wrong branch. Sorry … |
|
|
|
@7992
|
[7992]
|
07/19/08 14:32:12 |
mtredinnick |
Allow avoidance of the Apache mod_rewrite undo. |
|
|
|
@7991
|
[7991]
|
07/19/08 14:32:01 |
mtredinnick |
First part of setting request.path correctly.
Still needs:
- testing
… |
|
|
|
@7988
|
[7988]
|
07/19/08 13:49:49 |
mtredinnick |
Fixed #7471 -- If the 400 response handler raises an exception, pass … |
|
|
|
@7982
|
[7982]
|
07/19/08 10:05:00 |
russellm |
Added svn:ignore properties to some recently added directories. |
|
|
|
@7967
|
[7967]
|
07/18/08 18:54:34 |
brosner |
Merged the newforms-admin branch into trunk.
This is a backward … |
|
|
|
@7946
|
[7946]
|
07/17/08 22:47:27 |
adrian |
Fixed #1443 -- Django's various bits now support dates before 1900. Thanks … |
|
|
|
@7928
|
[7928]
|
07/15/08 14:17:49 |
mtredinnick |
Refactored the HTTP 500 error response creation slightly. Provides the … |
|
|
|
@7908
|
[7908]
|
07/12/08 15:43:52 |
jacob |
Fixed #7675: corrected TemporaryUploadedFile?.temporary_file_path. Thanks, … |
|
|
|
@7891
|
[7891]
|
07/11/08 10:08:09 |
russellm |
Fixed #7421 -- Corrected the condition used during syncdb to establish … |
|
|
|
@7889
|
[7889]
|
07/11/08 09:06:59 |
russellm |
Fixed #7597 -- Added code to force the re-opening of the cursor … |
|
|
|
@7888
|
[7888]
|
07/11/08 08:18:19 |
russellm |
Fixed #6017 -- Modified the Lax parser to allow --settings and the other … |
|
|
|
@7867
|
[7867]
|
07/07/08 21:20:48 |
adrian |
Fixed #7307 -- Split InvalidPage? exception into two subclasses, … |
|
|
|
@7865
|
[7865]
|
07/07/08 21:08:33 |
adrian |
Fixed #7478 -- Rolled QuerySetPaginator? into the Paginator class, to … |
|
|
|
@7864
|
[7864]
|
07/07/08 20:56:01 |
adrian |
Fixed #7655 -- Added two assertions to mail.py to help people debug a … |
|
|
|
@7861
|
[7861]
|
07/07/08 18:36:45 |
jacob |
Fixed deprecated UploadedFile?.data attribute. Refs #7614. |
|
|
|
@7860
|
[7860]
|
07/07/08 18:36:35 |
jacob |
Added a missing deprecated property (UploadedFile?.filename) from [7859]. … |
|
|
|
@7859
|
[7859]
|
07/07/08 18:16:00 |
jacob |
Fixed #7614: the quickening has come, and there now is only one … |
|
|
|
@7856
|
[7856]
|
07/06/08 20:45:19 |
mtredinnick |
Fixed #4148 -- Changed the way attachments are served to IE to avoid … |
|
|
|
@7848
|
[7848]
|
07/06/08 07:55:24 |
mtredinnick |
Fixed #7643 -- Fixed an oversight from [7844].
Now makemessages works in … |
|
|
|
@7844
|
[7844]
|
07/06/08 01:39:44 |
mtredinnick |
Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup … |
|
|
|
@7843
|
[7843]
|
07/06/08 00:25:55 |
mtredinnick |
Fixed #7072 -- More logical and robust language settings in the i18n … |
|
|
|
@7837
|
[7837]
|
07/04/08 21:14:34 |
mtredinnick |
Changed a couple of old-style validators to remove some deprecation … |
|
|
|
@7829
|
[7829]
|
07/03/08 01:04:17 |
gwilson |
Corrected typo in uploadedfile module. |
|
|
|
@7819
|
[7819]
|
07/01/08 23:31:28 |
gwilson |
Made legacy ObjectPaginator truly backwards-compatible by catching both … |
|
|
|
@7818
|
[7818]
|
07/01/08 13:49:01 |
jacob |
Oops, missed a changed file in [7817]. |
|
|
|
@7817
|
[7817]
|
07/01/08 13:47:46 |
jacob |
Fixed #7590: made UploadedFile? subclasses' init methods sane. |
|
|
|
@7814
|
[7814]
|
07/01/08 10:10:51 |
jacob |
Fixed #2070: refactored Django's file upload capabilities.
A description … |
|
|
|
@7805
|
[7805]
|
06/30/08 07:34:29 |
russellm |
Fixed #7521 -- Added the ability to customize ROOT_URLCONF for the … |
|
|
|
@7803
|
[7803]
|
06/30/08 07:18:29 |
russellm |
Fixed #7572 -- Force the closure of the database connection at the end of … |
|
|
|
@7801
|
[7801]
|
06/30/08 06:32:50 |
mtredinnick |
Fixed #6647 -- Add some more robustness to the development web server. |
|
|
|
@7800
|
[7800]
|
06/30/08 06:22:41 |
mtredinnick |
Fixed #6994 -- For fastcgi, set a more sensible default umask.
Also allow … |
|
|
|
@7790
|
[7790]
|
06/29/08 23:46:59 |
mtredinnick |
Make sure we only create the minimum number of table indexes for … |
|
|
|
@7746
|
[7746]
|
06/25/08 23:03:44 |
adrian |
Fixed #7527 -- Removed an unused value from all in … |
|
|
|
@7706
|
[7706]
|
06/19/08 09:38:56 |
russellm |
Fixed #6650 -- Added UTF-8 encoding to SQL output provided by management … |
|
|
|
@7704
|
[7704]
|
06/19/08 08:24:39 |
russellm |
Fixed #6719 -- Added a --traceback option to syncdb to provide a stack … |
|
|
|
@7660
|
[7660]
|
06/15/08 23:16:21 |
adrian |
Fixed #6831 -- Reverse URL resolver now replaces backslashes correctly. … |
|
|
|
@7653
|
[7653]
|
06/15/08 23:00:08 |
adrian |
Fixed #6497 -- Improved fixture error reporting by displaying the entire … |
|
|
|
@7652
|
[7652]
|
06/15/08 22:56:48 |
adrian |
Fixed #6654 -- Slightly refactored the way 'startproject' and 'startapp' … |
|
|
|
@7629
|
[7629]
|
06/12/08 19:08:50 |
russellm |
Fixed #7436 -- Corrected a fix from [7615] that broke some test cases. … |
|
|
|
@7623
|
[7623]
|
06/11/08 23:22:02 |
adrian |
Fixed #7421 -- Improved syncdb implementation not to check for exact … |
|
|
|
@7615
|
[7615]
|
06/11/08 09:01:35 |
russellm |
Fixed #7254 -- Added an '--exclude' option to dumpdata, allowing specific … |
|
|
|
@7600
|
[7600]
|
06/09/08 09:03:35 |
russellm |
Fixed #7350, #7202 -- Fixed serialization for multi-model inheritance, … |
|
|
|
@7595
|
[7595]
|
06/08/08 03:21:18 |
russellm |
Fixed #4371 -- Improved error checking when loading fixtures. Code now … |
|
|
|
@7591
|
[7591]
|
06/08/08 00:38:13 |
jacob |
Fixed #6394: improved comment stripping in initial SQL files. Thanks, … |
|
|
|
@7568
|
[7568]
|
05/30/08 20:01:17 |
jacob |
Fixed #6820: flush no longer fails under PostgreSQL 8.3. WARNING: In the … |
|
|
|
@7537
|
[7537]
|
05/16/08 18:24:36 |
lukeplant |
Added DEBUG_PROPAGATE_EXCEPTIONS setting that helps testing under e.g. … |
|
|
|
@7477
|
[7477]
|
04/26/08 21:50:16 |
mtredinnick |
Merged the queryset-refactor branch into trunk.
This is a big internal … |
|
|
|
@7375
|
[7375]
|
03/27/08 17:07:40 |
ikelly |
Added inline Oracle tablespace SQL for unique_together constraints. |
|
|
|
@7353
|
[7353]
|
03/23/08 05:14:32 |
mtredinnick |
Fixed a problem in the backwards-compat abilities of the paginator. … |
|
|
|
@7350
|
[7350]
|
03/21/08 16:52:34 |
gwilson |
Fixed some styling issues in django/core/mail.py. |
|
|
|
@7349
|
[7349]
|
03/21/08 16:39:50 |
gwilson |
Noted an additional modification we have made to make_msgid. |
|
|
|
@7348
|
[7348]
|
03/21/08 16:08:39 |
gwilson |
Fixed #6835 -- Use cached FQDN when creating smtplib.SMTP() connection … |
|
|
|
@7347
|
[7347]
|
03/21/08 15:35:39 |
gwilson |
Fixed #6841 -- Don't include bcc recepients in e-mail headers, thanks … |
|
|
|
@7320
|
[7320]
|
03/19/08 10:10:31 |
mtredinnick |
Fixed #6789 -- Added some small amount of extra protection for learners … |