Adrian Holovaty
|
a698afe392
|
Fixed #3893 -- Changed docs/legacy_databases.txt examples to use manage.py instead of django-admin.py. Thanks, Kashif Razzaqui
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4965 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-09 01:47:15 +00:00 |
Adrian Holovaty
|
099022c6aa
|
Added note to docs/django-admin.txt about the examples using django-admin.txt but the examples being just as relevant for manage.py. Refs #3893
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4964 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-09 01:44:26 +00:00 |
Adrian Holovaty
|
7693000788
|
Fixed #3933 -- Updated docs/documentation.txt to reflect the lack of comments on documentation. Thanks, Paul B.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4960 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-09 01:13:49 +00:00 |
Adrian Holovaty
|
0498eb30cb
|
Fixed #3935 -- Fixed typo in docs/modpython.txt. Thanks, alexis@smirnov.ca
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4958 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-09 01:06:09 +00:00 |
Adrian Holovaty
|
7fd887b2d7
|
Fixed #3939 -- Fixed typo in docs/modpython.txt. Thanks, jack.mangels@mexpro.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4957 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-09 01:05:21 +00:00 |
Adrian Holovaty
|
1c12cb0f76
|
Fixed #3968 -- Fixed typo in docs/request_response.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4956 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-09 01:04:19 +00:00 |
Russell Keith-Magee
|
dabd96646c
|
Fixed #3790 -- Fixed a problem with sequence resetting during fixture loads when using Postgres. Thanks to Jon Ballard and scott@staplefish.com for the report, and to Zach Thompson for suggesting a solution.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4937 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-06 02:25:58 +00:00 |
Adrian Holovaty
|
87471549b3
|
Fixed #3913 -- Fixed legacy/confusing 'mysite.settings.main' in docs/faq.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4915 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-03 21:57:15 +00:00 |
Malcolm Tredinnick
|
b6f085aa43
|
Typo fix.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4903 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-01 07:36:06 +00:00 |
Malcolm Tredinnick
|
d882656ea3
|
Added the ability to name URL patterns. Helps with disambiguity reverse matches.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4901 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-01 07:25:20 +00:00 |
Adrian Holovaty
|
a071609a70
|
More ReST antics with docs/fastcgi.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4900 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-01 06:44:17 +00:00 |
Adrian Holovaty
|
9a6261a837
|
Fixed ReST error in docs/fastcgi.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4899 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-01 06:42:35 +00:00 |
Adrian Holovaty
|
9b6a518e17
|
Edited faq.txt and fastcgi.txt changes from [4897]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4898 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-01 06:40:01 +00:00 |
Malcolm Tredinnick
|
72dfcab0d4
|
Fixed #3047 -- Updated fastcgi documentation to mention SCGI and AJP support.
Thanks Barry Pederson and Simon Greenhill.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4897 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-01 06:00:45 +00:00 |
Malcolm Tredinnick
|
78b86d7eeb
|
Fixed #3889 -- Fixed incorrect anchor in link.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4895 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-01 05:32:44 +00:00 |
Adrian Holovaty
|
da1d001ce1
|
Edited docs/model-api.txt permalink changes from [4879]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4891 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-01 05:22:14 +00:00 |
Adrian Holovaty
|
99fbb7b62b
|
Documented HttpResponseBadRequest. Refs #3847 and [4867]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4890 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-01 05:18:47 +00:00 |
Russell Keith-Magee
|
f271e0896b
|
Fixed #2841 -- Clarified documentation on procedure for field validation. Thanks, dave@avaragado.org.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4886 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-01 01:25:01 +00:00 |
Russell Keith-Magee
|
9191fa1f64
|
Fixed #3532 -- Made spaceless template tag remove all spaces, rather than preserving a single space. Thanks for the suggestion, ampaze@gmx.net.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4885 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-01 01:09:21 +00:00 |
Malcolm Tredinnick
|
d7cf8eb406
|
Fixed #3540 -- Updated permalink documentation to fix an error and document how
to pass keyword arguments.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4879 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-31 11:35:06 +00:00 |
Malcolm Tredinnick
|
1ccdcbf765
|
Fixed #3801 -- Added note about double-escaping Windows paths when configuring
mod_python.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4877 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-31 09:40:27 +00:00 |
Malcolm Tredinnick
|
179b5b8422
|
Fixed #3840 -- Attempted to clarify how to specify the settings file
configuration for mod_python.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4864 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-30 06:16:41 +00:00 |
Adrian Holovaty
|
97e65d1c9d
|
Fixed ReST error in docs/webdesign.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4858 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-30 01:50:46 +00:00 |
Adrian Holovaty
|
d22e39c10d
|
Fixed #3799 -- Added django.contrib.webdesign and moved 'lorem' template tag into there
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4857 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-30 01:50:06 +00:00 |
Russell Keith-Magee
|
c1a73d80da
|
Fixed #3253 -- Included test errors in the return code.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4850 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-29 11:59:31 +00:00 |
Russell Keith-Magee
|
5f68a26ff4
|
Fixes #3799 -- Oops - ran last checkin from the wrong directory. Checked in the rest of the lorem templatetag implementation.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4848 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-29 11:43:24 +00:00 |
Russell Keith-Magee
|
4dab533f7e
|
Fixed #3858 -- Updated pieces of tutorial 1 to reflect recent changes. Thanks to Kashif Razzaqui for the report, and Simon for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4846 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-29 11:05:44 +00:00 |
Russell Keith-Magee
|
4a6c7e75c2
|
Fixed #3855 -- Fixed typo in testing docs. Thanks for the report adamduren@gmail.com, and thanks to Simon for working up the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4845 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-29 10:55:48 +00:00 |
Adrian Holovaty
|
e2937ef6a0
|
Fixed #3814 -- Fixed HTML typo in docs/templates.txt regroup section. Thanks, djangorat@shitsoftware.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4834 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-27 22:30:59 +00:00 |
Adrian Holovaty
|
9a2a9a9fe8
|
Fixed #3781 -- Improved docs/add_ons.txt to clarify use of contrib apps. Thanks, Simon G.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4833 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-27 22:18:52 +00:00 |
Adrian Holovaty
|
932928a1e2
|
Edited docs/templates.txt changes from [4830]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4832 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-27 19:02:32 +00:00 |
Jacob Kaplan-Moss
|
45f9217cbd
|
Cleaned up the docs from [4830] a bit.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4831 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-27 17:30:57 +00:00 |
Jacob Kaplan-Moss
|
d6fd9fb22b
|
Fixed #3826: added a {% with %}. Thanks, SmileyChris.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4830 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-27 17:25:56 +00:00 |
Adrian Holovaty
|
a5bb14ed2e
|
Fixed #3648 -- Added support for cmemcached Python library. Thanks, floguy@gmail.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4827 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-25 23:29:31 +00:00 |
Adrian Holovaty
|
9c10a2f118
|
Fixed #3793 -- Fixed grammar in docs/release_notes_0.96.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4826 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-25 23:22:37 +00:00 |
Adrian Holovaty
|
293d6cf284
|
Fixed #3816 -- Fixed typo in docs/sessions.txt. Thanks, jon austin
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4825 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-25 23:22:04 +00:00 |
Adrian Holovaty
|
5d079ee214
|
Added start of 'Creating custom fields' section to docs/newforms.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4819 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-25 21:06:12 +00:00 |
Adrian Holovaty
|
bd8c2fead8
|
Fixed typo in docs/django-admin.txt. Refs #3786
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4818 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-25 18:09:43 +00:00 |
Jacob Kaplan-Moss
|
ae7568b9c6
|
Removed note about setuptools from install.txt -- it's not correct any more.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4812 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-23 21:18:08 +00:00 |
Jacob Kaplan-Moss
|
334499d6f3
|
Fixed explicit reference to 0.95 in install.txt.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4811 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-23 21:16:32 +00:00 |
James Bennett
|
1c13d05043
|
Remove notes about things added/removed in development version, since the development version is about to become 0.96
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4804 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-23 20:45:30 +00:00 |
James Bennett
|
7155d7100c
|
One more typo in the notes
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4803 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-23 20:43:44 +00:00 |
James Bennett
|
a3d427138d
|
Hopefully finalized release notes
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4802 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-23 20:43:10 +00:00 |
James Bennett
|
05e248e5cd
|
Correcting formatting styles in release notes
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4801 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-23 20:42:32 +00:00 |
James Bennett
|
0cf10f0c28
|
Fix broken link in MySQLdb notes
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4800 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-23 20:41:19 +00:00 |
James Bennett
|
c858dfa217
|
Minor reordering of sections in 0.96 release notes
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4799 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-23 20:39:59 +00:00 |
James Bennett
|
af1aa1baea
|
Note non-availability of DATABASE_OPTIONS in mysql_old backend
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4782 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-23 14:01:14 +00:00 |
James Bennett
|
da8e722a63
|
Some work on the 0.96 release notes
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4781 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-23 06:25:54 +00:00 |
Russell Keith-Magee
|
6a7a155860
|
Clarified documentation on submission of multiple selections using test client.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4779 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-23 02:07:56 +00:00 |
Jacob Kaplan-Moss
|
2efd343a7c
|
Added draft release notes for 0.96 (which should be coming closer...)
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4778 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-03-22 22:16:53 +00:00 |