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 |
Malcolm Tredinnick
|
813c48e6eb
|
Fixed #4726 -- Added a note about the exception raised by QuerySet.__getitem__.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6155 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 03:17:46 +00:00 |
Russell Keith-Magee
|
09145d2e5f
|
Fixed #208 -- Modernized the syntax of the cycle tag to allow for spaces and variables in cycle values. Thanks to SmileyChris and Chris McAvoy for their work on this.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6153 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 02:49:21 +00:00 |
Russell Keith-Magee
|
d14c756b5e
|
Fixed #4919 -- Added 'last' marker on paginators. Thanks to patrick@vonautomatisch.atfor the idea, and nick@efford.org for the patch and docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6149 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 01:52:10 +00:00 |
Malcolm Tredinnick
|
62fe5cf138
|
Fixed #3922 -- Added a warning that fields passed to form_for_model callback function should not be modified. It's bad for your health. Thanks, Philippe Raoult.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6148 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 01:45:26 +00:00 |
Malcolm Tredinnick
|
1e94ef85bf
|
Fixed #4360 -- Corrected where HTTP headers are in the test response. Also noted that it is an extension of HttpResponse, not a simpler object. Thanks, John Shaffer for the first part.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6147 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 01:21:34 +00:00 |
Russell Keith-Magee
|
87e77ffca0
|
Fixed #1795 -- Added page_range to paginators in generic list views. Thanks to polarcowz@gmail.com and Marc Fargas <telenieko@telenieko.com> for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6146 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 01:01:02 +00:00 |
Malcolm Tredinnick
|
4fd2b0ca77
|
Fixed #2319 -- Added a note that the sites framework is used by admin's view-on-site functionality. Based on a patch from David Reynolds.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6144 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 00:52:39 +00:00 |
Malcolm Tredinnick
|
1b0e588118
|
Fixed #4793 -- Tweaked custom filter documentation a little to possibly reduce some confusion. Thanks, SmileyChris.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6143 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-13 23:30:26 +00:00 |
Malcolm Tredinnick
|
ce249d4366
|
Fixed #4752 -- Make default ErrorList customisable in newforms display. Based on a patch from michal@logix.cz and SmileyChris.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6142 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-13 23:09:40 +00:00 |
Adrian Holovaty
|
28d27a77e8
|
Fixed #5409 -- Fixed logic error in docs/db-api.txt. Thanks, David Paccoud
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6126 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-13 14:41:38 +00:00 |
Adrian Holovaty
|
ed5a91f428
|
Fixed #5397 -- Fixed typo in docs/newforms.txt example. Thanks, zhaoz@u.washington.edu
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6124 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-13 14:38:25 +00:00 |
Adrian Holovaty
|
ced74d582a
|
Added 'Claiming tickets' section to docs/contributing.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6110 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-12 14:38:47 +00:00 |
Adrian Holovaty
|
db6093641c
|
Fixed #5406 -- Fixed spelling error in docs/model-api.txt. Thanks, Andrew Shearer
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6109 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-12 13:11:51 +00:00 |
Adrian Holovaty
|
4453f65c78
|
Combined two paragraphs in docs/contributing.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6085 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-10 03:46:43 +00:00 |
Adrian Holovaty
|
49e4e4f9ce
|
Attempted to bold part of docs/contributing.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6084 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-10 03:46:06 +00:00 |
Adrian Holovaty
|
b82a44d270
|
Added 'How to document new features' to docs/contributing.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6083 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-10 03:42:33 +00:00 |
Adrian Holovaty
|
3a3669e010
|
Fixed #5336 -- Altered an example in docs/fastcgi.txt. Thanks, Thomas Guttler
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6079 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-09 22:48:25 +00:00 |
Adrian Holovaty
|
5e19019bca
|
Added bullet to docs/contributing.txt about creating diffs from the top-level trunk directory
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6078 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-09 22:10:47 +00:00 |
Adrian Holovaty
|
84f6182494
|
Fixed broken link in docs/django-admin.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6077 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-09 22:01:33 +00:00 |
Adrian Holovaty
|
c853973110
|
Improved 'Examples of using different ports and addresses' section in docs/django-admin.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6076 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-09 22:00:30 +00:00 |
Adrian Holovaty
|
71504127fd
|
Fixed #5369 -- Refactored the django-admin.py help system, allowing each subcommand to register its own options. Thanks for the patch, Todd O'Bryan
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6075 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-09 21:57:59 +00:00 |
Adrian Holovaty
|
6f0bc3d02b
|
Fixed #5280 -- Fixed typo in docs/modpython.txt. Thanks, nsteinmetz@gmail.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6071 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-09 17:21:36 +00:00 |
Adrian Holovaty
|
9b07806aa1
|
Fixed #5340 -- Linked docs/templates.txt to docs/templates_python.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6070 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-09 17:18:36 +00:00 |
Gary Wilson Jr
|
a047f6a8fe
|
Fixed #5346 -- Fixed a couple typos in the model-api docs. Thanks, David Paccoud.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6069 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-08 19:30:16 +00:00 |
Russell Keith-Magee
|
e4342b7d28
|
Refs #5343 -- Reverted [6047]. Loading custom commands was causing the settings file to get read before the options could be processed to determine if a --settings option was present. Back to the drawing board (again)...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6050 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-05 14:01:31 +00:00 |
Adrian Holovaty
|
faaf2dad36
|
Updated docs/cache.txt section on 'dummy caching' to use the same example format as the other backends
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6049 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-04 22:44:35 +00:00 |
Russell Keith-Magee
|
9515b953f8
|
Fixed #5334 -- Added installation instructions for FreeBSD, and sorted the existing instructions by name. Thanks, Paul Bissex.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6048 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-04 13:09:59 +00:00 |
Russell Keith-Magee
|
f25b8cdbcd
|
Fixed #5212, #5222 -- Added the ability for users to register their own commands with django-admin. A previous attempt at this was introduced in [5923]-[5925], and rolled out in [5929].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6047 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-04 12:59:49 +00:00 |
Russell Keith-Magee
|
853f9c7db9
|
Fixed #5271 -- Fixed documentation reference to using the application name as an argument to manage.py validate. The recent management.py refactor exposed this error; it was silently ignored previously.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6040 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-03 13:13:10 +00:00 |
Russell Keith-Magee
|
3bf4ef0c77
|
Fixed #4988 -- In the test client, Added tracking of the client and request that caused a response so that the assertRedirects check can use the correct client when following a redirect. Well spotted, alex@gc-web.de.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6039 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-03 11:21:40 +00:00 |
Adrian Holovaty
|
8e3507cd3e
|
Fixed #4923 -- Fixed error in docs/authentication.txt. Thanks, djangotrac.20.skel@spamgourmet.org
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6037 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-03 06:16:47 +00:00 |
Adrian Holovaty
|
a07c1c5aa6
|
Fixed #5303 -- Fixed incorrect statement about PythonPath directive in docs/modpython.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6034 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-02 17:09:27 +00:00 |
Russell Keith-Magee
|
5ad08583e1
|
Fixed #4968 -- Added assertRedirects handling for paths with GET data. Thanks for the patch, Ivan Sagalaev.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6031 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-31 11:37:28 +00:00 |
Adrian Holovaty
|
33ab65dd1e
|
Made negligible capitalization fix to docs/db-api.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6027 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-31 04:30:20 +00:00 |
Gary Wilson Jr
|
4ea2afa4d5
|
Fixed #5257 -- Fixed typo in tutorial from [6006]. Thanks, Collin Grady.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6020 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-26 01:16:19 +00:00 |
Gary Wilson Jr
|
1a1a58c9f8
|
Fixed #3184 -- Changed the `unordered_list` template filter to use a more simple format, while maintaining backwards compatibility with the old format. `unordered_list` now works with a simple list of items. Thanks for the patch, SmileyChris.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6019 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-26 01:11:20 +00:00 |
Adrian Holovaty
|
32c729be10
|
Added note to docs/django-admin.txt section on 'testserver' that the server does not detect changes to Python code
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6017 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-25 23:56:33 +00:00 |
Adrian Holovaty
|
132605d889
|
Fixed #5086 -- The 'flush' and 'sqlflush' management commands no longer touch tables that Django is not aware of (tables that are not in INSTALLED_APPS and/or do not have associated models. Thanks for bringing this up, shaun@cuttshome.net
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6013 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-25 19:32:30 +00:00 |
Adrian Holovaty
|
de2881f9f2
|
Removed incorrect link that slipped in docs/db-api.txt in [6010]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6011 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-25 18:59:59 +00:00 |
Adrian Holovaty
|
b189e266ef
|
Fixed #5068 -- Fixed error in docs/db-api.txt. Thanks, Collin Grady and SmileyChris
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6010 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-25 18:58:36 +00:00 |
Adrian Holovaty
|
f8e26f5c2c
|
Fixed #5169 -- Fixed error in docs/settings.txt "404 errors" section. Thanks, rokclimb15@gmail.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6008 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-25 18:51:32 +00:00 |
Adrian Holovaty
|
eb2ce98b29
|
Fixed #5170 -- Made FileField a link in the ImageField section of docs/model-api.txt -- assuming the ReST gods are smiling on me today
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6007 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-25 18:48:32 +00:00 |
Adrian Holovaty
|
ce207949f3
|
Fixed #5195 -- Added notes to docs/tutorial01.txt about max_length and __unicode__() changes and 0.96 vs. development version. Thanks, ubernostrum
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6006 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-25 18:43:32 +00:00 |
Adrian Holovaty
|
62329dca05
|
Fixed #5209 -- Removed link to outdated screencast in docs/faq.txt. Thanks, Collin Grady
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6005 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-25 18:37:43 +00:00 |
Adrian Holovaty
|
b3103feead
|
Fixed #5256 -- Fixed incorrect use of super() in docs/newforms.txt example. Thanks, trey@ktrl.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6003 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-25 18:29:26 +00:00 |
Adrian Holovaty
|
a3a07af910
|
Fixed #5221 -- Fixed typo in docs/testing.txt. Thanks, derelm
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5989 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-21 02:35:01 +00:00 |
Malcolm Tredinnick
|
c06524bc2d
|
Fixed #4572 -- Added an example of form_for_instance usage in a full-fledged view. Based on a patch from toddobryan@mac.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5988 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-20 14:15:40 +00:00 |
Malcolm Tredinnick
|
14b5e074ba
|
Fixed #3311 -- Added naturalday filter to contrib.humanize. Thanks, Jyrki Pulliainen.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5985 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-20 08:50:08 +00:00 |
Adrian Holovaty
|
77a9b0cb1d
|
Edited docs/templates.txt change from [5938]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5948 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-19 21:02:36 +00:00 |
Malcolm Tredinnick
|
0a49719e7a
|
Used the url() function when adding a named URL pattern, mostly as an example of good practice and to introduce the function. Fixed #4908 (although it wasn't a bug).
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5946 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-19 15:08:48 +00:00 |
Malcolm Tredinnick
|
d1892edc9f
|
Added documentation of the arguments for the url() function.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5945 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-19 15:08:21 +00:00 |
Malcolm Tredinnick
|
e0c1ca7ef0
|
Fixed #5180 -- Added man pages for remaining files under django/bin/. We still need to rename some binaries before they can be safely installed, I suspect, so these aren't installed by default yet, but the groundwork is there now. Excellent job, Nick Efford!
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5942 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-19 11:59:20 +00:00 |
Malcolm Tredinnick
|
0a2337c9e3
|
Added links from any reference to the url template tag to the appropriate place in the template tag documentation. Fixed #5198.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5939 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-19 10:15:11 +00:00 |
Malcolm Tredinnick
|
79801f504f
|
Added a note that the development version supports named URL patterns in the url template tag.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5938 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-19 10:14:58 +00:00 |
Malcolm Tredinnick
|
cfd5b184fb
|
Clarified that urlize and urlizetrunc should only be applied to plain text. Refs #5202.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5937 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-19 08:50:51 +00:00 |
Malcolm Tredinnick
|
8b115c7fb8
|
Fixed #5154 -- Minor wording tweak.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5932 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-18 06:52:05 +00:00 |
Malcolm Tredinnick
|
24081d9959
|
Fixed #5166 -- Fixed a validation problem in one of the examples. Thanks, o.ekanem@gmail.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5930 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-18 06:13:15 +00:00 |
Russell Keith-Magee
|
04c77db2c3
|
Rolled out [5923]-[5925] due to breaking call_command().
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5929 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-18 05:58:59 +00:00 |
Malcolm Tredinnick
|
3b9b87792a
|
Fixed #5187 -- Minor doc tweaks. Thanks, Daniel Hahler.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5927 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-18 05:43:38 +00:00 |
Russell Keith-Magee
|
d743ccbc4b
|
Added some initial documentation on adding customized commands to django-admin.py.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5925 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-18 05:10:31 +00:00 |
Russell Keith-Magee
|
8dff1cd91d
|
Fixed #5189 -- Added logout method to test Client. Thanks, Jakub Wisniowski <restless.being@gmail.com>.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5916 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-17 14:20:25 +00:00 |
Adrian Holovaty
|
9c55bbdef7
|
Added 'django-admin.py testserver' command and docs
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5912 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-16 23:05:00 +00:00 |
Adrian Holovaty
|
49c438fd21
|
Changed django.test.utils.create_test_db to return the name of the test database that was created
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5910 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-16 22:46:00 +00:00 |
Adrian Holovaty
|
dc44e50e5d
|
Fixed #5181 -- Fixed typo in example in docs/testing.txt. Thanks, hayley
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5904 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-16 15:12:37 +00:00 |
Luke Plant
|
c568792e81
|
Added a reference for the claim in CSRF docs that GET requests
should be side-effect free.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5902 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-16 14:09:41 +00:00 |
Malcolm Tredinnick
|
7f06e44f99
|
Typo fix from [5896].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5897 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-15 12:29:15 +00:00 |
Malcolm Tredinnick
|
3835d8afec
|
Fixed #4296 -- Added more explanation around the PythonPath directory setting. Based on contributions from a cast of thousands (Simon Greenhill, Paul Bissex, Graham Dumpleton, ...). Thanks, all.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5896 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-15 12:25:21 +00:00 |
Adrian Holovaty
|
4f62b0a193
|
Fixed some ReST errors in docs/testing.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5891 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-15 05:30:23 +00:00 |
Adrian Holovaty
|
3bfda4fa62
|
Removed stray tabs mistakenly added to docs/testing.txt in [5889]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5890 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-15 05:28:29 +00:00 |
Adrian Holovaty
|
1ba9012d87
|
*Finally* edited docs/testing.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5889 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-15 05:24:18 +00:00 |
Russell Keith-Magee
|
543ab12c11
|
Fixed #5158 -- Minor typo in newforms docs. Thanks, hayley <djangocode@vortex.cx>.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5888 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-15 00:19:53 +00:00 |
Adrian Holovaty
|
6aae9b2aa4
|
Changed django.contrib.auth.views.login to use RequestSite if the sites framework is not installed -- i.e., the sites framework is no longer required to use this view. See also [5654]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5885 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-14 22:08:11 +00:00 |
Malcolm Tredinnick
|
56e28b4e8f
|
Fixed #5085 -- In generic views, set the default name for the slug field to 'slug'. Thanks, Trevor Caira.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5877 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-12 12:59:41 +00:00 |
Malcolm Tredinnick
|
c050b6a25a
|
Fixed #4946 -- Added some small improvements to Gzip middleware. Thanks, colin@owlfish.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5875 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-12 12:29:25 +00:00 |
Malcolm Tredinnick
|
9aa81c5401
|
Fixed #4942 -- Added an explanation that we see tickets as they are filed, automatically. Based on a suggestion from Nicola Larosa.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5872 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-12 10:47:10 +00:00 |
Malcolm Tredinnick
|
84bc65e137
|
Fixed #4941 -- Changed imports for interactive portion of the example to be consistent with the source code file, at the expense of slightly more typing required. This might help reduce some confusion. Thanks, John Shaffer.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5871 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-12 10:37:56 +00:00 |
Malcolm Tredinnick
|
a564adb8e1
|
Fixed #4914 -- Documented the Session.modified attribute for forcing session saves. Thanks, Thomas Güttler and SmileyChris.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5869 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-12 10:24:21 +00:00 |
Russell Keith-Magee
|
3d012a18ce
|
Added documentation for widgets in newforms.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5867 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-12 06:25:05 +00:00 |
Adrian Holovaty
|
dd0f5d9284
|
Fixed #4818 -- Improved 'Step 2' example in docs/databrowse.txt. Thanks, kevin@berndtgroup.net
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5866 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-12 03:59:09 +00:00 |
Adrian Holovaty
|
d1bef59905
|
Fixed #5110 -- Made a small clarification in docs/model-api.txt. Thanks, Jarek Zgoda
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5860 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-12 03:01:37 +00:00 |
Malcolm Tredinnick
|
20e3ae5222
|
Fixed #4987 -- Added documentation for newforms.DecimalField. Based on a patch from james_027@yahoo.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5855 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-11 12:10:23 +00:00 |
Malcolm Tredinnick
|
1d4a0054e3
|
Fixed #4762 -- Corrected an example. Thanks, Collin Grady and SmileyChris.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5851 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-11 11:06:14 +00:00 |
Malcolm Tredinnick
|
aca2761faf
|
Fixed #4611 -- Removed "new in development version" annotation for the permission_required decorator. It was in 0.96. Thanks, John Shaffer.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5850 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-11 11:05:59 +00:00 |
Malcolm Tredinnick
|
9864c9d8bf
|
Added "new in development version" annotation to HttpRequest.encoding documentation.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5846 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-11 09:47:52 +00:00 |
Malcolm Tredinnick
|
df1f76ac02
|
Documented the encoding attribute on the HttpRequest class.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5845 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-11 09:47:38 +00:00 |