Adrian Holovaty
6b1e7bddc1
Fixed typo in docs/tutorial02.txt. Thanks, Nick Fishman
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3013 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-31 02:16:49 +00:00
Adrian Holovaty
2f513e0f0e
Added support to django/contrib/auth/handlers/modpython.py for setting DJANGO_SETTINGS_MODULE via a PythonOption instead of SetEnv
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3012 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-31 02:09:07 +00:00
Adrian Holovaty
be25b661b1
Fixed #1998 -- Changed double quotes to single quotes
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2980 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-26 04:05:02 +00:00
Adrian Holovaty
14392b032d
Made some edits to docs/templates_python.txt 'inclusion_tag' section
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2979 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-25 05:29:27 +00:00
Malcolm Tredinnick
b631a50250
Fixed #2001 -- corrected a couple of typos in the custom tag examples. Thanks
...
to topdeckmail@gmail.com .
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2978 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-25 05:09:25 +00:00
Adrian Holovaty
9a4c39bb82
Fixed incorrect link in docs/sites.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2968 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-23 14:20:51 +00:00
Malcolm Tredinnick
8fbf9714c3
Changed an overlooked occurrence of repr() to str(). Pointed out by Jeremy
...
Dunck on the mailing list.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2967 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-23 01:34:06 +00:00
Adrian Holovaty
f953c8afb6
Fixed ReST error in docs/sites.txt. I think.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2964 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-22 05:38:20 +00:00
Adrian Holovaty
e3ac3bc074
Added small bit to docs/sites.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2963 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-22 05:22:58 +00:00
Adrian Holovaty
610cffe80e
Added documentation for CurrentSiteManager to docs/sites.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2962 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-22 05:22:45 +00:00
Adrian Holovaty
ddd37b20f1
Fixed funky formatting in docs/model-api.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2960 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-22 05:04:40 +00:00
Adrian Holovaty
e3839f32e5
Added docs/sites.txt -- documentation on the sites framework
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2958 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-22 04:48:44 +00:00
Adrian Holovaty
cd54ba5696
Added the missing django.contrib applications to docs/add_ons.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2956 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-22 03:14:33 +00:00
Adrian Holovaty
0fc2a2c1a8
Added 'Overriding default model methods' section to model-api.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2955 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-22 03:01:02 +00:00
Adrian Holovaty
be57a7fd1a
Fixed #849 -- Improved login_required view decorator to save query-string parameters. Also added documentation on the django.contrib.auth.views.login view to docs/authentication.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2954 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-22 02:46:55 +00:00
Adrian Holovaty
75df13278c
Fixed #981 -- Documented backend-specific SQL files
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2953 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-22 02:24:32 +00:00
Adrian Holovaty
2c5e9fcf73
Fixed #1957 -- Added docs for 'version' to docs/django-admin.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2950 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-21 20:20:47 +00:00
Malcolm Tredinnick
690f9ad8f0
Improved the advice on using QuerySets in extra_context based on feedback from
...
Luke Plant.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2949 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-21 12:44:58 +00:00
Malcolm Tredinnick
35869c53ef
Documented that CommonMiddleware will not append a slash to URLs containing a
...
period in the last component.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2948 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-20 03:35:25 +00:00
Adrian Holovaty
d5c9e19403
Small cleanups to docs/model-api.txt and docs/django-admin.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2945 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-19 05:07:33 +00:00
Malcolm Tredinnick
87709d3fa5
Fixed #1886 -- documented the syncdb option.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2944 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-19 04:12:16 +00:00
Malcolm Tredinnick
8632f8ac4a
Documented that the development server does not, by default handle static
...
files. Included a pointer to the relevant document for changing that.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2943 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-19 03:47:59 +00:00
Malcolm Tredinnick
21dd8e272b
Fixed #981 -- documented the SQL initial data insert files.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2942 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-19 03:37:50 +00:00
Malcolm Tredinnick
026d8c6f08
Documented the simple_tag and inclusion_tag functions that make writing certain
...
types of template tags easier.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2941 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-19 02:02:34 +00:00
Malcolm Tredinnick
ce6f058bbb
Fixed #1724 -- updated the output from the shell commands to match what we now
...
produce.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2937 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-18 12:41:24 +00:00
Malcolm Tredinnick
390231d406
Clarified (hopefully) how to use the default settings override in configure().
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2932 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-17 06:57:22 +00:00
Malcolm Tredinnick
eb707d8c43
Clarified how extra_context values are evaluated and, in particular, how to
...
pass in a "live" QuerySet. Thanks to Jay Parlar for pointing out the potential
for confusion.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2931 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-17 04:01:00 +00:00
Malcolm Tredinnick
93201c89b4
Changed the link the "official tarball" to refer to the 0.91 release and added
...
a warning about the development version being preferred. Thanks to Todd O'Bryan
for pointing out the misinformation.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2930 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-17 02:39:52 +00:00
Adrian Holovaty
c643e12faf
Fixed #1321 -- Made DJANGO_SETTINGS_MODULE optional. You can now call django.conf.settings.configure() to set settings manually if you don't have a settings module. Thanks, Malcolm Tredinnick, Luke Plant, Fredrik Lundh
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2927 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-16 21:28:06 +00:00
Adrian Holovaty
27612d8b7d
Fixed #1833 -- Fixed some errors in tutorials. Thanks, quarkcool@yahoo.fr
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2923 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-16 20:45:20 +00:00
Malcolm Tredinnick
34b798cb42
Fixed #1815 : More documentation proof-reading from nico@teknico.net.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2908 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-15 11:33:17 +00:00
Malcolm Tredinnick
d16215f6df
Fixed #1880 - typo in caching documentation. Thanks to Matthew Flanagan.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2907 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-15 11:28:37 +00:00
Jacob Kaplan-Moss
aa11b3ea50
Fixed #1235 : email sent from {{{django.core.mail}}} will now be encoded using
...
the value of the {{{DEFAULT_CHARSET}}} setting. Thanks, igor@goryachev.org and akaihola.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2901 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-13 17:18:42 +00:00
Adrian Holovaty
887131c749
Fixed bugs in docs/model-api.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2881 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-09 21:32:56 +00:00
Adrian Holovaty
6341b43dfb
Fixed #1811 -- Fixed inconsistencies in docs/overview.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2871 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-09 15:31:03 +00:00
Adrian Holovaty
4b69ef637a
Fixed #1815 -- Fixed ReST errors in docs. Thanks, nico@teknico.net
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2869 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-09 15:21:28 +00:00
Luke Plant
8eecb95ec8
Added CsrfMiddleware to contrib, and documentation.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2868 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-08 23:03:08 +00:00
Adrian Holovaty
f0141f1c1c
Fixed #1811 -- Fixed some inconsistencies in docs/overview.txt. Thanks, quarkcool@yahoo.fr
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2867 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-08 21:59:37 +00:00
Adrian Holovaty
8e441e9c5a
Made small clarification to docs/modpython.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2866 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-08 20:39:52 +00:00
Adrian Holovaty
be0032f5ba
Removed section in docs/model-api.txt about connection.commit(), which no longer exists
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2863 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-06 23:16:43 +00:00
Luke Plant
3c72a46f62
Updated docs regarding QuerySet slicing and IndexError, in line with r2859
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2862 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-06 22:55:30 +00:00
Adrian Holovaty
862328a98f
Simplified example in 'Limiting QuerySets' section of docs/db-api.txt.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2855 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-06 03:44:14 +00:00
Adrian Holovaty
4bc4aa2fa6
Fixed #1779 -- Fixed typo in docs/db-api.txt. Thanks, bde3@cornell.edu
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2854 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-06 03:32:01 +00:00
Adrian Holovaty
0c31254376
Small tweaks to docs/tutorial01.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2853 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-06 03:31:26 +00:00
Luke Plant
f57e34e990
Fixed #1579 - added support for 'Q' objects in limit_choices_to.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2850 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-06 00:26:24 +00:00
Adrian Holovaty
3f932e31dc
Fixed #1773 -- Fixed indentation error in docs/model-api.txt. Thanks, pb
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2849 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-05 18:31:16 +00:00
Adrian Holovaty
87416a9c3c
Fixed #1216 -- Noted in docs/contributing.txt 'Unit tests' section that the user needs permission to create a database
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2846 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-05 04:27:16 +00:00
Adrian Holovaty
f94f0555bc
Fixed #1726 -- Made django/contrib/auth/create_superuser.py a command-line function, and added docs
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2841 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-05 03:08:29 +00:00
Adrian Holovaty
adf6126c81
Fixed #1731 -- Added note to docs/model-api.txt about location of model repository. Thanks, Malcolm
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2838 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-05 02:57:19 +00:00
Adrian Holovaty
00ea535d94
Fixed #1733 -- Clarified docs/db-api.txt section on slicing QuerySets. Thanks, Luke Plant
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2837 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-05 02:56:15 +00:00
Adrian Holovaty
9a0873f77a
Fixed #1742 -- Fixed ReST errors in docs/db-api.txt. Thanks, pb
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2836 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-05 02:45:13 +00:00
Adrian Holovaty
a8ccdd0fcd
Finished proofreading docs/model-api.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2833 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-05 01:56:29 +00:00
Adrian Holovaty
a79cbb5fe8
Fixed #1765 -- Fixed bug in docs/tutorial01.txt. Thanks, nick@efford.net
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2832 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-04 19:35:30 +00:00
Adrian Holovaty
223a708278
Added note to docs/contributing.txt about nobody responding on django-developers
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2830 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-04 14:17:56 +00:00
Adrian Holovaty
08fc16705f
Proofread some of docs/model-api.txt. Still not done with this one.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2829 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-04 04:59:45 +00:00
Adrian Holovaty
c6750acfe3
Removed 'Your first page' section from docs/tutorial01.txt in the interim before the doc is proofread.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2826 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-04 02:45:00 +00:00
Adrian Holovaty
332726981f
Changed docs/faq.txt MVC question to use clearer argument made in Jacob's Google presentation.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2825 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-03 21:21:25 +00:00
Adrian Holovaty
fc7b5fa0ae
Fixed typos in docs/db-api.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2824 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-03 20:01:11 +00:00
Adrian Holovaty
3ec68658ec
Temporarily changed 'blog' to 'poll' in tutorial01 to avoid confusion
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2822 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-03 13:50:32 +00:00
Adrian Holovaty
227d48af1c
Proofread docs/db-api.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2820 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-03 06:22:08 +00:00
Adrian Holovaty
c62a014049
Fixed #1747 -- Fixed error in docs/model-api.txt.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2819 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-03 04:19:59 +00:00
Adrian Holovaty
aa3712bef0
Fixed two typos in docs/url_dispatch.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2818 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-03 02:18:10 +00:00
Adrian Holovaty
aba95b718c
Added 'Multiple view prefixes' section to docs/url_dispatch.txt. Thanks, Slowness Chen
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2816 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-02 19:22:33 +00:00
Adrian Holovaty
7ee211e45d
Fixed #1739 -- Fixed typo in link in docs/middleware.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2814 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-02 13:18:43 +00:00
Adrian Holovaty
a4b2c10932
Fixed ReST error in docs/flatpages.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2813 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-02 02:01:19 +00:00
Adrian Holovaty
75824ba82d
Fixed more ReST errors in docs
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2812 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-02 01:59:39 +00:00
Adrian Holovaty
95cad00392
Fixed some ReST errors in docs/db-api.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2811 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-02 01:56:43 +00:00
Adrian Holovaty
aa84e3a0df
Fixed some ReST errors in docs/db-api.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2810 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-02 01:55:25 +00:00
Adrian Holovaty
f69cf70ed8
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2809 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-02 01:31:56 +00:00
Adrian Holovaty
d5dbeaa9be
Removed docs/writing-apps-guide-outline.txt -- not sure what that was.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2753 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-04-27 22:10:44 +00:00
Adrian Holovaty
645aaba711
Made small change to docs/generic_views.txt: 1 --> 01
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2746 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-04-24 01:21:29 +00:00
Adrian Holovaty
0e40fb14d5
Added note to docs/modpython.txt about prefork MPM vs. worker MPM
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2719 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-04-21 16:59:14 +00:00
Adrian Holovaty
40fee1b8f0
Fixed #1639 -- Small typo in docs/model-api.txt. Thanks, pb
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2698 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-04-14 14:17:56 +00:00
Adrian Holovaty
0bf620f199
Fixed #1628 -- Added note to docs/model-api.txt about admin ordering by only first field
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2690 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-04-13 01:46:08 +00:00
Adrian Holovaty
4bcdb15091
Added some examples to 'ordering' section of docs/model-api.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2689 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-04-13 01:45:15 +00:00
Adrian Holovaty
00b3891524
Fixed #1626 -- Fixed a bunch of typos in comments and docs. Thanks, Dexter
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2687 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-04-12 13:35:31 +00:00
Adrian Holovaty
a0485f5c4f
Fixed #1540 -- Fixed typos in docs/db-api.txt. Thanks, pb
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2670 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-04-11 03:33:19 +00:00
Adrian Holovaty
8d70ed4b25
Fixed #1555 -- Added EMAIL_PORT setting. Thanks, bde3
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2665 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-04-11 03:23:03 +00:00
Adrian Holovaty
f2aa710f13
Added note to docs/templates.txt about {% extends %} needing to be the first tag in the template. Thanks, Chris Chamberlin
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2660 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-04-11 02:59:48 +00:00
Adrian Holovaty
bc4638d722
Fixed #1569 -- HttpResponse now accepts iterators. Thanks, Maniac
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2639 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-04-09 23:54:34 +00:00
Adrian Holovaty
b0a60c186e
Fixed #1588 -- Fixed typo in docs/url_dispatch.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2624 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-04-06 14:20:11 +00:00
Adrian Holovaty
66e04858eb
Removed legacy password_md5 stuff from docs/authentication.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2587 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-03-28 21:37:59 +00:00
Adrian Holovaty
82df62b545
Clarified docs/email.txt. Thanks, Poromenos
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2573 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-03-28 16:32:24 +00:00
Adrian Holovaty
0907a2781b
Clarified psycopg version in docs/install.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2572 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-03-28 16:30:39 +00:00
Adrian Holovaty
9494d4b7c2
Fixed #1546 -- Fixed bad links in docs/templates_python.txt.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2569 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-03-27 20:13:59 +00:00
Adrian Holovaty
8b4dc349b6
Fixed typo in docs/outputting_pdf.txt. Thanks, Paul
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2553 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-03-24 02:28:47 +00:00
Adrian Holovaty
5e06181be7
Added note to docs/model-api.txt about custom WHERE clauses
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2550 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-03-22 23:06:22 +00:00
Adrian Holovaty
fe24eca81a
Fixed #1529 -- Added support for authenticated SMTP to django.core.mail. Thanks, Bruce Kroeze
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2548 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-03-22 19:47:15 +00:00
Adrian Holovaty
e67f1a680d
Fixed typo in docs/generic_views.txt. Thanks, pbx
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2545 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-03-21 20:04:24 +00:00
Adrian Holovaty
ae224efd54
Fixed #1510 -- Fixed ReST error in docs/generic_views.txt. Thanks, akaihola and Andy Dustman
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2543 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-03-21 15:32:57 +00:00
Adrian Holovaty
a05e05a7f0
Updated 1.0 date in docs/faq.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2523 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-03-16 02:58:25 +00:00
Adrian Holovaty
b6fb43460b
Fixed typo in docs/flatpages.txt. Thanks, Anders Hovmöller
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2522 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-03-16 02:57:30 +00:00
Adrian Holovaty
20af3fdd91
Fixed #1486 -- Fixed broken link in docs/settings.txt. Thanks, paul.amor
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2509 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-03-10 03:26:31 +00:00
Adrian Holovaty
e4b48a8b92
Fixed #1058 -- Fixed typo in wordwrap filter documentation. Thanks, kieranholland.com
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2471 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-03-02 05:53:58 +00:00
Adrian Holovaty
6330e286c3
Fixed #1399 -- Added template_object_name hook to generic views. Thanks, ChaosKCW
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2453 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-03-01 03:37:57 +00:00
Adrian Holovaty
c2b60ce136
Added note to docs/cache.txt about memcached backend requiring Python memcached bindings, and added link to that for download
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2379 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-02-24 06:09:35 +00:00
Adrian Holovaty
1320fd543d
Added 'Which sites use Django?' to the FAQ
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2368 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-02-22 17:40:30 +00:00
Adrian Holovaty
64153ef4d5
Implemented get_indexes() for Postgres backend, which means 'inspectdb' can introspect primary keys and unique indexes for Postgres now.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2349 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-02-18 22:04:52 +00:00
Adrian Holovaty
ac97cf54af
Fixed #1286 -- Improved 'inspectdb' so that it introspects primary_key=True and unique=True for MySQL. Thanks, gandalf@owca.info
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2346 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-02-18 21:26:28 +00:00
Adrian Holovaty
73ddfd8bd2
Fixed #1229 -- Added allow_empty argument to archive_year and archive_month date-based generic views
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2337 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-02-18 20:13:46 +00:00
Adrian Holovaty
d2522e31b9
Linked kusports.com in docs/outputting_pdf.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2334 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-02-18 16:45:36 +00:00
Adrian Holovaty
e5a0960c26
Fixed ReST error in [2332]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2333 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-02-18 16:44:20 +00:00
Adrian Holovaty
193ae3800f
Rolled tips and doc improvements from Web-page comments into docs/outputting_pdf.txt. Thanks to various contributors.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2332 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-02-18 16:43:17 +00:00
Adrian Holovaty
165a4e7809
Made two small clarifications to docs/cache.txt. Thanks, Paul B.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2331 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-02-18 16:22:31 +00:00
Adrian Holovaty
97eb38b21d
Fixed #1296 -- Made SlugField maxlength configurable. Thanks, Matt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2325 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-02-17 18:15:07 +00:00
Adrian Holovaty
6b694097dc
Fixed #1302 -- Added next_month and previous_month to template context in archive_month date-based generic view. Thanks, ubernostrum
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2323 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-02-17 18:03:54 +00:00
Adrian Holovaty
af33a72fb5
Fixed #1295 -- Fixed typo in generic views docs. Thanks, Matt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2319 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-02-17 17:45:44 +00:00
Adrian Holovaty
186b5ccb34
Fixed #1365 -- Improved docs/templates.txt to note location of admin documentation site. Thanks, Joseph Heck
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2316 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-02-17 17:25:01 +00:00
Adrian Holovaty
b9b02f91fa
Fixed typo in [2311]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2312 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-02-16 16:01:59 +00:00
Adrian Holovaty
e9a1e9fed6
Beefed up 'If you get a segmentation fault' section in docs/modpython.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2311 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-02-16 16:00:32 +00:00
Adrian Holovaty
c1dded685d
Added 'If you get a segmentation fault' to docs/modpython.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2309 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-02-16 03:55:48 +00:00
Adrian Holovaty
f732217c0a
Added better docs for 'phone2numeric' template filter
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2306 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-02-13 15:33:25 +00:00
Adrian Holovaty
906e5dac0d
Fixed #1335 -- Fixed typo in docs/db-api.txt. Thanks, Eric Walstad
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2302 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-02-10 21:43:45 +00:00
Adrian Holovaty
bf16befc43
Fixed #1339 -- Added keys() and items() methods to session objects. Thanks, Ned Batchelder
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2300 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-02-10 21:33:07 +00:00
Adrian Holovaty
93980706bf
Fixed ReST error in [2297]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2298 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-02-10 15:28:31 +00:00
Adrian Holovaty
5c0380b6ed
Added 'How to log a user in' section to docs/authetication.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2297 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-02-10 15:27:36 +00:00
Adrian Holovaty
e0c915ec39
Added TEMPLATE_STRING_IF_INVALID setting, which specifies what the template system should output in case of invalid variables. Default is empty string (to match current behavior)
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2294 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-02-09 00:31:51 +00:00
Adrian Holovaty
9423c4e4a8
Fixed #1328 -- Improved 'inspectdb' to handle Python reserved words as field names. Also updated docs.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2271 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-02-04 20:08:30 +00:00
Adrian Holovaty
ee484f1c48
Made small clarification to docs/faq.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2240 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-02-03 15:38:14 +00:00
Adrian Holovaty
567e4e4411
Fixed #1323 -- Added ENABLE_PSYCO. Thanks, Wojtek.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2239 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-02-03 15:18:20 +00:00
Adrian Holovaty
bd41a51942
Fixed #1318 -- Made changes to docs/admin_css.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2235 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-02-02 17:35:00 +00:00
Adrian Holovaty
2ddc9504c3
Clarified wording in docs/faq.txt. Thanks, Mike Coleman
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2229 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-02-02 05:15:32 +00:00
Adrian Holovaty
7a132e2754
Fixed #1285 -- Fixed bug in docs/db-api.txt. Thanks, adrianob@gmail.com
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2228 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-02-02 05:13:39 +00:00
Adrian Holovaty
41fac5f9ef
Added 'Does Django support multiple-column primary keys?' to FAQ
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2204 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-31 21:38:02 +00:00
Adrian Holovaty
4fd2b3eab9
Added 'When will you release Django 1.0?' to FAQ
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2187 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-30 22:04:17 +00:00
Adrian Holovaty
1dc65cb6ab
Fixed #1271 -- Added a 'request' template context processor, which is not activated by default.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2133 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-27 15:55:04 +00:00
Adrian Holovaty
21305d50b7
Added 'My admin-site CSS and images showed up fine using the development server, but they're not displaying when using mod_python' to FAQ
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2123 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-24 21:42:38 +00:00
Adrian Holovaty
395b188423
Fixed typo in docs/email.txt. Thanks, Archatas
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2122 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-24 20:00:08 +00:00
Adrian Holovaty
14ea5bfef5
Added 'How do I automatically set a field's value to the user who last edited the object in the admin?' and 'How do I limit admin access so that objects can only be edited by the users who created them?' to the FAQ
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2120 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-23 23:22:45 +00:00
Adrian Holovaty
7ce571ef01
Added 'How can I download the Django documentation to read it offline?' to docs/faq.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2119 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-23 23:16:39 +00:00
Adrian Holovaty
a07b704d8b
Added 'Custom libraries and template inheritance' section to docs/templates.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2098 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-21 22:29:55 +00:00
Adrian Holovaty
09ef4c6fa9
Added link to washingtonpost.com from docs/faq.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2078 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-20 22:19:04 +00:00
Adrian Holovaty
01e514f510
Added note to docs/templates_python.txt about TEMPLATE_DIRS containing any path you want
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2077 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-20 20:33:40 +00:00
Adrian Holovaty
5355ec9992
Added section to docs/db-api.txt about ordering by fields in other tables
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2076 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-20 20:23:57 +00:00
Adrian Holovaty
78c8be9218
Small style cleanups to the recent changes in docs/i18n.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2059 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-19 01:08:42 +00:00
Adrian Holovaty
2e0fc1ff95
Fixed typo in URL in docs/templates_python.txt. Thanks, Luke Skibinski Holt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2049 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-18 16:46:30 +00:00
Georg Bauer
3b98bdc240
added a note on what to do when app developers want to provide translations for languages where there is no django-provided base translation.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2046 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-18 13:01:43 +00:00
Adrian Holovaty
6f3f25e733
Fixed bug in spaceless template-tag documentation. Thanks, Esaj
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2014 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-16 21:44:10 +00:00
Adrian Holovaty
017aa34ddb
Added 'Comparing objects' section to docs/db-api.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1986 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-15 22:58:35 +00:00
Adrian Holovaty
e449e5c805
Fixed #1227 -- Fixed problem with new {% spaceless %} tag. It now normalizes spaces to a single space rather than no spaces
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1969 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-15 05:18:17 +00:00
Adrian Holovaty
0eaee6f5d4
Fixed #1067 and #276 -- Added a {% spaceless %} tag, available in all templates
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1967 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-15 01:51:30 +00:00
Adrian Holovaty
e702ec158f
Fixed #1225 -- Added note to docs/tutorial01.txt that notes 2005 may not be current year.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1963 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-15 00:37:59 +00:00
Adrian Holovaty
19abf041bf
Updated docs/tutorial02.txt to include extra sentence about remembering the 'admin' subdirectory
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1952 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-13 20:42:11 +00:00
Adrian Holovaty
46120b86e3
Fixed #1211 -- Fixed tiny typo in docs/forms.txt. Thanks, paolo
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1943 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-13 15:01:16 +00:00
Adrian Holovaty
5e6d6fafae
Fixed #1202 -- Changed 'manage.py shell' to use IPython if present. Also added '--plain' option, which overrides IPython to use the standard Python interactive prompt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1930 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-12 20:56:10 +00:00
Jacob Kaplan-Moss
51f4e95cb7
Fixed #1206 -- fixed a small typo in docs/generic_views.txt (thanks, Matt)
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1929 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-12 19:01:58 +00:00
Adrian Holovaty
0041e84d67
Changed answer to 'Do you have any of those nifty screencast things?' in docs/faq.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1927 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-12 05:41:52 +00:00
Adrian Holovaty
1929d8e8f3
Fixed billion vs. million bug in docs/model-api.txt. Thanks, Armin
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1926 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-12 04:43:29 +00:00
Adrian Holovaty
6ad3191418
Added ROOT_URLCONF to docs/settings.txt. Thanks, poelzi
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1925 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-12 04:41:40 +00:00
Adrian Holovaty
6a0ba52223
Removed 'Subclassing Context: Custom subclasses' from docs/templates_python.txt because the same thing can be accomplished using DjangoContext processors
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1924 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-12 04:41:23 +00:00
Adrian Holovaty
b125cafbfc
Added more explanation to docs/email.txt 'Preventing header injection' section.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1923 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-12 03:02:19 +00:00
Adrian Holovaty
16efb33203
Updated tutorial01.txt to note possible error about DATABASE_ENGINE
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1912 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-11 17:48:41 +00:00
Adrian Holovaty
2e997f9a63
Updated docs/install.txt to note 0.91
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1911 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-11 15:56:15 +00:00
Jacob Kaplan-Moss
e9727a857b
Fixed error in docs/templates_python.txt (thanks, Alice)
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1909 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-11 14:46:38 +00:00
Adrian Holovaty
ef60a399b3
Added 'Unit tests' section to docs/contributing.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1906 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-11 05:54:27 +00:00
Adrian Holovaty
d062e6278d
Fixed typo in docs/django-admin.py
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1905 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-11 05:54:13 +00:00
Adrian Holovaty
6e5c7d3899
Fixed typo in docs/django-admin.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1903 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-11 04:56:24 +00:00
Adrian Holovaty
5de00f785f
Updated tutorials 1-4 to use manage.py instead of django-admin.py, new directory layout (no /apps/ subdirectory) and other various tweaks
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1901 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-11 02:06:27 +00:00
Adrian Holovaty
786e5477b7
Removed 'Only in Django development version' messages from the docs, because frozen docs for version 0.90 are now available
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1898 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-11 00:11:29 +00:00
Adrian Holovaty
6af37477bd
Fixed #1116 -- Fixed two typos in docs. Thanks, Cheng
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1871 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-09 00:51:48 +00:00
Adrian Holovaty
f02861fa93
Fixed bug in docs/request_response.txt. Thanks, Anders Hovmöller
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1868 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-08 23:41:33 +00:00
Adrian Holovaty
bfd5ce8c41
Fixed #1189 -- Fixed typo in docs/forms.txt 'Place' model example. Thanks, Brian Ray
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1865 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-08 18:08:22 +00:00
Adrian Holovaty
0b6b89f222
Made another small clarification to docs/contributing.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1861 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-08 06:34:06 +00:00
Adrian Holovaty
682a137209
Made docs/contributing.txt example more detailed
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1860 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-08 06:32:52 +00:00
Adrian Holovaty
e3ba51397a
Added a few more bullets to docs/contributing.txt 'Committing code' section
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1858 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-08 06:30:56 +00:00
Adrian Holovaty
05c9a3b13f
Added 'Committing code' section to docs/contributing.txt and made a few cleanups
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1857 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-08 06:24:17 +00:00
Georg Bauer
2bffee2e6c
added a clarification on the location of the locale directory with appliations and projects
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1850 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-07 10:21:51 +00:00
Adrian Holovaty
7104000e52
Made some small changes to the Django FAQ
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1832 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-06 17:03:12 +00:00
Adrian Holovaty
3234a932b2
Fixed #1117 -- Added HttpResponsePermanentRedirect
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1816 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-03 23:57:14 +00:00
Adrian Holovaty
6cca806943
Added 'dummy' cache backend
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1815 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-03 23:41:31 +00:00
Adrian Holovaty
2bd833d462
Fixed #1156 -- Fixed typo in docs/url_dispatch.txt. Thanks, Brian Ray
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1813 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-02 18:22:43 +00:00
Adrian Holovaty
c62369361b
Updated settings.txt and templates_python.txt to clarify that TEMPLATE_DIRS requires Unix-style slashes.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1808 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-31 01:46:04 +00:00
Adrian Holovaty
528b4ebd8d
Fixed #1139 -- Changed django.core.mail to raise BadHeaderError (a subclass of ValueError) and changed docs/email.txt example to use that
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1798 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-29 22:12:54 +00:00
Adrian Holovaty
8b5c2192e8
Fixed #1135 -- Changed django.core.mail functions not to allow newlines in headers
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1795 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-29 20:33:56 +00:00
Adrian Holovaty
f7f812cd70
Fixed #1137 -- Added a _contains_() method to SessionWrapper. Thanks, Brant
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1793 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-29 19:17:32 +00:00
Adrian Holovaty
5f47ce0b4c
Fixed #1128 -- Fixed typo in docs/url_dispatch.txt. Thanks, joost
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1790 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-28 23:14:09 +00:00
Adrian Holovaty
bf5125734e
Added note to docs/db-api.txt about using distinct=True with get_values()
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1786 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-28 19:18:48 +00:00
Adrian Holovaty
de72616ac0
Added small bits to docs/email.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1785 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-27 22:57:45 +00:00
Adrian Holovaty
0891e7bec5
Added docs/email.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1784 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-27 22:52:06 +00:00
Adrian Holovaty
a180f638bb
Fixed #1111 -- Fixed bug in docs/forms.txt. Thanks, afarhham
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1776 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-24 16:27:53 +00:00
Adrian Holovaty
49fd163a95
Fixed #925 -- Added TEMPLATE_CONTEXT_PROCESSORS, which lets you specify processesors for DjangoContext. Thanks, Luke Plant
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1773 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-24 04:39:59 +00:00
Adrian Holovaty
d9269055c9
Fixed typo in OR syntax example in docs/db-api.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1766 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-22 15:10:01 +00:00
Adrian Holovaty
197aae8d98
Added link to 'Submitting and maintaining translations' from docs/i18n.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1763 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-21 05:47:37 +00:00
Adrian Holovaty
c4b543ff46
Added clarification to 'Using branches' in docs/contributing.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1762 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-21 05:47:17 +00:00
Adrian Holovaty
7ce1d7d098
Added 'Submitting and maintaining translations' section to docs/contributing.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1761 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-21 05:43:58 +00:00
Adrian Holovaty
0c6653cf03
Added 'Where should this code live?' section to tutorial01
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1676 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-15 23:44:33 +00:00
Adrian Holovaty
4e7006856d
Fixed grammar error in docs from [1584]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1585 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-09 03:40:27 +00:00
Adrian Holovaty
e6745d3420
Fixed #857 -- Changed default session cookie name from hotclub to sessionid. Django is now 10% less pornish.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1584 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-09 03:39:31 +00:00
Adrian Holovaty
8da17bacf3
Fixed #972 -- Improved docs for 'choices' model field option. Thanks, radek
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1570 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-09 01:53:30 +00:00
Adrian Holovaty
36c5ea7b06
Lightly reworded docs/i18n.txt section on JavaScript
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1543 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-04 19:50:12 +00:00
Georg Bauer
c464e57da9
reverted changes from [1534] and [1536] regarding ticket #966
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1541 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-04 18:54:44 +00:00
Georg Bauer
e19edfbea0
fixed a small bug in the positional interpol sample in i18n.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1540 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-04 18:12:16 +00:00
Georg Bauer
4ed3d57184
added documentation for the query kwargs introduced by [1534]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1536 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-04 14:04:56 +00:00
Georg Bauer
f33cc0163d
updated the i18n documentation with regard to JavaScript translations
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1532 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-04 13:08:37 +00:00
Adrian Holovaty
2863e09f2e
Fixed typo in docs/templates.txt. Thanks, pbx
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1525 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-01 20:27:34 +00:00
Adrian Holovaty
9ede371c85
Fixed #971 -- inspectdb for SQLite now introspects field types.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1518 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-01 06:32:25 +00:00
Adrian Holovaty
bf0f6ec3b4
Added allow_empty hook to archive_index date-based generic view.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1510 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-30 22:03:50 +00:00
Adrian Holovaty
9541d7a7c7
Fixed #251 -- Added OR support to queries, via the new 'complex' DB API keyword argument. Updated docs and added unit tests. Also removed old, undocumented '_or' parameter. Thanks, Hugo.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1508 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-30 06:14:05 +00:00
Adrian Holovaty
991bb61242
Fixed #736 -- Changed behavior of QueryDict items() to be more consistent, fixed mutability holes, gave MultiValueDict many more dictionary methods and added unit tests. Thanks, Kieran Holland. This is slightly backwards-incompatible if you happened to rely on the behavior of QueryDict.items(), which is highly unlikely.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1504 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-30 04:08:46 +00:00
Adrian Holovaty
3cb20c45c7
Moved Apache auth handler to django/contrib/auth/handlers/modpython.py
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1500 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-30 01:14:23 +00:00
Adrian Holovaty
674ac13ca6
Fixed #709 -- Added a __contains__ method to MultiValueDict. Thanks, Brantley
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1498 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-30 00:19:15 +00:00
Jacob Kaplan-Moss
289119563e
Fixed small ReST error in [1495]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1496 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-29 18:27:35 +00:00
Jacob Kaplan-Moss
ae76186a4f
Added mod_python authentication handler and document on authenticating against Django's auth database from Apache
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1495 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-29 18:26:07 +00:00
Jacob Kaplan-Moss
568a926452
Clarified wording about deprecated features (thanks, Wilson)
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1491 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-29 15:30:06 +00:00
Adrian Holovaty
3373447fba
Fixed typo in docs/admin_css.txt. Thanks, Daniel
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1490 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-29 14:43:07 +00:00
Adrian Holovaty
de7a336486
Fixed #460 -- Added 'django-admin.py inspectdb' support for SQLite. Thanks, Swaroop
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1484 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-29 02:05:32 +00:00
Adrian Holovaty
e9193a79fd
Fixed some tiny typos in docs/contributing.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1482 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-29 00:24:34 +00:00
Jacob Kaplan-Moss
1ee5982b2c
Added "how to contribute to Django" document
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1480 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-28 15:30:21 +00:00
Adrian Holovaty
e85b071e47
Fixed #798 and #715 -- Added optional arguments to createsuperuser, for each use in shell scripts. Thanks for the patch, bjorn@exoweb.net
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1474 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-28 02:57:38 +00:00
Adrian Holovaty
f1eff69a4f
Updated middleware.txt and url_dispatch.txt docs to reflect [1470] (support for non-named groups in URLconf regexes)
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1471 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-27 23:03:56 +00:00
Adrian Holovaty
1bd85787ec
Fixed #933 -- Updated 'django-admin.py sql polls' output in tutorial01. Thanks, jhernandez
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1465 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-27 19:28:38 +00:00
Adrian Holovaty
2fb95f1de6
Changed template library system so that it looks for a module-level variable named 'register' rather than the first instance of template.Library it finds
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1461 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-27 16:43:56 +00:00
Adrian Holovaty
ed97929b91
Added a 'Directory listings' section to docs/static_files.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1457 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-27 15:28:19 +00:00
Adrian Holovaty
c8e98f4cdd
Fixed ReST error in [1455]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1456 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-27 14:52:12 +00:00
Adrian Holovaty
5e0be518f8
Added note to docs/static_files.txt about serving static files in production
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1455 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-27 14:49:57 +00:00
Adrian Holovaty
c0700db1a3
Added docs/static_files.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1454 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-27 14:42:21 +00:00
Adrian Holovaty
501b06c7b4
Fixed several bugs in docs/url_dispatch.txt, and made several clarifications
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1453 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-27 14:35:18 +00:00
Adrian Holovaty
a2527ebe77
Improved docs/modpython.txt to add note about debugging under mod_python with print statements
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1451 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-27 13:53:35 +00:00
Adrian Holovaty
515ae9c128
Fixed ReST error in docs/templates_python.txt. Thanks, EABinGA
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1450 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-27 07:28:51 +00:00
Adrian Holovaty
3ede006fc9
Fixed #911 -- Made template system scoped to the parser instead of the template module. Also changed the way tags/filters are registered and added support for multiple arguments to {% load %} tag. Thanks, rjwittams. This is a backwards-incompatible change for people who've created custom template tags or filters. See http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges for upgrade instructions.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1443 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-26 22:46:31 +00:00
Adrian Holovaty
8128f440ee
Fixed #903 -- Added login_url argument to user_passes_test view decorator. Didn't add it to login_required decorator because that would turn login_required into a callable decorator, which would break backwards compatibility.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1440 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-26 07:20:07 +00:00
Adrian Holovaty
d058a8a104
Fixed bug in Python 2.3 example of user_passes_test decorator in docs/authentication.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1439 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-26 07:02:59 +00:00
Adrian Holovaty
5ad144b29e
Added 'Error handling' section to docs/modpython.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1437 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-26 03:17:52 +00:00
Adrian Holovaty
fe15c01a17
Fixed typo in docs/model-api.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1426 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-25 03:15:09 +00:00
Adrian Holovaty
140f4a6913
Added TEMPLATE_DEBUG to docs/settings.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1384 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-23 23:29:25 +00:00
Adrian Holovaty
5b662cdd86
Added docs/add_ons.txt -- small documentation of contrib
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1354 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-22 19:21:51 +00:00
Adrian Holovaty
e1b2e48a3e
Fixed #876 -- Fixed typos in docs/forms.txt. Thanks, czhang
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1353 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-22 14:24:07 +00:00
Adrian Holovaty
2bb84b9c2c
Fixed #875 -- Fixed typo in docs/db-api.txt. Thanks, wojtek
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1352 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-22 14:23:07 +00:00
Adrian Holovaty
bedf10a98d
Fixed #598 -- Added {% include %} template tag. Added docs and unit tests. Thanks, rjwittams
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1349 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-22 05:44:04 +00:00
Adrian Holovaty
24b98280a5
Fixed bug in docs/templates.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1343 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-22 04:45:12 +00:00
Adrian Holovaty
3ae9542c24
Beefed up docs for floatformat template filter
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1342 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-22 04:44:21 +00:00
Adrian Holovaty
912ddb16bc
Fixed formatting bug in docs/templates.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1341 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-22 04:42:26 +00:00
Adrian Holovaty
a49fa746cd
Fixed #273 -- BACKWARDS-INCOMPATIBLE CHANGE -- Changed auth.User.password field to add support for other password encryption algorithms. Renamed password_md5 to password and changed field length from 32 to 128. See http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges for upgrade information
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1327 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-21 03:33:22 +00:00
Adrian Holovaty
b96f6059f0
Added clarification to TIME_ZONE setting docs
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1320 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-21 00:27:48 +00:00
Adrian Holovaty
acdd24f526
Added 'Should I use the official version or development version?' question to the FAQ
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1318 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-20 23:49:35 +00:00
Adrian Holovaty
b4bb345b94
Another change to docs/model-api.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1307 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-20 17:36:16 +00:00
Adrian Holovaty
c472b1471d
Small improvement to docs/model-api.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1306 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-20 17:35:29 +00:00
Adrian Holovaty
2bb18eddbe
Added 'Executing custom SQL' section to docs/model-api.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1305 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-20 17:33:40 +00:00
Adrian Holovaty
16493e135c
Added note to docs/sessions.txt about only being available in development version
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1304 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-20 17:18:25 +00:00
Adrian Holovaty
3895a825a9
Added SESSION_SAVE_EVERY_REQUEST setting.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1303 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-20 17:16:13 +00:00
Adrian Holovaty
cd01d6d381
Fixed #848 -- Made auth docs more clear on permission handling.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1302 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-20 16:35:44 +00:00
Adrian Holovaty
58f95c3a6a
Fixed #850 -- Made clarification in docs/tutorial02.txt. Thanks, Daniel
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1300 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-20 16:20:24 +00:00
Adrian Holovaty
85c50d4fdf
Fixed #839 -- Fixed typo in docs/cache.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1298 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-20 05:17:55 +00:00
Adrian Holovaty
72d8e07de4
Fixed #846 -- Fixed bug in docs/syndication_feeds.txt. Thanks, deric
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1295 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-20 04:53:28 +00:00
Adrian Holovaty
34560e0776
Fixed typo in docs/model-api.txt. Thanks, anl
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1293 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-19 20:20:13 +00:00
Adrian Holovaty
c5068ff4ac
Fixed ReST bugs in [1291]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1292 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-19 18:28:08 +00:00
Adrian Holovaty
f125fb0afc
Beefed up docs/url_dispatch.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1291 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-19 18:20:30 +00:00
Adrian Holovaty
cdbc94dbd2
Fixed #838 -- Removed unused link in tutorial01.txt. Thanks, paolo
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1285 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-18 21:42:45 +00:00
Adrian Holovaty
33ffa72e40
Fixed #827 -- For admin list_display functions without a short_description, Django now converts underscores to spaces. Thanks, Aaron Swartz
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1275 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-17 15:26:50 +00:00
Adrian Holovaty
674c0b353c
Added official-version information to docs/install.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1265 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-16 05:35:59 +00:00
Adrian Holovaty
17d54d1d9e
Fixed #808 -- Fixed typo in docs/forms.txt. Thanks, limodou
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1263 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-16 03:37:01 +00:00
Adrian Holovaty
6b870c136b
Changed tutorial02 not to say redirects and flatpages are included
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1262 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-16 03:09:50 +00:00
Adrian Holovaty
93519513a1
Added links to auth docs in docs/templates_python.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1261 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-16 02:59:22 +00:00
Adrian Holovaty
464e84257d
Changed 'django-admin.py startapp' application template to use views.py instead of views package, for simplicity. Updated tutorial to reflect the change.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1258 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-16 02:00:23 +00:00
Adrian Holovaty
2d49f70b0d
Small style cleanup of docs/generic_views.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1256 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-16 00:25:48 +00:00
Georg Bauer
9b3b250291
added danish translation to the settings documentation
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1251 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-15 18:40:10 +00:00
Jacob Kaplan-Moss
400cf5658d
Added django.views.generic.simple.redirect_to view for issuing simple redirects. Also updated direct_to_template to use render_to_response to be consistant with coding style, and documented the simple generic views.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1249 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-15 17:19:33 +00:00
Adrian Holovaty
ed92d36825
Followup faq change to [1237]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1238 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-15 07:36:09 +00:00
Adrian Holovaty
a411d68a10
Added extra paragraphs to 'Why did you write all of Django from scratch' FAQ question
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1237 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-15 07:34:18 +00:00
Adrian Holovaty
74865663bb
Fixed #787 -- High-level syndication framework now picks up author details. Also updated documentation. Thanks, mattycakes
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1228 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-14 05:15:40 +00:00
Adrian Holovaty
7626cb0581
Improved Atom feed-generating framework to output <link rel='self'>. Added a feed_url hook to feedgenerator for this purpose, and changed the syndication Feed and views to use it. Also updated docs.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1227 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-14 04:59:20 +00:00
Adrian Holovaty
f6bf41e59a
Fixed #121 -- Django now quotes all names in SQL queries. Also added unit tests to confirm. Thanks, Robin Munn and Sune.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1224 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-14 01:44:35 +00:00
Adrian Holovaty
6e40d8c29f
Fixed #783 -- Added AnonymousUser.id = None. Thanks, EABinGA
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1221 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-13 23:33:05 +00:00
Adrian Holovaty
8a0137446f
Added Icelandic and Swedish translations to docs/settings.txt LANGUAGES section
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1220 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-13 23:18:22 +00:00
Adrian Holovaty
27eaf5a891
Fixed #782 -- Fixed broken link in docs/overview.txt. Thanks, frederik
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1219 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-13 23:10:27 +00:00
Adrian Holovaty
e70be11814
Added 'Safety and security' section to docs/design_philosophies.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1218 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-13 22:59:51 +00:00
Adrian Holovaty
b40952b0a1
Fixed #780 -- Fixed typo in docs/modpython.txt. Thanks, jhernandez
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1214 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-13 16:14:14 +00:00
Adrian Holovaty
29bdbc3dbf
Added 'Limiting access to generic views' section to docs/authentication.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1212 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-13 04:48:52 +00:00
Adrian Holovaty
46083845d4
Changed slightly misleading example in docs/sessions.txt to use baggage-less 'members' instead of 'users'
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1211 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-13 04:43:07 +00:00
Adrian Holovaty
23c9e2aec9
Fixed typo in docs/tutorial03.txt. Thanks, Dave Hodder
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1210 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-13 00:22:39 +00:00
Adrian Holovaty
f7d2e9ea9f
Grammar cleanups for recent documentation and docstring changes.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1209 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-13 00:19:16 +00:00
Georg Bauer
f3d1f39559
added the LANGUAGES setting to the settings documentation
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1206 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-12 21:36:38 +00:00
Georg Bauer
33accf560d
updated i18n documentation for the LANGUAGES setting
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1205 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-12 21:33:46 +00:00
Adrian Holovaty
b2e05910ed
Fixed #773 -- Removed reference to CACHE_MIDDLEWARE_GZIP in docs/cache.txt. Thanks, Eugene
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1200 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-12 18:17:22 +00:00
Adrian Holovaty
a70c04d83b
Fixed #774 -- Fixed typos in docs/authentication.txt. Thanks, footless and jbennett
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1199 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-12 18:15:26 +00:00
Adrian Holovaty
91f1b08759
More small tweaks to docs/syndication_feeds.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1197 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-12 04:00:35 +00:00
Adrian Holovaty
782edb393b
Fixed ReST bug in docs/syndication_feeds.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1196 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-12 03:48:53 +00:00
Adrian Holovaty
10214bdac0
Fixed ReST bugs in docs/syndication_feeds.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1195 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-12 03:48:14 +00:00
Adrian Holovaty
944de9e9e6
Completely refactored legacy RSS framework to the new django.contrib.syndication package. Also added Atom support, changed the way feeds are registered and added documentation for the whole lot. This is backwards-incompatible, but the RSS framework had not yet been documented, so this should only affect tinkerers and WorldOnline. Fixes #329 , #498 , #502 and #554 . Thanks for various patches/ideas to alastair, ismael, hugo, eric moritz and garthk
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1194 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-12 03:44:53 +00:00
Adrian Holovaty
e8ae356739
Added 'Install Python' section to docs/install.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1193 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-12 03:24:32 +00:00
Adrian Holovaty
1873c95b31
Added INSTALLED_APPS to global_settings. It's an empty tuple by default.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1184 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-11 22:56:18 +00:00
Adrian Holovaty
c62b427b12
Added a link to docs/outputting_csv.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1172 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-11 14:54:27 +00:00
Adrian Holovaty
16a3822460
Fixed ReST missing link in docs/outputting_csv.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1171 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-11 14:53:15 +00:00
Adrian Holovaty
a3a1fcddc5
Added docs/outputting_csv.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1170 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-11 14:51:33 +00:00
Adrian Holovaty
1b035c35d9
BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redirects to standalone apps in django.contrib that are NOT installed by default. See http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges for full migration information.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1166 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-11 04:45:05 +00:00
Adrian Holovaty
a11a1d5e16
Added SITE_ID to docs/settings.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1165 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-11 03:50:21 +00:00
Adrian Holovaty
d0a0a54538
Added INSTALLED_APPS to docs/settings.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1164 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-11 03:25:52 +00:00
Adrian Holovaty
d38e882695
Updated docs/middleware.txt to say exception middleware is applied in reverse order.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1162 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-11 01:14:02 +00:00
Adrian Holovaty
394eafb840
Updated middleware.txt to note that response middleware is applied in reverse
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1161 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-11 00:25:03 +00:00
Adrian Holovaty
e3e37ed120
Fixed #724 -- Ensured get_next_by_FOO() and get_previous_by_FOO() methods don't skip or duplicate any records in the case of duplicate values. Thanks for reporting the bug, mattycakes@gmail.com
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1155 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-10 05:36:41 +00:00
Adrian Holovaty
f85cd32dbd
Improved docs/authentication.txt to note that messages only work with registered users, not anonymous users
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1142 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-09 18:07:06 +00:00
Adrian Holovaty
1847c9ef64
Small formatting fix to docs/settings.txt -- MIDDLEWARE_CLASSES example was scrolling off the page
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1140 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-09 17:39:18 +00:00
Adrian Holovaty
8b71b9b870
Finished docs/authentication.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1127 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-08 18:45:03 +00:00
Adrian Holovaty
c7b28cf7e6
Added 'Serving the admin files' section in docs/modpython.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1124 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-07 14:47:29 +00:00
Adrian Holovaty
54c3367a63
Updated install.txt and modpython.txt to note required Apache and mod_python versions. Also gave full example for Apache config
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1123 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-07 14:39:13 +00:00
Adrian Holovaty
c6ef1e0588
Changed register_tag example in docs/templates_python.txt to be consistent with other examples. Thanks, EABinGA
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1122 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-07 14:26:40 +00:00
Adrian Holovaty
e205b96825
Fixed typo in docs/i18n.txt. Thanks, Esaj
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1121 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-07 14:24:13 +00:00
Adrian Holovaty
c6fd835137
Added note about CacheMiddleware to docs/i18n.txt.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1117 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-06 23:57:56 +00:00
Adrian Holovaty
371f63c210
Fixed #742 -- Implemented 't' dateformat. Thanks, radek.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1116 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-06 23:53:13 +00:00
Adrian Holovaty
d4df074d41
Fixed #109 -- Created DATE_FORMAT, DATETIME_FORMAT and TIME_FORMAT settings.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1115 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-06 23:49:03 +00:00
Adrian Holovaty
72547994c1
Fixed ReST bug in templates.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1114 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-06 23:37:20 +00:00
Adrian Holovaty
bd0d8a779e
Fixed ReST bug in templates.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1113 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-06 23:36:28 +00:00
Adrian Holovaty
eb590d894d
Changed headers in docs/templates.txt to match style from other documentation
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1112 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-06 23:33:23 +00:00
Adrian Holovaty
aa89487fd0
Fixed ReST bug in [1110]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1111 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-06 23:32:22 +00:00
Adrian Holovaty
92241e21b8
Reformatted docs/templates.txt to put headings in filter and tag references, so each tag/filter gets a permalink
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1110 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-06 23:30:06 +00:00
Adrian Holovaty
af4bef19ad
Documented meta.Admin list_select_related option from [1092]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1108 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-06 23:08:29 +00:00
Adrian Holovaty
1b626e4083
Fixed #723 -- Documented 'django-admin installperms'
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1107 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-06 23:02:54 +00:00
Adrian Holovaty
a218cf5798
Fixed #281 -- Made e-mail address validation much more strict and accurate.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1106 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-06 22:59:18 +00:00
Adrian Holovaty
911a6dfe04
Fixed #319 -- Updated docs/model-api.txt to note that prepopulate_from doesn't accept DateTimeFields
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1105 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-06 22:53:07 +00:00
Adrian Holovaty
e19c9ccfcb
Reworded docstrings and settings documentation from [1068]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1098 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-06 22:22:02 +00:00
Adrian Holovaty
e859854d0a
Made small edits to docs/i18n.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1090 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-05 04:40:07 +00:00
Adrian Holovaty
0588183976
Fixed ReST bugs in i18n.txt from [1087]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1089 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-05 04:24:19 +00:00
Adrian Holovaty
6dbc781a2a
Moved translation.txt to i18n.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1088 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-05 04:23:10 +00:00
Adrian Holovaty
6e7620baf0
Moderately heavy rewrite of docs/translation.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1087 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-05 04:22:25 +00:00
Jacob Kaplan-Moss
5cf8f68423
Merged i18n branch into the trunk! Fixes #65 , and perhaps some others. NB: this means that the i18n branch is now obsolete and will be made read-only.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1068 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-04 04:59:46 +00:00
Adrian Holovaty
cb45fd0ae2
Added DATABASE_PORT to docs/legacy_databases.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1054 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-02 22:28:08 +00:00
Adrian Holovaty
f29205fc7b
Updated docs/legacy_databases.txt to remove 'auth_admin_log' from list of tables that shouldn't be in the database, because that's now optional.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1053 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-02 21:55:21 +00:00
Adrian Holovaty
2d5c6ec256
Changed docs/legacy_databases.txt to link to settings docs
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1052 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-02 21:53:32 +00:00
Adrian Holovaty
b5df9c308f
Improved docs/db-api.txt to specify that case-sensitive ordering isn't supported
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1051 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-02 20:31:12 +00:00
Adrian Holovaty
27efe14c54
Added 'Session IDs in URLs' and 'Session cookies' sections to docs/sessions.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1044 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-02 14:26:55 +00:00
Adrian Holovaty
7136eb8f3a
Fixed #507 -- Changed MySQL backend so that it uses 'LIKE BINARY' for case-sensitive comparisons -- contains, startswith and endswith. Thanks, Simon
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1036 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-01 01:08:13 +00:00
Adrian Holovaty
390666ac2b
Fixed #508 -- Added support for 'expires' in cookies and changed session middleware to set 'expires' in addition to 'max_age'. Thanks, mark@junklight.com
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1035 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-01 01:02:07 +00:00
Adrian Holovaty
41d5cff745
Fixed #548 -- Added missing step at the end of docs/tutorial04.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1034 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-01 00:49:52 +00:00
Adrian Holovaty
546e368d0b
More tightening of docs/cache.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1031 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-31 03:17:39 +00:00
Adrian Holovaty
cbe2426369
Made several grammar fixes to cache documentation from [1020]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1030 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-31 03:14:57 +00:00
Jacob Kaplan-Moss
fb55717a09
Documented {{{singular}}} argument for m2m relationships ( fixes #664 ).
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1025 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-30 14:35:44 +00:00
Jacob Kaplan-Moss
2822f71d08
Fixed #140 : memcached backends may now use multiple servers
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1021 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-29 17:05:19 +00:00
Jacob Kaplan-Moss
f12e324332
Fixed #612 - added cache control headers (thanks, hugo)
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1020 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-29 17:00:20 +00:00
Adrian Holovaty
d4abd6fb52
Small massaging of docs/model-api.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1006 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-23 22:43:54 +00:00
Adrian Holovaty
17f62269c2
Fixed #479 -- Implemented time-zone formats in dateformat. Thanks, Sune
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@992 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-22 21:37:59 +00:00
Adrian Holovaty
411625a761
Some small improvements and fixes to docs/authentication.txt, which still isn't finished
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@990 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-22 00:18:39 +00:00
Adrian Holovaty
d412dbf46b
Added partially completed docs/authentication.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@989 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-22 00:12:56 +00:00
Adrian Holovaty
3e7ea41bbb
Added note about ALLOWED_INCLUDE_ROOTS to docs/templates.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@983 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-20 21:58:01 +00:00
Adrian Holovaty
169f9d2bd3
Fixed #655 -- Improved 'validator_list' section of docs/model-api.txt.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@978 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-20 13:22:20 +00:00
Adrian Holovaty
62db7c5c94
Fixed another ReST bug in template docs from [969]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@971 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-20 05:32:49 +00:00
Adrian Holovaty
81fd300a4e
Fixed ReST bug in template docs from [969]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@970 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-20 05:31:54 +00:00
Adrian Holovaty
4c327b9c86
Lightly refactored django.utils.dateformat to make it use less code. Also integrated some of Sune's improvements from the #479 patch, including support for backslash escaping. Also vastly improved template docs for the {% now %} tag
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@969 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-20 05:30:11 +00:00
Adrian Holovaty
539e53ccf1
Fixed #317 -- SlugField now accepts hyphens. Thanks, Sune
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@968 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-20 04:20:52 +00:00
Adrian Holovaty
bf5dce64de
Fixed #642 -- Added small improvement to EmailField docs. Thanks, Boffbowsh
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@967 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-20 04:03:41 +00:00
Adrian Holovaty
d7a69df1b6
Fixed ReST bug in docs/tutorial02.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@950 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-19 01:17:13 +00:00
Adrian Holovaty
f07e5d4f5d
Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middleware. See BackwardsIncompatibleChanges for a full list of changes and information on how to update your code.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@948 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-19 01:09:05 +00:00
Adrian Holovaty
30d7e62828
Fixed ReST bug in docs/model-api.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@940 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-18 15:59:06 +00:00
Adrian Holovaty
91bd6eed06
Fixed typo in docs/templates.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@911 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-17 18:08:55 +00:00
Adrian Holovaty
63a3c72e19
Added note about multiple block tags to docs/templates.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@905 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-17 14:26:20 +00:00
Adrian Holovaty
0bb68cd072
Fixed #635 -- Fixed typo in docs/settings.txt. Thanks, anonymous
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@902 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-17 13:20:59 +00:00
Adrian Holovaty
b223d0fd87
Added note to docs/django-admin.txt about 127.0.0.1 not being accessible from other machines on the network
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@900 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-17 13:05:55 +00:00
Adrian Holovaty
c686424ed9
Fixed some formatting issues in docs/settings.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@896 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-17 04:59:06 +00:00
Adrian Holovaty
6bec753867
Added docs/settings.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@895 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-17 04:53:03 +00:00
Adrian Holovaty
3df39deede
Added 'Loader types' section to docs/templates_python.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@893 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-17 03:00:18 +00:00
Adrian Holovaty
b9736c5c63
Added 'Designate between GET and POST' section to design_philosophies.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@891 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-17 02:31:35 +00:00
Adrian Holovaty
f1ecfe991d
Fixed #630 -- Fixed formatting error in docs/model-api.txt. Thanks, ken@kenkinder.com
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@887 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-16 19:42:16 +00:00
Adrian Holovaty
a2e26150b7
Fixed #616 -- Added a process_exception() hook to middleware framework. Thanks, Hugo
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@880 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-15 02:20:35 +00:00
Adrian Holovaty
f71f854628
Fixed #626 -- Moved template modules to django.core.template package. django.core.template_loader is deprecated, in favor of django.core.template.loader.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@867 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-14 20:10:13 +00:00
Adrian Holovaty
2db3d9c7cc
Reworded part of design_philosophies.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@863 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-14 15:04:21 +00:00
Adrian Holovaty
f2b8e85360
Fixed ReST bugs in docs/templates.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@862 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-14 15:02:44 +00:00
Adrian Holovaty
42f8a069aa
Grammar fix to docs/design_philosophies.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@861 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-14 14:06:49 +00:00
Adrian Holovaty
fdcc9da59c
Fixed typo in docs/design_philosophies.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@860 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-14 14:05:46 +00:00
Adrian Holovaty
ed1c9b2046
Fixed #622 -- Added default_if_none filter. Thanks, Eric
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@859 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-14 03:48:27 +00:00
Adrian Holovaty
d5bbe395c2
Small grammar cleanup to design_philosophies.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@857 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-14 03:33:54 +00:00
Adrian Holovaty
cdfbdfb1b2
Cleaned up 'Assume designer competence' section in docs/design_philosophies.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@856 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-14 03:32:34 +00:00
Adrian Holovaty
5e5fe5b5a2
Added docs/design_philosophies.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@855 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-14 03:28:03 +00:00
Adrian Holovaty
84a30e7096
Added link to server-arrangements page from docs/install.txt. Thanks, Alice
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@849 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-12 13:25:24 +00:00
Adrian Holovaty
eb5d802cc2
Fixed ReST bug in docs/model-api.txt from [846]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@847 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-12 04:17:06 +00:00
Adrian Holovaty
5f9fe6d403
Fixed #589 -- Added FilePathField. It's available as an ORM field and as a standalone field in django.core.formfields. Thanks, jay@skabber.com
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@846 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-12 04:14:21 +00:00
Adrian Holovaty
9fdacc7a66
Added note to docs/modpython.txt about non-dev arrangements not serving admin media files
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@845 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-12 03:52:05 +00:00
Adrian Holovaty
179017afb5
Fixed formatting bug in docs/model-api.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@842 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-11 18:32:48 +00:00
Adrian Holovaty
fef8adefe1
Fixed #605 -- Fixed template-name errors in docs/generic_views.txt. Thanks, cygnus@cprogrammer.org
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@828 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-10 22:23:44 +00:00
Jacob Kaplan-Moss
b8f70f8c94
Updated docs to reflect changes in [824]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@826 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-10 20:23:53 +00:00
Adrian Holovaty
eb4f16e666
Improved docs/db-api.txt to say add_FOO() methods always return the newly-created object.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@825 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-10 20:18:56 +00:00
Adrian Holovaty
474cfe56d4
Fixed #601 -- Updated docs/model-api.txt unique_together section to say it's enforced at the database level.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@822 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-10 14:00:20 +00:00
Adrian Holovaty
22bbdc633c
Changed some formatting in docs/middleware.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@814 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-09 01:08:58 +00:00
Adrian Holovaty
fd4ddb179f
Fixed ReST error in docs/cache.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@813 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-09 01:03:04 +00:00
Adrian Holovaty
df794701d0
Fixed small typo in docs/cache.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@812 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-09 01:02:30 +00:00
Adrian Holovaty
d65526d688
Fixed #580 -- Added mega support for generating Vary headers, including some view decorators, and changed the CacheMiddleware to account for the Vary header. Also added GZipMiddleware and ConditionalGetMiddleware, which are no longer handled by CacheMiddleware itself. Also updated the cache.txt and middleware.txt docs. Thanks to Hugo and Sune for the excellent patches
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@810 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-09 00:55:08 +00:00
Adrian Holovaty
9f7e2f38dd
Fixed ReST formatting for docs/django-admin.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@795 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-06 17:29:59 +00:00
Adrian Holovaty
eaa8db131d
Changed docs/django-admin.txt to add a link to diveintopython's explanation of Python import search path
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@794 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-06 17:27:13 +00:00
Adrian Holovaty
c8930e3af4
Fixed #357 -- Added a '--pythonpath' option to django-admin. Thanks for the patch, Hugo
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@793 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-06 17:22:23 +00:00
Adrian Holovaty
16f9b08611
Clarified get_FOO_list part of docs/db-api.txt to specify keyword arguments are also accepted
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@781 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-05 22:47:36 +00:00
Adrian Holovaty
78b8fcc235
Fixed typo in docs/outputting_pdf.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@772 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-04 15:17:22 +00:00
Adrian Holovaty
6f07f717c0
Fixed #591 -- fixed typo in docs/templates_python.txt. Thanks, Boffbowsh
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@771 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-04 13:34:59 +00:00
Adrian Holovaty
da71528717
Added missing period to docs/outputting_pdf.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@754 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-30 22:07:19 +00:00
Adrian Holovaty
53581d6d8d
Small tweak to docs/outputting_pdf.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@753 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-30 22:05:44 +00:00
Adrian Holovaty
a0595851b6
Added docs/outputting_pdf.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@752 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-30 22:02:51 +00:00
Adrian Holovaty
7cc9526b2e
Fixed typo in docs/tutorial01.txt. Thanks, Aggelos Orfanakos
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@747 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-30 16:40:15 +00:00
Adrian Holovaty
acde573821
Fixed typo in docs/db-api.txt. Thanks, Aggelos Orfanakos
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@746 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-30 16:39:05 +00:00
Adrian Holovaty
5595fe2aa6
Fixed typo in docs/tutorial03.txt. Thanks, Aggelos Orfanakos
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@745 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-30 16:38:03 +00:00
Jacob Kaplan-Moss
1838c76307
Fixed #472 - added notes about File/ImageFields from the FAQ to the model API doc
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@742 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-30 13:49:43 +00:00
Jacob Kaplan-Moss
27b1f69d79
Fixed #295 - added {{{forloop.revcounter}}} and {{{forloop.revcounter0}}} variables to for loops. Also updated the docs and added unit tests to verify correct behavior. Thanks, Clint.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@736 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-29 23:34:29 +00:00
Adrian Holovaty
3dd1d28c7f
Clarified potentially confusing sentence in docs/modpython.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@728 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-29 19:56:17 +00:00
Adrian Holovaty
8b67f5f829
Fixed #567 -- Added HttpRequest.has_key() method. Thanks, wojtek3@brandlay.com
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@711 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-27 16:33:25 +00:00
Adrian Holovaty
787ff70e9d
Fixed #563 -- Fixed minor typo in docs/cache.txt. Thanks, Eugene
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@705 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-27 04:25:08 +00:00
Adrian Holovaty
c084005d58
Fixed #131 -- URLconfs that are 'included' now receive captured parameters from parent URLconfs. Thanks for the idea, jcernelli@gmail.com
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@704 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-27 04:24:19 +00:00
Adrian Holovaty
7f4067100c
Fixed #150 -- Clarified DATABASE_NAME description in docs/tutorial01.txt for SQLite. Thanks, lstep@adelux.fr
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@703 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-27 03:38:15 +00:00
Jacob Kaplan-Moss
0fa1aa8711
Added a database-backed cache backend, along with a tool in django-admin to
...
create the necessary table structure. This closes #515 ; thanks again,
Eugene!
git-svn-id: http://code.djangoproject.com/svn/django/trunk@692 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-25 22:03:30 +00:00
Adrian Holovaty
6b4095ad10
Fixed small typo in docs/db-api.txt. Thanks, Rachel
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@691 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-25 21:57:32 +00:00
Adrian Holovaty
f053130f67
Fixed ReST bugs in [689]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@690 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-25 21:54:51 +00:00
Adrian Holovaty
9e03747ebb
Fixed ReST bugs in [688]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@689 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-25 21:53:06 +00:00
Adrian Holovaty
c2e42e1c5c
Beefed up docs/db-api.txt, adding a section for each automatic module-level API function -- and optional ones, too
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@688 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-25 21:47:31 +00:00
Adrian Holovaty
2e8e256fe8
Improved docs/templates.txt to add example for slice filter. Thanks for the suggestion, Graham Higgins
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@681 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-24 17:39:20 +00:00
Adrian Holovaty
eb3b1cfb81
Fixed ReST bug in [678]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@679 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-23 22:51:08 +00:00
Adrian Holovaty
b7528320b6
Changed overview and tutorial docs to use render_to_response and get_object_or_404, to cut down on code
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@678 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-23 22:50:05 +00:00
Adrian Holovaty
39a907a051
Added request.session.delete_test_cookie()
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@669 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-23 01:28:44 +00:00
Adrian Holovaty
3dc1ede871
Fixed #236 -- Added HttpResponse.delete_cookie() method.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@668 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-23 01:17:39 +00:00
Adrian Holovaty
88a65ddd7f
Added ManyToManyField filter doesn't display question to FAQ
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@653 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-20 03:24:01 +00:00
Adrian Holovaty
aa865f3605
Added 'Why did you write all of Django from scratch' FAQ question
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@652 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-20 03:18:05 +00:00
Adrian Holovaty
fe01b4d939
Changed my bio to reflect my job change
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@651 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-20 03:05:37 +00:00
Adrian Holovaty
1d65ba62db
Added a few notes about list_display to docs/model-api.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@649 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-20 02:37:39 +00:00
Adrian Holovaty
1874f26d22
Small change to docs/modpython.txt -- added link to Apache Web site
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@642 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-14 19:07:29 +00:00
Adrian Holovaty
e01ef9ddd8
Fixed #487 -- Fixed typo in docs/cache.txt. Thanks, eugene@lazutkin.com
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@633 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-11 15:12:30 +00:00
Adrian Holovaty
93010c75f2
Fixed #465 -- Fixed typo in docs/templates_python.txt. Thanks, Manuzhai
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@631 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-06 21:30:45 +00:00
Adrian Holovaty
1087ee3d5e
Fixed #462 -- Fixed typo in docs/templates_python.txt. Thanks, eugene@lazutkin.com and sanxiyn
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@630 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-06 12:37:54 +00:00
Adrian Holovaty
4ea3dd5dbd
Fixed small typo in [628]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@629 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-06 03:07:38 +00:00
Adrian Holovaty
cadb6a008d
Finished docs/templates_python.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@628 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-06 03:05:50 +00:00
Adrian Holovaty
276731d625
Fixed some more formatting bugs in [625]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@627 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-06 02:37:39 +00:00
Adrian Holovaty
adae680c73
Fixed some formatting bugs in [625]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@626 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-06 02:35:51 +00:00
Adrian Holovaty
f9f0ea9308
Added a couple more sections to docs/templates_python.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@625 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-06 02:30:23 +00:00
Adrian Holovaty
e131e400e0
Made small cleanups to [623]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@624 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-06 00:01:44 +00:00
Adrian Holovaty
096ad32c84
Added docs/templates_python.txt, which isn't finished yet
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@623 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-05 23:38:46 +00:00
Adrian Holovaty
65bab4b824
Fixed #456 -- Fixed minor typo in docs/overview.txt. Thanks, eugene@lazutkin.com
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@621 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-04 18:24:23 +00:00
Adrian Holovaty
6d92319838
Added note to docs/cache.txt saying CacheMiddleware needs to be first entry in MIDDLEWARE_CLASSES
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@616 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-02 21:22:49 +00:00
Adrian Holovaty
5bdf1da730
Fixed #394 -- Trailing-slash redirects now retain duplicate name-value query-string pairs, instead of the first of each pair. Added a QueryDict.urlencode() method to accomplish this. Updated the docs. Thanks for the good catch, mlambert
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@613 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-02 19:39:47 +00:00
Adrian Holovaty
92918b5ed7
Fixed ReST bugs in docs/django-admin.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@612 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-02 19:05:51 +00:00
Adrian Holovaty
33570454e3
Fixed #448 -- Fixed bug in docs/forms.txt. Thanks, Hugo
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@610 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-02 18:42:36 +00:00
Adrian Holovaty
59b204526e
Fixed #454 -- Clarified django-admin '--help' output to use 'modelmodule' instead of 'app'. Thanks, Maniac
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@607 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-02 18:26:16 +00:00
Adrian Holovaty
d31699f227
Fixed some bugs in model syntax of docs/overview.txt -- thanks, Paul Bissex
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@605 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-02 18:14:44 +00:00
Adrian Holovaty
4e2f910ff1
Added link to request-and-response documentation from tutorial04
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@603 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-02 17:48:18 +00:00
Adrian Holovaty
9f12564168
Added link to request-and-response documentation from tutorial03
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@602 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-02 17:41:40 +00:00
Adrian Holovaty
29c50bc0d4
Fixed #287 -- Clarified description for 'slugify' template filter. Thanks, emccoy@interland.com
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@597 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-01 22:58:58 +00:00
Adrian Holovaty
cd435ff796
Fixed #417 -- Added clarification to docs/tutorial02.txt about settings.admin vs. settings.main. Thanks, benno@jeamland.net
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@596 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-01 21:59:39 +00:00
Adrian Holovaty
f4547bfbfd
Added clarification to [594]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@595 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-01 21:51:01 +00:00
Adrian Holovaty
8c83f2ab30
Added 'If I make changes to a model, how do I update the database?' to the FAQ
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@594 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-01 21:48:15 +00:00
Adrian Holovaty
8da42a8b68
Fixed inevitable ReST bugs in [592]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@593 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-01 05:12:25 +00:00
Adrian Holovaty
b483f66efe
Added docs/request_response.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@592 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-01 05:10:30 +00:00
Adrian Holovaty
2577581808
Updated template docs to reflect [587]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@588 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-01 02:21:08 +00:00
Adrian Holovaty
005e70387c
Added clarifying note to docs/model-api.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@586 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-01 02:12:53 +00:00
Adrian Holovaty
d74373924d
Reordered stuff in docs/middleware.txt and added some small clarifications
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@585 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-31 20:55:16 +00:00
Adrian Holovaty
072a89ace2
Added docs/middleware.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@584 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-31 20:24:50 +00:00
Adrian Holovaty
354421f77d
Changed docs/cache.txt to remove db cache, because it's not done yet.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@583 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-31 17:06:07 +00:00
Adrian Holovaty
02ebeec0dc
Updated docs/templates.txt to add {% ifequal %}
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@576 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-29 21:58:21 +00:00
Adrian Holovaty
bcce1d901f
Fixed small typo in docs/tutorial01.txt -- thanks, pb@e-scribe.com
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@573 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-29 20:33:14 +00:00
Adrian Holovaty
df3564dace
Fixed typo in docs/model-api.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@568 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-26 19:11:54 +00:00
Adrian Holovaty
25d8441d72
Final ReST bugfix to docs/model-api.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@567 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-26 19:10:07 +00:00
Adrian Holovaty
10204da326
Fixed ReST bug in docs/model-api.txt -- I think
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@566 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-26 19:08:42 +00:00
Adrian Holovaty
09b5266d64
Fixed bug in docs/model-api.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@565 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-26 19:07:39 +00:00
Adrian Holovaty
879222786a
Added 'Using models', 'Models across files' and 'Models in multiple files' sections to docs/model-api.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@564 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-26 19:02:07 +00:00
Adrian Holovaty
f6f3b1f97b
Fixed another stupid ReST bugs in [560]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@563 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-26 18:36:57 +00:00
Adrian Holovaty
c0fef161c1
Fixed the inevitable ReST bugs in [560]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@562 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-26 18:36:20 +00:00
Adrian Holovaty
9138dc7008
Fixed the inevitable ReST bugs in [560]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@561 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-26 18:35:44 +00:00
Adrian Holovaty
b8e1be6f46
Beefed up docs/model-api.txt -- added a significant amount of documentation, links to example models and formatting changes
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@560 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-26 18:29:11 +00:00
Adrian Holovaty
1aaa3358b9
Fixed ReST bug in docs/model-api.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@556 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-26 05:34:37 +00:00
Adrian Holovaty
3db068f7fa
Fixed bug in docs/tutorial02.txt related to model syntax change. Thanks, Jeremy
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@555 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-26 05:32:30 +00:00
Adrian Holovaty
25264c8604
Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use fieldname=FieldClass() syntax. See ModelSyntaxChangeInstructions for important information on how to change your models
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@549 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-25 22:51:30 +00:00
Adrian Holovaty
fffe1d1472
Fixed #406 -- Fixed small typo in docs/forms.txt. Thanks, Tom Haddon
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@546 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-23 14:31:08 +00:00
Adrian Holovaty
601a892ea0
Fixed #380 -- Clarified tutorial 1. Thanks, ssteiner
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@544 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-21 18:28:04 +00:00
Adrian Holovaty
297731c657
Fixed #381 -- Clarified tutorial 1. Thanks, ssteiner
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@543 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-21 18:26:56 +00:00
Adrian Holovaty
33f2304ea9
Fixed #383 -- Clarified tutorial 2. Thanks, ssteiner
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@542 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-21 18:25:36 +00:00
Adrian Holovaty
00c6acaaf3
Fixed #360 -- runserver now takes optional 'ip:port' in addition to 'port'. Thanks, benno@jeamland.net
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@539 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-19 21:23:56 +00:00
Adrian Holovaty
cb022650e7
Clarified docs/django-admin.txt to say 'runserver' runs the model validator automatically
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@535 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-18 04:50:09 +00:00
Adrian Holovaty
1dccbcdcc1
Added a link to docs/legacy_databases.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@534 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-18 04:13:48 +00:00
Adrian Holovaty
94960d5635
Added docs/legacy_databases.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@533 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-18 04:12:01 +00:00
Adrian Holovaty
8acb6c836b
Fixed typo in docs/generic_views.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@528 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-17 19:48:40 +00:00
Adrian Holovaty
81c4649944
Made some tiny tweaks to docs/tutorial02.txt -- thanks, anonymous
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@527 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-17 15:01:12 +00:00
Adrian Holovaty
99d8bb34fe
Added 'Session object guidlines' section to docs/sessions.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@524 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-17 04:05:42 +00:00
Adrian Holovaty
21c4526557
Added doc/sessions.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@523 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-17 04:00:02 +00:00
Adrian Holovaty
a579724852
Fixed #336 -- Typo in docs/generic_views.txt. Thanks, Matt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@522 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-17 02:05:53 +00:00
Adrian Holovaty
07889c13a6
Fixed #1 -- Added anonymous session support via middleware and request.session. Removed the former request.session, which wasn't being used anyway. Removed auth.Session model. See the BackwardsIncompatibleChanges wiki page for IMPORTANT notes on code you'll have to change and a DB table you'll have to create.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@518 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-16 22:54:05 +00:00
Adrian Holovaty
56071754ea
Fixed #318 -- Fixed typo in docs/model-api.txt. Thanks, django@sharpbanana.co.uk
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@508 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-15 16:15:26 +00:00
Adrian Holovaty
db127b7983
Fixed #322 -- Development server now calls validate() again. Thanks, rmunn
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@505 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-15 15:24:56 +00:00
Adrian Holovaty
e004d2a0f7
Changed docs/tutorial01.txt to be clearer about PYTHONPATH environment variable -- thanks for the suggestion, Ken Kinder
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@501 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-15 04:19:16 +00:00
Adrian Holovaty
025b16178f
Changed docs/tutorial01.txt to use a tree format instead of 'ls' output -- thanks for the suggestion, Ken Kinder
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@500 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-15 04:15:59 +00:00
Adrian Holovaty
1303933fd9
Fixed typo in docs/tutorial04.txt -- thanks, 'nitpicker'
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@499 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-15 04:08:28 +00:00
Jacob Kaplan-Moss
54f93895a8
Added a quick example of prepopulate_from to clarify the description
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@493 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-14 01:09:51 +00:00
Adrian Holovaty
8ebe5db684
Added link to mod_python doc from docs/install.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@484 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-11 19:00:56 +00:00
Adrian Holovaty
8dac184adc
Fixed ReST bugs in docs/model-api.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@481 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-11 16:05:25 +00:00
Adrian Holovaty
aed151d3d8
Improved docs/tutorial01.txt thanks to reader suggestions
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@480 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-11 16:01:09 +00:00
Adrian Holovaty
bdcea2e6ca
Fixed #118 -- Renamed 'flat files' to 'flat pages' in the admin. Didn't rename it in the Python code, because too many things would break.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@477 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-10 21:46:40 +00:00
Adrian Holovaty
7bb1a2bbba
Changed docs/django-admin.txt to add note about which databases 'inspectdb' works with.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@475 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-10 21:02:07 +00:00
Adrian Holovaty
9c2d890eec
Added link to docs/django-admin from tutorial01
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@474 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-10 20:38:00 +00:00
Adrian Holovaty
78387d5e34
Fixed another ReST bug in docs/django-admin.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@473 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-10 20:30:30 +00:00
Adrian Holovaty
066722db04
Added 'Available options' section to docs/django-admin.txt, and fixed the inevitable ReST errors
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@472 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-10 20:29:55 +00:00
Adrian Holovaty
055f1d0de6
Added docs/django-admin.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@471 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-10 20:24:51 +00:00
Adrian Holovaty
8a209c232c
Fixed #296 -- Fixed typo in docs/model-api.txt. Thanks, rmunn
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@456 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-10 03:46:11 +00:00
Adrian Holovaty
217c746789
Copy-edited docs/templates.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@442 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-09 22:39:25 +00:00
Adrian Holovaty
32fe8e3863
Removed Janet Reno example from doc/templates.txt -- thanks, Bob
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@441 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-09 21:42:27 +00:00
Adrian Holovaty
4f00611f74
Fixed #211 -- edit_inline_type is deprecated, in favor of edit_inline itself. For example, instead of 'edit_inline=True, edit_inline_type=meta.TABULAR', use 'edit_inline=meta.TABULAR'.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@440 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-09 21:08:00 +00:00
Adrian Holovaty
e79eb09f21
Fixed #293 -- Typo in tutorial04. Thanks, espen@grindhaug.org
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@439 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-09 15:34:20 +00:00
Adrian Holovaty
b108360407
Fixed #290 -- Thanks, Matt Croydon
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@437 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-09 00:43:33 +00:00
Adrian Holovaty
ee52eba85a
Fixed formatting problem in docs/tutorial03.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@436 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-08 21:04:32 +00:00
Adrian Holovaty
1cc4531f0b
Added docs/tutorial04.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@435 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-08 21:02:28 +00:00
Adrian Holovaty
b7e226d8b8
Fixed typos in generic-views documentation
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@434 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-08 19:45:57 +00:00
Adrian Holovaty
b7e5121684
Fixed #280 -- Added _pre_delete() and _post_delete() hooks. Also updated the docs and added a unit testdjango/core/meta/__init__.py
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@432 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-08 18:29:02 +00:00
Adrian Holovaty
03bd1d7ff9
Made some improvements/clean-ups to docs/tutorial03.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@430 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-08 15:47:57 +00:00
Adrian Holovaty
67bb1bc701
Added explicit note to docs/tutorial02.txt that you should edit TEMPLATE_DIRS in the *admin* settings file if you want to change admin template directories
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@425 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-07 01:00:58 +00:00
Adrian Holovaty
9d8dd8610d
Changed 'check back within 48 hours' message, because it's blatantly false -- apologies
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@416 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-05 22:44:16 +00:00
Adrian Holovaty
a537a4efa1
Changed 'django-admin startapp' so that it doesn't create the 'urls' directory. People have said they're a bit overwhelmed by the multiple url directories, and this one isn't necessary for basic Django usage. You can always make it yourself if you know what you're doing and want to decouple/distribute your apps.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@415 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-05 22:43:35 +00:00
Adrian Holovaty
432e19034a
Small formatting improvement to docs/db-api.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@408 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-05 14:38:22 +00:00
Adrian Holovaty
05d074670a
Added 'How this is possible' section to docs/db-api.txt, describing keyword arguments in the API
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@407 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-05 14:33:29 +00:00
Adrian Holovaty
f5b22bf431
Fixed #271 -- Changed doc references to ManyToOneField. Thanks, brantley
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@406 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-04 19:00:20 +00:00
Adrian Holovaty
c0451036ac
Changed faq to say explicitly that db.queries includes all SQL statements
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@394 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-02 20:38:55 +00:00
Adrian Holovaty
3af4730419
Fixed #252 -- Updated shared-hosting FAQ. Thanks, Matt Croydon
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@393 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-02 20:33:02 +00:00
Adrian Holovaty
72e32b31f2
Fixed #249 -- Added our IRC nicks to docs/faq.txt. Good idea, espen
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@389 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-02 18:00:13 +00:00
Adrian Holovaty
e73c734336
Added 'Can I use Django with a pre-existing database?' to the FAQ
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@382 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-01 21:40:13 +00:00
Adrian Holovaty
6950f4f8dd
Fixed small typo in docs/overview.txt -- thanks, Trent
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@381 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-01 21:37:16 +00:00
Adrian Holovaty
6656806f42
Fixed duplicate code bug in docs/overview.txt -- thanks, James Kew
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@380 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-01 21:35:55 +00:00
Adrian Holovaty
8483f0aa04
Additional clarification to [365]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@366 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-01 19:03:33 +00:00
Adrian Holovaty
d62f31228b
Clarified Tutorial 3 to explain settings have changed -- thanks, Robin Munn
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@365 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-01 19:02:55 +00:00
Adrian Holovaty
7c738177dc
Fixed typo in tutorial03 -- thanks, Robin Munn
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@364 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-01 18:59:35 +00:00
Adrian Holovaty
b307fb09bb
Fixed #239 and #107 -- Changed model init() to use Field.get_default() if the value wasn't explicitly passed as a keyword argument. That means setting 'id=None' is no longer necessary, and you can leave off fields if you want them to have default values set.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@360 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-01 16:26:39 +00:00
Adrian Holovaty
cae7ebe19f
Changed docs/install.txt to note SQLite support and requirement for pysqlite 2.0.3 or higher
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@335 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-28 18:21:46 +00:00
Adrian Holovaty
f188d5930d
Fixed #143 -- Clarified the need for an environment variable in tutorial 1. Thanks, sdelatorre@gmail.com
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@328 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-26 22:58:39 +00:00
Adrian Holovaty
284948b9cf
Fixed #166 -- Added an 'in' lookup type to the database API
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@318 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-26 16:53:58 +00:00
Adrian Holovaty
63009faa14
Added 'ne' lookup type to docs/db-api
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@317 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-26 16:26:48 +00:00
Adrian Holovaty
786c750c40
Fixed #163 -- Added 'pk' database API option, which is a shorthand for (primary_key)__exact
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@316 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-26 16:11:43 +00:00
Adrian Holovaty
f14c98e44c
Fixed #203 -- Added explicit comma to tutorial 2. Thanks, sirpete@iki.fi
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@315 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-26 14:41:13 +00:00
Adrian Holovaty
7d574e8f76
Removed 'use_numeric_months' parameter in generic date views (from [308]) in favor of something more powerful -- you can now provide month_format and day_format, which are format strings that specify how you expect the month and day to be formatted in the URL.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@312 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-26 03:48:41 +00:00
Jacob Kaplan-Moss
5498dbe519
Fixed #196 : date-based generic views now have a "use_numeric_months" option if you'd like to use numeric months in the urls. Also fixed #183 while I was at it.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@308 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-25 22:07:04 +00:00
Adrian Holovaty
f6c4395329
Copy-edited docs from [303] and [304]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@306 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-25 17:18:39 +00:00
Adrian Holovaty
1c947e50c9
Cleaned up FAQ changes from [303]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@305 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-25 16:46:52 +00:00
Jacob Kaplan-Moss
371144f134
A bunch of generics: documentation of generic views; cleaned up existing generic views, and added create/update generic views.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@304 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-24 22:21:09 +00:00
Jacob Kaplan-Moss
8bd30b01e4
Added formfields/manipulators docs; added a few notes to the FAQ
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@303 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-24 19:02:22 +00:00
Adrian Holovaty
4ab1e196c4
Fixed #169 -- Thanks, django@gimbo.org.uk
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@301 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-23 15:47:06 +00:00
Adrian Holovaty
c2a5c49ac2
Fixed #153 -- Changed docs to use new ordering syntax
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@299 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-22 18:45:22 +00:00
Jacob Kaplan-Moss
e320a0936e
Added sqlite3 database backend -- somewhat tested, but probably not 100% perfect.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@288 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-22 03:15:43 +00:00
Adrian Holovaty
9c3c0bed33
Fixed typos in docs/url_dispatch from [282]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@286 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-21 19:45:36 +00:00
Adrian Holovaty
f8e5df6d7e
Fixed spelling error and reworded mod_python PythonInterpreter section of docs
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@285 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-21 19:42:51 +00:00
Jacob Kaplan-Moss
8b58f8b3ae
Fixed #141 -- thanks sdelatorre@gmail.com
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@284 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-21 19:19:01 +00:00
Jacob Kaplan-Moss
18749c0060
Rolled a number of comments into documentation; thanks to all those who contributed.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@283 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-21 19:05:10 +00:00
Jacob Kaplan-Moss
96d69c5b5f
Updated url dispatch docs to make it more clear that the prefix need not end in a dot
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@282 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-21 18:12:29 +00:00
Jacob Kaplan-Moss
df6feb54f2
Rolled comments on faq into the FAQ
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@281 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-21 18:03:25 +00:00
Jacob Kaplan-Moss
6bb7c50143
Rolled comments on tutorial 3 into document and cleaned up a few things.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@280 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-21 17:59:05 +00:00
Jacob Kaplan-Moss
2dfea67e34
No, [278] missed the actual bug; this should fix it
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@279 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-21 17:39:11 +00:00
Jacob Kaplan-Moss
8a285ec790
Fixed ReST bug in [277]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@278 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-21 17:38:28 +00:00
Jacob Kaplan-Moss
7af62f48e3
Added note about using different settings modules in the same virtual host
...
(thanks steadicat).
git-svn-id: http://code.djangoproject.com/svn/django/trunk@277 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-21 17:37:36 +00:00
Adrian Holovaty
52d761cc7a
Fixed #135 -- Added 'Multiple Django installations on the same Apache' to docs/mod_python.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@275 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-21 15:40:33 +00:00
Adrian Holovaty
8aa1645812
Changed tutorial docs to account for auto-reload on the development server
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@274 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-21 15:36:43 +00:00
Adrian Holovaty
c21f6ecee2
Fixed #92 -- meta.Admin 'fields' parameter is now optional. If it's not given, Django will use all editable fields by default. This cuts down on redundancy. Also updated relevant docs to reflect the change.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@265 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-21 03:46:16 +00:00
Adrian Holovaty
d330be0169
Added 'django-admin createsuperuser' and updated tutorial to use it instead of manually creating the user in the Python interactive prompt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@261 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-21 02:17:45 +00:00
Adrian Holovaty
0500321a4b
Added 'Serving media files' to docs/modpython.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@260 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-21 01:48:59 +00:00
Adrian Holovaty
903920a3d2
Fixed #103 -- Changed docs/install.txt to note there is no official version yet
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@258 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-21 01:33:13 +00:00
Adrian Holovaty
bc5359f754
Added optional rel_name parameter to ManyToManyField, which makes it possible to many-to-many-relate a single model to another model more than once. Also updated the model docs to reflect this
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@257 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-20 22:55:01 +00:00
Jacob Kaplan-Moss
d9656947db
Fixed #123 -- thanks jay!
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@255 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-20 21:41:43 +00:00
Jacob Kaplan-Moss
65bed3241d
Added note about ForeignKey("self"); fixes #100
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@254 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-20 21:24:03 +00:00
Adrian Holovaty
10ace9a124
Added clarification about 'django-admin.py sqlclear' to docs/tutorial01
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@253 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-20 21:01:47 +00:00
Jacob Kaplan-Moss
99a75541fd
Fixed small problem in [250]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@251 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-20 20:12:29 +00:00
Jacob Kaplan-Moss
e5a8c38fa1
Added "philosophy" sections to tutorials so they can be styled differently
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@250 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-20 20:10:35 +00:00
Adrian Holovaty
ec31445c52
Added '--settings' option to django-admin. This specifies which settings module to use, if you don't want to deal with setting the DJANGO_SETTINGS_MODULE environment variable. Refactored django-admin to use optparse. Updated the tutorials to use '--settings' instead of environment variables, which can be confusing.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@247 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-20 17:42:36 +00:00
Adrian Holovaty
039d121227
Added 'How can I customize the functionality of the admin interface?' to FAQ
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@237 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-20 01:34:08 +00:00
Adrian Holovaty
a881193693
Fixed typos and tightened up docs/url_dispatch.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@236 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-20 01:16:51 +00:00
Adrian Holovaty
76633e5499
Fixed inevitable ReST bug in [224]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@226 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-19 20:58:16 +00:00
Adrian Holovaty
9581c9ed96
Added better description of SlugField
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@225 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-19 20:51:00 +00:00
Adrian Holovaty
b0e1a1dda8
Changed docs/cache to add docs for site-wide caching, via the cache middleware
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@224 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-19 20:49:07 +00:00
Adrian Holovaty
12321ea962
Added 'Running a development server with mod_python' to docs/modpython.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@223 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-19 20:20:38 +00:00
Adrian Holovaty
3148adf91d
Added note about 'PythonDebug Off' to docs/modpython.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@222 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-19 20:08:17 +00:00
Adrian Holovaty
1dfc375e35
Added some more to docs/modpython.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@221 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-19 20:05:52 +00:00
Adrian Holovaty
21f152e9e5
Removed redundant word from docs/modpython.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@220 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-19 20:01:49 +00:00
Adrian Holovaty
c97d93ed56
Added note to tutorial02 on how to stop the development server on Unix vs. Windows
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@219 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-19 19:58:19 +00:00
Adrian Holovaty
c9f90060a5
Added 'How can I see the raw SQL queries Django is running?' to the FAQ
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@218 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-19 19:55:31 +00:00
Adrian Holovaty
3ad2a774a7
Added 'How to use Django with mod_python' -- docs/modpython.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@217 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-19 19:55:18 +00:00
Adrian Holovaty
258afd8fae
Fixed bug in example exception in tutorial03 -- thanks, Amit Upadhyay
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@214 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-19 18:34:25 +00:00
Adrian Holovaty
df66763406
Fixed #67 -- Human-readable name is now optional in model fields. If a second positional argument isn't given, Django will use the first argument, converting underscores to spaces. This change is fully backwards-compatible.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@212 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-19 17:20:37 +00:00
Adrian Holovaty
e243d82874
Fixed ReST formatting bug in db-api.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@211 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-19 15:44:04 +00:00
Wilson Miner
b68f26e42d
Added screenshots to admin css docs
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@210 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-19 15:39:15 +00:00
Wilson Miner
0bb0ad8d43
Fixed error in instructions for form labels.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@209 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-19 15:31:05 +00:00
Adrian Holovaty
5797066383
Added support for istartswith and iendswith in database API
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@207 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-19 15:24:03 +00:00
Adrian Holovaty
b617884ced
Fixed typo in tutorial03 -- thanks, Robin Munn
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@206 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-19 15:23:22 +00:00
Adrian Holovaty
bec9009d83
Changed tutorial03 to match the new error message from [193]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@202 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-19 14:41:08 +00:00
Adrian Holovaty
1062b1e042
Small formatting fix to tutorial03
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@201 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-19 05:58:19 +00:00
Adrian Holovaty
851b14deca
Word-wrapped some code examples in tutorial03
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@200 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-19 05:55:42 +00:00
Adrian Holovaty
09e825c746
Small formatting fix to tutorial03
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@199 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-19 05:52:54 +00:00
Adrian Holovaty
6fdb7c98e8
Small clarification to tutorial03
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@198 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-19 05:52:06 +00:00
Adrian Holovaty
b20bb2fc26
Fixed stupid error in tutorial03
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@197 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-19 05:50:33 +00:00
Adrian Holovaty
1f4379bcd4
Added docs/tutorial03
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@195 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-19 05:43:07 +00:00
Adrian Holovaty
73ea27ccb0
Fixed bug in [191]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@192 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-19 03:06:28 +00:00
Adrian Holovaty
2363af5782
Fixed #54 -- Corrected typos in urlconfs in docs/overview. Thanks, james!
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@191 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-19 02:22:11 +00:00
Adrian Holovaty
00f54d6cf6
Added scary warning about not using the development server in production environments
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@188 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-18 23:22:07 +00:00
Adrian Holovaty
b55b29c891
Changed tutorial2 to use 'django-admin runserver' instead of mod_python. Also updated WSGI mentions in the docs, now that we're WSGI-friendly.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@187 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-18 23:14:48 +00:00
Adrian Holovaty
34f749e506
Fixed #52 -- Corrected and clarified some things in docs/model-api. Thanks, Dobbes
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@184 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-18 20:53:02 +00:00
Adrian Holovaty
a7237aafac
Fixed #71 -- Changed default admin base_site template to use example.com instead of mysite.com. Thanks, pb@e-scribe.com
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@183 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-18 20:43:57 +00:00
Adrian Holovaty
0944653673
Added link to compiled Windows psycopg in docs/install.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@177 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-18 18:47:55 +00:00
Adrian Holovaty
32e9209dd9
Fixed #68 -- Changed reference to deprecated mod_python config in tutorial 2. Thanks, pb@e-scribe.com
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@176 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-18 18:10:41 +00:00
Adrian Holovaty
fbfa3d603e
Improved docs/install.txt to say you don't have to run 'setup.py install' if you're using SVN. Thanks, dp_wiz
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@173 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-18 14:03:56 +00:00
Adrian Holovaty
fe8ca41e63
Fixed #57 -- Added some more helpful mod_python information to tutorial 2 -- thanks, Manuzhai!
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@172 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-18 13:57:25 +00:00
Adrian Holovaty
dd85d8da10
Fixed #50 -- Fixed small bug in tutorial1 directory-listing example. Thanks, sirpete@iki.fi!
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@163 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-18 02:48:52 +00:00
Adrian Holovaty
fe3373c794
Fixed inevitable ReST bugs in [150]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@151 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-17 15:59:59 +00:00
Adrian Holovaty
f87473e12d
Fixed inevitable ReST bugs in [149]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@150 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-17 15:59:37 +00:00
Adrian Holovaty
7718319cbd
Fixed inevitable ReST bugs in [148]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@149 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-17 15:58:53 +00:00
Adrian Holovaty
ad8e55db9b
Added notes to documentation that MySQL support has not been comprehensively tested. Thanks, Simon!
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@148 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-17 15:53:56 +00:00
Adrian Holovaty
7e951c92f3
Changed tutorial01 to clarify how to set an environment variable in Windows. Thanks, JZ!
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@146 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-17 15:23:34 +00:00
Adrian Holovaty
136d78b86e
Fixed typo in template docs -- Thanks, Nicholas Riley and Robin Munn!
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@145 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-17 15:15:26 +00:00
Adrian Holovaty
0b62adddb2
Linked tutorial 2 to the admin CSS guide
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@144 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-17 06:30:31 +00:00
Adrian Holovaty
a1ef6aa10b
Fixed mistake in tutorial01 -- it mentioned expiration date by mistake. Thanks for the pointer, Barryp!
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@143 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-17 06:12:58 +00:00
Adrian Holovaty
c9cc6f87f9
Finished tutorial02 and added a link to it from tutorial01
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@142 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-17 06:11:33 +00:00
Adrian Holovaty
7ade767819
Tiny tweaks to tutorial02.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@141 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-17 05:54:43 +00:00
Adrian Holovaty
069bd054fd
Fixed small formatting errors in [139]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@140 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-17 05:53:34 +00:00
Adrian Holovaty
081f2f8c8d
Added 'Customize the admin change list' section to docs/tutorial02.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@139 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-17 05:52:07 +00:00
Adrian Holovaty
5162e4745f
Fixed the inevitable ReST bug in [137]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@138 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-17 05:22:48 +00:00
Adrian Holovaty
af86b4e4b1
Added 'Adding related objects' section to docs/tutorial02.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@137 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-17 05:21:19 +00:00
Adrian Holovaty
5e309eb6e4
Copy-edited model-API docs
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@136 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-17 04:20:57 +00:00
Adrian Holovaty
81215d7933
Improved tutorial02 to discuss login errors, linking to the FAQ
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@134 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-17 02:59:31 +00:00
Adrian Holovaty
4211bcb437
Added an example to one of the FAQ answers from [132]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@133 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-17 02:46:04 +00:00
Adrian Holovaty
364f3704b0
Added two admin login-related questions to the FAQ
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@132 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-17 02:43:18 +00:00
Adrian Holovaty
2b681e9203
Changed FAQ 'Who's behind this' to give our locations
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@131 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-17 02:21:54 +00:00
Adrian Holovaty
f926982800
Fixed ReST errors in docs/tutorial02.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@130 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-17 01:00:25 +00:00
Adrian Holovaty
c012d6ccf1
Added first part of docs/tutorial02.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@129 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-17 00:54:15 +00:00
Wilson Miner
b9ec05d4c0
Fixed formatting in admin css docs
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@121 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-16 22:19:10 +00:00
Adrian Holovaty
87b7703bd3
Fixed bug in template example in docs/overview.txt -- thanks, pbx!
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@115 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-16 21:17:58 +00:00
Adrian Holovaty
31cd933263
Copy-edited docs/faq.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@114 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-16 21:16:40 +00:00
Jacob Kaplan-Moss
058c526ef9
Rolled comments from template page into FAQ
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@112 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-16 17:13:20 +00:00
Jacob Kaplan-Moss
fca1ef1d15
Rolled comments from install and faq pages into those docs.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@111 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-16 17:01:38 +00:00
Adrian Holovaty
470db1208d
Changed docs/install.txt to add a short description of what mod_python is, and a link to the WSGI PEP
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@107 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-16 16:25:19 +00:00
Adrian Holovaty
b4168db4af
Changed tutorial01 so that it explicitly says: Make sure you've already created the database
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@104 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-16 16:01:34 +00:00
Wilson Miner
edba7a435f
Broadened scope of admin docs
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@103 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-16 14:41:31 +00:00
Adrian Holovaty
451cdae8ae
Added link to installation guide from docs/tutorial01.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@100 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-16 05:34:17 +00:00
Adrian Holovaty
e327294ade
Renamed docs/tutorial.txt to docs/tutorial01.txt in preparation for the long list of extremely helpful tutorials
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@99 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-16 05:20:04 +00:00
Adrian Holovaty
a5a3eca757
Fixed a bunch of ReST-related bugs in docs/tutorial.txt and made some improvements
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@98 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-16 05:19:28 +00:00
Adrian Holovaty
d30ffb4db6
Added docs/tutorial.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@97 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-16 04:55:40 +00:00
Adrian Holovaty
07c8a965b6
Fixed small typo in overview
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@90 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-16 02:40:24 +00:00
Adrian Holovaty
8c61d243df
Fixed tiny formatting bug in install.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@86 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15 22:45:03 +00:00
Adrian Holovaty
97daa07bfe
Added clarification about psycopg version 1, not version 2
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@85 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15 22:44:39 +00:00
Adrian Holovaty
3eaa0cf126
Changed docs/install to point out that you need Python DB bindings
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@84 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15 22:43:30 +00:00
Adrian Holovaty
7aed83c854
Fixed typo in install.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@78 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15 22:14:15 +00:00
Adrian Holovaty
158b54380e
Added a small clarification to doc/install.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@77 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15 21:53:20 +00:00
Adrian Holovaty
835240cf04
Added some spacing to doc/install.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@76 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15 21:52:16 +00:00
Adrian Holovaty
246402a233
Added Apache and DB instructions to doc/install.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@75 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15 21:51:05 +00:00
Jacob Kaplan-Moss
7fcae93850
Fixed small indentation error in [73]
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@74 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15 21:46:44 +00:00
Wilson Miner
6b68559c9a
Clarified template documentation
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@73 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15 21:44:19 +00:00
Jacob Kaplan-Moss
8d1623e68b
Fixed a few small errors in the install doc
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@72 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15 21:26:43 +00:00
Adrian Holovaty
0d2b5e33cd
Added docs/install.txt
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@71 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15 21:21:18 +00:00
Jacob Kaplan-Moss
4c4f135418
Added URL config documentation
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@70 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15 21:17:52 +00:00
Jacob Kaplan-Moss
c1c308468e
Fixed small error in overview doc
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@69 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15 20:53:17 +00:00
Jacob Kaplan-Moss
604cd7fe14
Yes yes yes -- more documentation improvements
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@67 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15 20:37:03 +00:00
Adrian Holovaty
64c0ae5204
Linked-up Apache, Python and PostgreSQL in the FAQ
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@63 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15 19:41:54 +00:00
Adrian Holovaty
b1ccec3d3d
Fixed typo in FAQ -- Thanks, nathancolgate
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@61 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15 19:38:35 +00:00
Adrian Holovaty
dc2933f73b
Fixed #3 -- Made OneToOneField act like ForeignKey and ManyToManyField. This is the last big API change before the official launch.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@59 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15 18:40:21 +00:00
Adrian Holovaty
7b47dcd773
Changed faq to add 'What does Django mean'
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@58 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15 17:59:30 +00:00
Jacob Kaplan-Moss
960644ab08
Added cache documentation
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@56 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15 17:05:43 +00:00
Adrian Holovaty
88ee7bb134
Fixed line length in faq
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@52 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15 16:29:26 +00:00
Adrian Holovaty
ce73f33a11
Made some changes to the FAQ
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@51 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15 16:19:53 +00:00
Jacob Kaplan-Moss
80b4e33f1a
More doc improvements: tweaks to the overview; added admin css documentation from wilson.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@50 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15 15:57:46 +00:00
Jacob Kaplan-Moss
0f40f3b757
More doc improvments: moved overview into doc system so it can be distributed with the package, and fixed a few spelling errors in templates doc ( fixes #31 ).
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@49 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15 15:31:20 +00:00
Jacob Kaplan-Moss
f7d619e4b9
Removed images from docs in favor of absolute urls
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@48 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15 15:14:04 +00:00
Jacob Kaplan-Moss
6708086edd
Fixed table layout issue
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@45 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15 00:54:49 +00:00
Jacob Kaplan-Moss
35d41699a9
Fixed another few small bugs in docs
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@44 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15 00:53:18 +00:00
Jacob Kaplan-Moss
0bbb48ccc5
Fixed a few broken links in docs
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@42 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15 00:48:28 +00:00
Jacob Kaplan-Moss
f19dbab514
Made a bunch of doc improvements
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@41 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15 00:42:28 +00:00
Jacob Kaplan-Moss
5fc13947fc
Fixed a couple of bugs in the docs.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@39 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-14 21:04:21 +00:00
Adrian Holovaty
26c6566215
Made some changes to db-api docs
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@32 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-14 19:25:13 +00:00
Jacob Kaplan-Moss
ef739404d3
Moved doc building script into django website dir
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@27 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-14 18:08:56 +00:00
Jacob Kaplan-Moss
ce079538c6
Added basic structure for django repository
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-13 19:08:56 +00:00
Jacob Kaplan-Moss
1cb1d9cd07
Moved django-docs to just plain docs
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-13 18:54:07 +00:00