Jacob Kaplan-Moss
|
201a6cc192
|
One more tweak to [6309] - sorry for the noise.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6313 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-15 18:56:18 +00:00 |
Jacob Kaplan-Moss
|
8a48d490a1
|
Small reST tweak to [6309].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6311 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-15 18:54:31 +00:00 |
Jacob Kaplan-Moss
|
fc478a0fe8
|
Fixed #4437: added notes to the modpython auth handler documentation about using the handler with Apache 2.2. Thanks to Paul Bissex for the beginnings of the patch, and Graham Dumpleton for the rest of the info.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6309 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-15 18:52:29 +00:00 |
Adrian Holovaty
|
41e622e170
|
Fixed #5284 -- Documented never_cache decorator. Thanks, xbito
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6308 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-15 18:43:49 +00:00 |
Adrian Holovaty
|
d3c2dd30d6
|
Fixed #5484 -- Documented render_to_string. Thanks, ubernostrum
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6307 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-15 18:39:44 +00:00 |
Adrian Holovaty
|
0639474d01
|
Fixed #5449 -- Noted in docs/model-api.txt that the admin date selection always starts on a Sunday. Thanks, flother
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6304 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-15 18:33:03 +00:00 |
Adrian Holovaty
|
fb288d9557
|
Fixed #5275 -- Documented QuerySet.iterator(). Thanks, ubernostrum
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6303 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-15 18:31:50 +00:00 |
Adrian Holovaty
|
e90eb41a4a
|
Fixed #4234 -- Added docs/contenttypes. Thanks, ubernostrum
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6302 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-15 18:29:09 +00:00 |
Malcolm Tredinnick
|
388182b622
|
Fixed #3032 -- Added some useful methods and attributes so that AnonymousUser can proxy for a User a bit more logically. Patch from semenov.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6299 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-15 18:01:29 +00:00 |
Adrian Holovaty
|
bf3c1cf7bf
|
Fixed #4888 -- Fixed small confusion in docs/authentication.txt. Thanks, Piotr Lewandowski
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6297 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-15 17:48:59 +00:00 |
Adrian Holovaty
|
061ed82b22
|
Fixed #5430 -- Improved docs for running Django's own unit tests in docs/contributing.txt. Thanks, akaihola
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6295 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-15 17:44:14 +00:00 |
Adrian Holovaty
|
b7e90a0abd
|
Fixed #5495 -- Made some organization / spelling / grammar changes to docs/i18n.txt. Thanks, Axis_of_Entropy
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6294 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-15 17:32:53 +00:00 |
Adrian Holovaty
|
7b172de6fa
|
Fixed #5267 -- Documented that order_by('?') queries can be slow
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6293 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-15 17:30:23 +00:00 |
Adrian Holovaty
|
951ecbf7e6
|
Edited docs/newforms.txt changes from [6273]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6288 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-15 15:17:18 +00:00 |
Malcolm Tredinnick
|
8e970f4835
|
Fixed #5492 -- Removed some bad markup. Thanks, msaelices.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6286 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-15 14:46:41 +00:00 |
Russell Keith-Magee
|
ff25059ffb
|
Fixed #5357 -- Added documentation on the 'page' argument to generic object_list views. Thanks, mitja.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6280 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-15 11:19:35 +00:00 |
Malcolm Tredinnick
|
f0cd172cd0
|
Fixed #5387 -- Added is_multipart method to forms. Original patch from Petr Marhhoun. Tests and documentation from Murkt.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6273 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-15 10:12:05 +00:00 |
Malcolm Tredinnick
|
32ed883861
|
Fixed #5489 -- Updated docs to reflect the changes in [6177]. Thanks, msaelices.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6272 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-15 10:11:26 +00:00 |
Malcolm Tredinnick
|
8a17181b58
|
Fixed #5477 -- Added links from the markup filters to the more extensive documentation in the add-ons file. Patch from mitja.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6271 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-15 09:51:57 +00:00 |
Adrian Holovaty
|
16906ea793
|
Fixed #5024 -- Fixed potential error in docs/databases.txt related to MySQL 'passwd'. Thanks, ispivey@gmail.com and ubernostrum
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6261 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-15 05:00:21 +00:00 |
Adrian Holovaty
|
a604896042
|
Fixed #4692 -- Documented required database privileges. Thanks, ubernostrum
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6260 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-15 04:58:41 +00:00 |
Adrian Holovaty
|
4ed5eafe87
|
Fixed #5482 -- Fixed ReST error in docs/generic_views.txt. Thanks, ubernostrum and nickefford
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6258 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-15 04:53:35 +00:00 |
Adrian Holovaty
|
bdba94d78f
|
Fixed #5264 -- Specified Flup version in docs/fastcgi.txt. Thanks, akaihola and Nis Jorgensen
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6255 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-15 04:30:15 +00:00 |
James Bennett
|
ce53de47a2
|
Correcting inadvertent typo from [6224]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6251 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-15 01:02:45 +00:00 |
Adrian Holovaty
|
92e55fe8b1
|
Fixed #5432 -- Added docs/form_preview.txt. Thanks, ryankanno
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6247 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 23:15:40 +00:00 |
Adrian Holovaty
|
71796410ba
|
Fixed #5474 -- Improved docs/shortcuts.txt. Thanks, minarets and EyePulp
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6234 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 22:33:06 +00:00 |
Adrian Holovaty
|
8cf9a6d64b
|
Fixed #4245 -- Added documentation about permission error on OS X. Thanks, jacob@gridface.com and ubernostrum and others
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6224 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 21:48:50 +00:00 |
Adrian Holovaty
|
cadc6e8c9f
|
Fixed #4658 -- Improved documentation of linebreaks and linebreaksbr. Thanks, ubernostrum and Gary Wilson
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6223 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 21:46:38 +00:00 |
Adrian Holovaty
|
e259b8712a
|
Added stub of docs/shortcuts.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6215 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 21:09:38 +00:00 |
Adrian Holovaty
|
9cccf59db5
|
Fixed #5460 -- unique_together now accepts a single tuple for convenience. Thanks, Deryck Hodge
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6213 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 20:36:53 +00:00 |
Adrian Holovaty
|
55d6aebfec
|
Fixed #5394 -- REDIRECT_FIELD_NAME is now configurable. Thanks, Petr Marhoun, DavidReynolds and effbot
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6206 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 19:25:37 +00:00 |
Adrian Holovaty
|
0d52d2b2f9
|
Fixed #5342 -- Added max_length parameter to EmailField. Thanks, donspaulding and gwilson
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6205 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 19:22:43 +00:00 |
Adrian Holovaty
|
fe78237a22
|
Fixed #5376 -- Added --addrport option to the 'testserver' command. Thanks, toddobryan
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6204 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 19:17:15 +00:00 |
Jacob Kaplan-Moss
|
74b816ae9c
|
Fixed #4061: added docs on how to limit access to databrowse. Thanks, Nick Efford
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6201 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 18:59:20 +00:00 |
Adrian Holovaty
|
9f83beb372
|
Fixed #5464 -- Fixed typo in docs/newforms.txt. Thanks, ramiro
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6196 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 18:25:22 +00:00 |
Russell Keith-Magee
|
4b9148ac19
|
Fixed #5455 -- Fixed some backticks, quotes and typos in the settings documentation. Thanks, akaihola.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6191 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 16:40:42 +00:00 |
Adrian Holovaty
|
f7e1047b08
|
Edited docs/install.txt changes from [6178]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6190 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 15:33:42 +00:00 |
Adrian Holovaty
|
7ed3196536
|
Added 'New in Django development version' note to docs/request_response.txt change from [6164]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6189 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 15:21:30 +00:00 |
Malcolm Tredinnick
|
0f03d9b6cb
|
Fixed #5340 -- Fixed a broken link. Thanks, Justin Lilly.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6184 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 10:11:02 +00:00 |
Russell Keith-Magee
|
fa5e935af0
|
Fixed #5280 -- Minor typo in modpython docs. Thanks for the attention to detail, nsteinmetz@gmail.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6182 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 08:49:02 +00:00 |
Malcolm Tredinnick
|
36396fb430
|
Fixed #3766 -- Added in-memory caching for the sites framework. Will speed up all the "current site" lookups. Thanks, Matt Riggott.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6180 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 08:37:09 +00:00 |
Russell Keith-Magee
|
bc21612012
|
Fixed #4544 -- Updated docs for allowed field types in an admin list_filter. Thanks to Matt Croydon.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6179 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 08:29:51 +00:00 |
Malcolm Tredinnick
|
518bc15b21
|
Fixed #3902 -- Added some excellent notes about installing Django on Windows. Thanks, nick@efford.org.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6178 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 08:04:07 +00:00 |
Malcolm Tredinnick
|
e70d7e6064
|
Fixed #987 -- Convert relative URI portions into absolute URIs in HTTP Location headers. Based on a patch from SmileyChris.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6164 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 05:28:00 +00:00 |
Adrian Holovaty
|
dc785104b8
|
Fixed #5341 -- Clarified docs/db-api.txt docs about params in extra(). Thanks, Paul Smith
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6163 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 04:55:09 +00:00 |
Russell Keith-Magee
|
e336722fd1
|
Added documentation notes for new feature added in [6149].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6162 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 04:24:58 +00:00 |
Adrian Holovaty
|
4d25f8655b
|
Added 'New in Django development version' note to docs/generic_views.txt change from [6157]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6161 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 04:15:55 +00:00 |
Adrian Holovaty
|
6767849212
|
Edited docs/request_response.txt change from [6155]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6160 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 04:12:02 +00:00 |
Adrian Holovaty
|
e86d35879f
|
Edited docs/templates_python.txt change from [6143]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6159 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 04:04:51 +00:00 |
Russell Keith-Magee
|
2bec822ff3
|
Fixed #3895 -- Added ability to customize the context variable in the archive_index generic view. Thanks to marco.giusti@gmail.com and toke-django@toke.de.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6157 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 03:54:28 +00:00 |