Malcolm Tredinnick
|
81832f594d
|
Fixed #5743 -- Tweaked the exceptions raised when importing settings so that we
cooperate with Python's standard help() function. Patch from ionut_bizau and
Ben Slavin.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6832 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-02 15:27:44 +00:00 |
Malcolm Tredinnick
|
49da9ab57e
|
Fixed #6087 -- Added setdefault() support to the Session object. Thanks, Ben
Slavin.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6831 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-02 15:27:29 +00:00 |
Malcolm Tredinnick
|
f610269006
|
Fixed #6070 -- Fixed the documentation about running Django's core tests, since SITE_ID is no longer required (it was removed in [6814]). Thanks, beorn.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6830 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-02 15:17:21 +00:00 |
Malcolm Tredinnick
|
fc4129abbb
|
Fixed #6038 -- Don't hide some types of errors in syncdb. Thanks, Thomas Güttler.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6829 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-02 15:17:14 +00:00 |
Malcolm Tredinnick
|
04a20c0226
|
Fixed #6097 -- Fixed some broken RST markup. Thanks, Simeon.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6828 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-02 15:03:36 +00:00 |
Malcolm Tredinnick
|
0c1ba467ae
|
Documented that the simple cache backend was deprecated in [6822].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6827 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-02 04:54:34 +00:00 |
Gary Wilson Jr
|
c882d7c99c
|
Re-organized imports in handler modules to adhere to Django coding style.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6826 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-02 02:22:19 +00:00 |
Gary Wilson Jr
|
1921554b2b
|
Changed use of `maxlength` to issue a `DeprecationWarning` instead of `PendingDeprecationWarning`, refs #2101.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6825 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-02 01:47:42 +00:00 |
Gary Wilson Jr
|
892b04bf21
|
Fixed a use of `maxlength`, refs #2101.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6824 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-02 01:45:59 +00:00 |
Gary Wilson Jr
|
075cfa72ba
|
Removed unused import.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6823 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-02 01:44:58 +00:00 |
Malcolm Tredinnick
|
f6a3b499b8
|
Fixed #6086 -- Deprecate the "simple" cache backend in favour of "locmem".
Thanks, Paul Bissex.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6822 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-02 00:35:14 +00:00 |
Malcolm Tredinnick
|
b1769ca919
|
Fixed #6072 -- Added January to the Catalan Javascript translation. Thanks,
aaloy.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6821 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-02 00:26:50 +00:00 |
Malcolm Tredinnick
|
13aa1970d4
|
Fixed #2437, #6091 -- Added "paste to dpaste" button to debug page. Thanks,
Christian Metts, Erik Karulf, Simon Greenhill, dummy@habmalnefrage.de.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6820 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-02 00:00:36 +00:00 |
James Bennett
|
b6a6f665cc
|
img/doc/tutorial -> img/doc/tutorial-trunk in docs/tutorial02.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6819 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-01 22:36:45 +00:00 |
Malcolm Tredinnick
|
c804bde5f7
|
Updated a couple of missing people in AUTHORS.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6818 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-01 22:35:35 +00:00 |
Malcolm Tredinnick
|
90eb819e97
|
Added Leah to AUTHORS.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6817 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-01 22:33:20 +00:00 |
Malcolm Tredinnick
|
348f2cbfc1
|
Fixed #5996 -- Add a pyscopg2 convertor for SafeUnicode -> unicode. Thanks, remco@diji.biz
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6816 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-01 22:26:24 +00:00 |
Malcolm Tredinnick
|
b3db18817a
|
Fixed #5979 -- Always use SITE_ID=1 when running Django's core tests. This
makes things much easier. Thanks, George Vilches.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6814 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-01 21:58:51 +00:00 |
Malcolm Tredinnick
|
a72324bf7f
|
Fixed #6068 -- Updated docstrings in model tests to make the documentation
examples correct. Thanks Wang Chun.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6813 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-01 21:18:45 +00:00 |
James Bennett
|
6875fd6389
|
Fixed #3483: Documented AUTH_PROFILE_MODULE and custom user profiles
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6810 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-01 20:45:05 +00:00 |
James Bennett
|
b063bbc838
|
Correcting some awkward wording/spelling in docs/request_response.txt while I'm in there
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6809 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-01 20:12:44 +00:00 |
James Bennett
|
7fbe014197
|
Fixed #5550: Documented the context used by the default view for 404 and 500 errors.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6808 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-01 20:11:55 +00:00 |
Malcolm Tredinnick
|
b2dbbd5bbc
|
Fixed #6021 -- Removed some brain damage from SafeString. Not quite sure what I
was smoking there. Thanks, Jan Rademaker.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6807 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-01 20:08:45 +00:00 |
James Bennett
|
f3d5372340
|
Fixed #5860: Documented the correct order in which the syndication framework tries methods for generating item links.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6806 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-01 20:08:45 +00:00 |
James Bennett
|
1087dc31fb
|
Fixed #4819: documented the need to call authenticate() before login(), based on a patch from Davd Krauth.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6805 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-01 19:52:53 +00:00 |
Adrian Holovaty
|
0e464d5d5c
|
Edited docs/newforms.txt changes from [6740]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6803 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-01 19:31:53 +00:00 |
Adrian Holovaty
|
5e06c129c6
|
Edited docs/newforms.txt changes from [6733]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6802 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-01 19:26:51 +00:00 |
Ian Kelly
|
bbc3a95557
|
Fixed #6007: Added DEFAULT_TABLESPACE and DEFAULT_INDEX_TABLESPACE
options to global_settings.py
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6801 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-01 19:23:49 +00:00 |
Adrian Holovaty
|
c5a4541f10
|
Edited docstring changes from [6714]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6800 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-01 19:22:05 +00:00 |
Ian Kelly
|
c750f01b48
|
Fixed a PL/SQL syntax bug causing manage.py sqlall to fail when piped to
sqlplus, introduced in [5950].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6799 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-01 18:50:43 +00:00 |
Adrian Holovaty
|
4a3084f3fc
|
Edited templates.txt and templates_python.txt auto-escaping changes from [6671]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6798 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-01 18:38:12 +00:00 |
Malcolm Tredinnick
|
cf21274b1a
|
Fixed #6081 -- Removed unused code. Thanks, Ben Slavin.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6796 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-01 18:10:14 +00:00 |
Malcolm Tredinnick
|
32e0852fa0
|
Documented the new Someday/Maybe triage status.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6795 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-01 18:10:10 +00:00 |
James Bennett
|
5f49d67427
|
Fixed #5776: Added an explanation of when and why Django might need ALTER TABLE privileges to docs/install.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6794 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-01 17:44:59 +00:00 |
Adrian Holovaty
|
887c8ad565
|
Small docstring edit in django/http/utils.py from [6662]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6793 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-01 17:33:14 +00:00 |
Adrian Holovaty
|
b3b8a2e9b3
|
Edited docs/custom_model_fields.txt from [6652]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6792 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-01 17:29:45 +00:00 |
James Bennett
|
0aa26dacac
|
Fixed #6079: Added AUTHENTICATION_BACKENDS to docs/settings.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6791 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-01 17:27:44 +00:00 |
James Bennett
|
56b1b7d30b
|
Fixed #5870: documented the "fail_silently" argument to EmailMessage.send().
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6790 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-01 17:20:19 +00:00 |
James Bennett
|
14da40f545
|
Correct a typo in [6788]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6789 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-01 17:10:12 +00:00 |
James Bennett
|
aa8febb3f1
|
Fixed #5940: added sessions and webdesign cross-references to docs/add_ons.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6788 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-01 17:07:32 +00:00 |
Adrian Holovaty
|
a73588aa58
|
Edited docs/serialization.txt changes from [6645]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6787 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-01 16:58:52 +00:00 |
Adrian Holovaty
|
e7bc0f10ac
|
Edited docs/newforms.txt changes from [6625]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6786 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-01 16:52:49 +00:00 |
Adrian Holovaty
|
394807866d
|
Simplified the newforms error_messages setting code from [6625]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6785 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-01 16:50:48 +00:00 |
Malcolm Tredinnick
|
f27365e5bd
|
Fixed #6061 -- Don't escape help_text in the admin interface (so that it
behaves as documented). Thanks, baumer.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6781 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-11-30 19:59:13 +00:00 |
Malcolm Tredinnick
|
4262765649
|
Fixed some type checks in the development server. Fixed #6063.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6780 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-11-30 18:28:19 +00:00 |
Malcolm Tredinnick
|
8de4ed9c8c
|
Fixed #6057 -- Mark rendered template output as safe for auto-escaping purposes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6778 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-11-30 15:32:01 +00:00 |
Adrian Holovaty
|
275cffaab1
|
Edited docs/cache.txt changes from [6580], removing a gross exclamation point usage in the process
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6775 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-11-30 05:34:04 +00:00 |
Adrian Holovaty
|
9e762f4407
|
Edited docs and docstring changes from [6572] (new cache add() method)
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6774 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-11-30 05:30:43 +00:00 |
Adrian Holovaty
|
7ea174ef14
|
Edited docs/syndication_feeds.txt changes from [6570]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6773 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-11-30 05:27:49 +00:00 |
Adrian Holovaty
|
85acb388ee
|
Edited docs/settings.txt changes from [6545]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6772 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-11-30 05:22:35 +00:00 |