|
|
|
@7535
|
[7535]
|
05/15/08 17:10:53 |
lukeplant |
Fixed bug in staff_member_required decorator for the case where users … |
|
|
|
@7534
|
[7534]
|
05/14/08 04:21:37 |
telenieko |
Updated catalan translation (1 add, 2 typos, a few wraps). |
|
|
|
@7526
|
[7526]
|
05/13/08 09:56:47 |
gwilson |
Fixed #7212 -- Added alters_data attribute to Model.save_base method, … |
|
|
|
@7521
|
[7521]
|
05/10/08 08:19:19 |
russellm |
Removed mark_safe from the saved request path on the admin login form. … |
|
|
|
@7520
|
[7520]
|
05/08/08 07:51:50 |
adrian |
Added a bunch of missing svn:ignore properties for .pyc files. Thanks, … |
|
|
|
@7514
|
[7514]
|
05/05/08 11:04:50 |
ikelly |
Cleaned up some comments in the Oracle backend. Fixes #7139. Thanks, … |
|
|
|
@7510
|
[7510]
|
04/29/08 19:03:45 |
adrian |
Added 'Setting headers' and 'Telling the browser to treat the response as … |
|
|
|
@7509
|
[7509]
|
04/29/08 15:55:10 |
ikelly |
Fixed an Oracle error on double negations in where conditions. Fixed #7111 |
|
|
|
@7504
|
[7504]
|
04/28/08 20:19:42 |
mtredinnick |
Undo [7474]. I didn't think it through nearly carefully enough.
This … |
|
|
|
@7502
|
[7502]
|
04/28/08 16:15:05 |
adrian |
Changed Query.get_columns() to quote the 'AS' column names in an … |
|
|
|
@7501
|
[7501]
|
04/28/08 12:31:08 |
ikelly |
Renamed a field in the queries test schema that was preventing the tests … |
|
|
|
@7499
|
[7499]
|
04/28/08 09:14:41 |
mtredinnick |
Added the ability to pickle and unpickle QuerySets? and Query classes. |
|
|
|
@7497
|
[7497]
|
04/28/08 07:09:23 |
mtredinnick |
ValuesQuerySets? (and subclasses) were inadvertently not caching their … |
|
|
|
@7496
|
[7496]
|
04/28/08 06:51:52 |
mtredinnick |
Made some types of nested update queries very slightly more efficient at … |
|
|
|
@7495
|
[7495]
|
04/28/08 06:51:16 |
mtredinnick |
Added a test to demonstrate the remaining problem in #7095.
Only fails … |
|
|
|
@7494
|
[7494]
|
04/28/08 02:07:17 |
mtredinnick |
Allow Query objects to be values in query filters. This already existed … |
|
|
|
@7493
|
[7493]
|
04/27/08 23:29:06 |
mtredinnick |
Fixed #7096 -- The simplifications in [7461] weren't complete. They … |
|
|
|
@7491
|
[7491]
|
04/27/08 21:40:57 |
mtredinnick |
Fixed #3002 -- Fixed a problem with ordering by related models in the … |
|
|
|
@7490
|
[7490]
|
04/27/08 21:27:19 |
mtredinnick |
Fixed #7098 -- Old-style related-model order_by() syntax was being … |
|
|
|
@7489
|
[7489]
|
04/27/08 19:59:09 |
adrian |
Edited some docs/db-api.txt changes |
|
|
|
@7488
|
[7488]
|
04/27/08 19:58:42 |
adrian |
Migrated _setup_query() docstring to America |
|
|
|
@7487
|
[7487]
|
04/27/08 19:58:21 |
adrian |
Fixed a bug with the new QuerySet? update() method where it wasn't … |
|
|
|
@7486
|
[7486]
|
04/27/08 19:20:40 |
adrian |
Fixed #7097 -- dates() queries now work as expected with select_related() … |
|
|
|
@7485
|
[7485]
|
04/27/08 19:03:01 |
adrian |
Added some tests to modeltests/many_to_one that demonstrate a … |
|
|
|
@7480
|
[7480]
|
04/27/08 06:55:47 |
mtredinnick |
Made a bunch of spelling corrections. |
|
|
|
@7478
|
[7478]
|
04/27/08 06:44:11 |
mtredinnick |
When retrieving a field by name, handle a missed case when the cache … |
|
|
|
@7477
|
[7477]
|
04/26/08 21:50:16 |
mtredinnick |
Merged the queryset-refactor branch into trunk.
This is a big internal … |
|
|
|
@7476
|
[7476]
|
04/26/08 20:09:11 |
mtredinnick |
Fixed #7093 -- Fixed a typo in the Russian translation. Thanks, Anossov. |
|
|
|
@7473
|
[7473]
|
04/26/08 08:25:30 |
mtredinnick |
Fixed #7030 -- Handle extraction of UTF-8 messages from Javascript … |
|
|
|
@7472
|
[7472]
|
04/26/08 07:46:57 |
mtredinnick |
Fixed #7086 -- Updated the Romanian translation. Thanks, Mihai Damian. |
|
|
|
@7471
|
[7471]
|
04/26/08 07:42:00 |
mtredinnick |
Fixed #7031 -- Added some missing plural forms to the French … |
|
|
|
@7458
|
[7458]
|
04/25/08 08:16:15 |
garcia_marc |
Fixed #6917 -- Catalan translation clean up |
|
|
|
@7435
|
[7435]
|
04/18/08 05:37:00 |
aljosa |
hr - croatian language - updated translation |
|
|
|
@7424
|
[7424]
|
04/14/08 21:07:49 |
mtredinnick |
Fixed #7012 -- Added a missing file for CSS backgrounds with … |
|
|
|
@7423
|
[7423]
|
04/14/08 21:00:15 |
mtredinnick |
Fixed #6387 -- Updated markdown filter to handle markdown-1.7 as well … |
|
|
|
@7422
|
[7422]
|
04/14/08 20:13:52 |
mtredinnick |
Fixed #7017 -- Minor typo fix in a comment. Thanks FranRuiz?.
Also … |
|
|
|
@7421
|
[7421]
|
04/14/08 14:52:18 |
zgoda |
Fixed #7013: Polish translation update from Piotr Lewandowski. |
|
|
|
@7420
|
[7420]
|
04/13/08 13:57:34 |
zgoda |
Fixed #7013: Polish translation updated. Thank you, Piotr Lewandowski. |
|
|
|
@7415
|
[7415]
|
04/12/08 21:04:10 |
mtredinnick |
Fixed #6433 -- Handle some varied PostgreSQL version strings (beta … |
|
|
|
@7414
|
[7414]
|
04/12/08 20:50:29 |
mtredinnick |
Updated the inline help text for User.is_active.
Fixed #6881. Refs #7011. |
|
|
|
@7413
|
[7413]
|
04/12/08 20:35:53 |
mtredinnick |
Fixed #7001 -- Updated the Simplified Chinese translation. Thanks, Liang … |
|
|
|
@7412
|
[7412]
|
04/10/08 12:44:40 |
ikelly |
Fixed #5985: Changed the lookups in the Oracle backend to use LIKEC … |
|
|
|
@7411
|
[7411]
|
04/09/08 23:05:37 |
ubernostrum |
Fixed #6982; added an import statement to example in docs/modelforms.txt … |
|
|
|
@7410
|
[7410]
|
04/09/08 19:26:12 |
russellm |
Fixed #6998 -- Corrected typo in Tutorial 4. Thanks, Peter Upfold. |
|
|
|
@7409
|
[7409]
|
04/08/08 01:35:37 |
ubernostrum |
Another typo in docs/newforms.txt |
|
|
|
@7408
|
[7408]
|
04/08/08 01:28:50 |
ubernostrum |
Fix a minor typo in docs/newforms.txt |
|
|
|
@7403
|
[7403]
|
04/04/08 21:59:41 |
mtredinnick |
Fixed #6942 -- A few small updates to the Simplified Chinese … |
|
|
|
@7402
|
[7402]
|
04/04/08 21:53:10 |
mtredinnick |
Fixed #6936 -- Updated Bulgarian translation. Thanks, Jordan Dimov and … |
|
|
|
@7401
|
[7401]
|
04/04/08 21:50:01 |
mtredinnick |
Fixed #6910 -- Updated Brazilian Portugese translation from Guilherme M. … |
|
|
|
@7398
|
[7398]
|
04/03/08 19:43:27 |
garcia_marc |
Fixed #6917 (patch 1 of 3) -- Fixing typos in catalan translation |
|
|
|
@7388
|
[7388]
|
03/30/08 08:35:12 |
ubernostrum |
Fixed #6927: Corrected documentation describing when and why the auth … |
|
|
|
@7387
|
[7387]
|
03/29/08 23:23:54 |
ubernostrum |
Remove an extraneous comma that I left behind in [7386], and clean up the … |
|
|
|
@7386
|
[7386]
|
03/29/08 23:21:50 |
ubernostrum |
Clean up some awkwardness and confusion in the docs for … |
|
|
|
@7385
|
[7385]
|
03/29/08 19:07:59 |
telenieko |
Spanish translation update. |
|
|
|
@7384
|
[7384]
|
03/29/08 15:06:03 |
zgoda |
Translated string related to [7381] (and #6879) and couple of licalized … |
|
|
|
@7382
|
[7382]
|
03/29/08 11:42:39 |
gwilson |
Django code styling fixes. |
|
|
|
@7381
|
[7381]
|
03/29/08 10:54:43 |
gwilson |
Fixed #6879 -- Made string in contrib.flatpages translatable, thanks … |
|
|
|
@7380
|
[7380]
|
03/29/08 10:48:13 |
gwilson |
Fixed #6890 -- Removed duplicate instruction to rename the … |
|
|
|
@7379
|
[7379]
|
03/29/08 10:26:58 |
gwilson |
Comment correction, get_list is now filter. |
|
|
|
@7377
|
[7377]
|
03/28/08 19:45:25 |
telenieko |
Closes #6895, Aplying corrections from Marc Barranco (thanks!) and a few … |
|
|
|
@7376
|
[7376]
|
03/28/08 19:43:57 |
telenieko |
Updating catalan translation, this commit is only a make-messages with … |
|
|
|
@7375
|
[7375]
|
03/27/08 17:07:40 |
ikelly |
Added inline Oracle tablespace SQL for unique_together constraints. |
|
|
|
@7374
|
[7374]
|
03/27/08 10:14:57 |
jacob |
[docs] OK, I give up. |
|
|
|
@7373
|
[7373]
|
03/27/08 10:13:05 |
jacob |
[docs] And even more svn:keywords fooling. Sorry about the timeline spam. |
|
|
|
@7372
|
[7372]
|
03/27/08 10:11:10 |
jacob |
[docs] more svn:keywords fooling... I can never figure out how this works. |
|
|
|
@7371
|
[7371]
|
03/27/08 10:05:40 |
jacob |
[docs] Added svn:keywords to docs/index.txt |
|
|
|
@7370
|
[7370]
|
03/27/08 10:03:52 |
jacob |
Added the basics needed to build Django's docs using … |
|
|
|
@7368
|
[7368]
|
03/27/08 09:15:00 |
jacob |
Tiny reST fix to testing.txt. |
|
|
|
@7364
|
[7364]
|
03/26/08 03:25:48 |
mtredinnick |
Removed the ado_mssql database backend.
It has not been maintained, … |
|
|
|
@7363
|
[7363]
|
03/25/08 00:20:55 |
adrian |
Fixed #6852 -- Converted the admin to use the new paginator, to remove … |
|
|
|
@7362
|
[7362]
|
03/25/08 00:13:08 |
adrian |
Fixed #6867 -- Added some missing DeprecationWarnings? to … |
|
|
|
@7361
|
[7361]
|
03/24/08 23:42:21 |
adrian |
Edited some docs changes from the past few days |
|
|
|
@7359
|
[7359]
|
03/24/08 09:19:12 |
mtredinnick |
Added a test for month selection under SQLite in case an old possible bug … |
|
|
|
@7358
|
[7358]
|
03/24/08 09:02:44 |
mtredinnick |
Fixed #5531 -- Changes a while back meant we are handling import errors … |
|
|
|
@7357
|
[7357]
|
03/24/08 08:35:27 |
mtredinnick |
Fixed #6859 -- Greatly cleaned up the section on i18n pluralization … |
|
|
|
@7356
|
[7356]
|
03/24/08 08:27:19 |
mtredinnick |
Fixed #6864 -- Handle Javascript i18n when the plural form expression … |
|
|
|
@7355
|
[7355]
|
03/24/08 08:10:48 |
mtredinnick |
Fixed #6868 -- Fixed test results for Windows systems. Thanks, Ned … |
|
|
|
@7353
|
[7353]
|
03/23/08 05:14:32 |
mtredinnick |
Fixed a problem in the backwards-compat abilities of the paginator. … |
|
|
|
@7352
|
[7352]
|
03/23/08 00:45:59 |
mtredinnick |
Fixed #6846 -- Fixed first_on_page and last_on_page in list_detail … |
|
|
|
@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 … |
|
|
|
@7338
|
[7338]
|
03/20/08 07:44:34 |
mtredinnick |
Changed the indenting level on a couple of subsections, since they're … |
|
|
|
@7337
|
[7337]
|
03/20/08 02:44:46 |
mtredinnick |
Fixed #5917 -- More error robustness in date parsing in SelectDateWidget?, … |
|
|
|
@7336
|
[7336]
|
03/20/08 02:36:33 |
mtredinnick |
FIxed #6513 -- Handle overflows better in the floatformat filter. It's … |
|
|
|
@7335
|
[7335]
|
03/20/08 02:19:53 |
mtredinnick |
Fixed #6825 -- Fixed the model_forms tests to also work on Windows by … |
|
|
|
@7334
|
[7334]
|
03/20/08 02:16:16 |
mtredinnick |
Fixed #6616 -- Added an is_ajax() method to HttpRequest that uses the de … |
|
|
|
@7333
|
[7333]
|
03/20/08 02:01:26 |
mtredinnick |
Fixed #6486 -- Added local server time to the debug output page. Patch … |
|
|
|
@7332
|
[7332]
|
03/20/08 01:56:46 |
mtredinnick |
Forgot to commit a new file from [7328]. |
|
|
|
@7331
|
[7331]
|
03/20/08 01:56:23 |
mtredinnick |
Fixed #6445 -- Allow model instances to be used as a default for … |
|
|
|
@7330
|
[7330]
|
03/20/08 01:50:54 |
mtredinnick |
Fixed #5982 -- Changed test client's URL processing to match core's … |
|
|
|
@7329
|
[7329]
|
03/20/08 01:43:58 |
mtredinnick |
Fixed #5507 -- Use a more portable way to get at the system's tmpdir … |
|
|
|
@7328
|
[7328]
|
03/20/08 01:35:53 |
mtredinnick |
Merged the tests and documentation from #4720 to support the changes in … |
|
|
|
@7326
|
[7326]
|
03/19/08 18:10:45 |
jacob |
Fixed #4620: you can now easily add custom labels to ModelChoiceFields? via … |
|
|
|
@7325
|
[7325]
|
03/19/08 17:44:56 |
jacob |
Oops, forgot AUTHORS for [7324]. |
|
|
|
@7324
|
[7324]
|
03/19/08 17:34:40 |
jacob |
Fixed #5107: swapped in RequestContext? for Context in syndication feeds. … |
|
|
|
@7323
|
[7323]
|
03/19/08 17:29:11 |
jacob |
Fixed #5894: added FilePathField? to newforms. Thanks, Alex Gaynor. |
|
|
|
@7322
|
[7322]
|
03/19/08 14:11:51 |
jacob |
Replaced dict reprs in tests with explicit looks at each key. This should … |
|
|
|
@7320
|
[7320]
|
03/19/08 10:10:31 |
mtredinnick |
Fixed #6789 -- Added some small amount of extra protection for learners … |