Django

Code

root/django/trunk/docs


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9558 [9558] 12/02/08 23:50:46 mtredinnick Fixed #9735 -- Documentation typo fix.
(edit) @9557 [9557] 12/02/08 23:50:11 mtredinnick Fixed #9734 -- Typo fix in the custom fields documentation, pointed out …
(edit) @9556 [9556] 12/02/08 23:49:37 mtredinnick Fixed #9740 -- Updated and correct usage of max_entries in cache …
(edit) @9555 [9555] 12/02/08 18:44:12 lukeplant Updated csrf docs with 'versionadded' info
(edit) @9554 [9554] 12/02/08 18:34:18 lukeplant New CsrfMiddleware? features: automatic exceptions for known AJAX and …
(edit) @9540 [9540] 12/01/08 23:58:15 mtredinnick Added a note to the SQLite database documentation mentioning that version …
(edit) @9539 [9539] 12/01/08 22:07:43 mtredinnick Added a short note to the modelforms documentation linking …
(edit) @9530 [9530] 11/24/08 16:01:48 jacob Fixed #6398: added an optional {% empty %} clause to the {% for %}
(edit) @9529 [9529] 11/24/08 16:01:24 jacob Fixed a small reST header glitch in docs/ref/templates/builtins.txt
(edit) @9527 [9527] 11/24/08 14:42:09 jacob Fixed #4924: added support for loading compressed fixtures. Thanks to Lars …
(edit) @9523 [9523] 11/21/08 11:47:47 kmtracey Remove the FAQ answer about a setuptools install error that references …
(edit) @9521 [9521] 11/21/08 11:41:08 kmtracey Fixed #9611 -- Noted in the FAQ answer about Python versions that some …
(edit) @9517 [9517] 11/21/08 10:25:05 kmtracey Fixed #9618: Corrected an error in some example code in the forms …
(edit) @9498 [9498] 11/18/08 23:26:31 ubernostrum Forward-port docutils fix from [9497].
(edit) @9496 [9496] 11/18/08 23:21:58 ubernostrum Add 1.0.2 release notes to trunk so they show up online
(edit) @9490 [9490] 11/18/08 01:33:35 adrian Greatly refactored the docs index to allow for more efficient use by power …
(edit) @9489 [9489] 11/18/08 01:32:38 adrian Renamed file-uploads.txt from 'topics-file-uploads' to …
(edit) @9487 [9487] 11/18/08 00:35:05 adrian Removed 'Most Web sites wouldn't be complete without a way to upload …
(edit) @9471 [9471] 11/16/08 03:35:30 mtredinnick Fixed #9472 -- Fixed a couple of URL patterns to be more consistent (and …
(edit) @9456 [9456] 11/14/08 23:57:39 ubernostrum One more correction to the release notes.
(edit) @9454 [9454] 11/14/08 23:51:25 mtredinnick Fixed #9477 -- Removed and edited a bunch of references to …
(edit) @9451 [9451] 11/14/08 23:36:30 ubernostrum Port [9450] forward to trunk.
(edit) @9449 [9449] 11/14/08 23:21:37 ubernostrum Add 1.0.1 release notes to trunk so they'll show up in the online docs.
(edit) @9435 [9435] 11/14/08 02:02:46 mtredinnick Fixed #9377 -- Clarified when cmemcached support was included in Django.
(edit) @9434 [9434] 11/14/08 02:01:01 mtredinnick Fixed #9531 -- Fixed some awkward wording in the docs. Thanks, gsf.
(edit) @9432 [9432] 11/14/08 01:49:51 mtredinnick Fixed #9507 -- Correct an example in the admin docs. Thanks, john_scott …
(edit) @9429 [9429] 11/14/08 01:38:55 mtredinnick Fixed #9594 -- Typo fix in the testing example.
(edit) @9428 [9428] 11/14/08 01:38:27 mtredinnick Fixed #9468 -- Fixed a misleading FAQ answer.
(edit) @9416 [9416] 11/13/08 17:43:25 kmtracey Quit being a complete mystery.
(edit) @9401 [9401] 11/12/08 05:48:57 russellm Fixed #9572 -- Corrected some documentation that misleadingly gave the …
(edit) @9398 [9398] 11/12/08 05:22:05 russellm Fixed #9351 -- Modified the test client to pass on URL encoded parameters …
(edit) @9390 [9390] 11/10/08 20:57:02 kmtracey Fixed #9567 - Removed an extraneous 'are'.
(edit) @9373 [9373] 11/09/08 13:01:34 kmtracey Fixed #9556 - typos in syndication docs. Thanks sedden.
(edit) @9355 [9355] 11/06/08 04:24:24 russellm Fixed #9518 -- Corrected example JSON snippet in fixture documentation. …
(edit) @9332 [9332] 11/02/08 15:38:44 kmtracey Fixed #9499: Corrected self-reference in test client put method doc. …
(edit) @9330 [9330] 11/02/08 14:43:20 kmtracey Fixed #9497 - Doc typos. Many thanks ramiro.
(edit) @9328 [9328] 11/01/08 23:17:59 kmtracey Fixed #9495 -- Corrected typo in urls doc. Thanks seemant.
(edit) @9323 [9323] 11/01/08 15:51:54 kmtracey Fixed #9337 -- Use a link to Jython that actually works. Thanks admackin.
(edit) @9318 [9318] 11/01/08 15:14:36 kmtracey Fixed #9374 -- Added missing close paren in serialization doc. Thanks …
(edit) @9316 [9316] 11/01/08 14:45:03 kmtracey Fixed #9441 -- Corrected typo in file upload settings doc. Thanks gsf.
(edit) @9314 [9314] 11/01/08 14:20:00 kmtracey Fixed #9412 -- Corrected a couple of typos in the custom model field doc. …
(edit) @9312 [9312] 11/01/08 14:02:09 kmtracey Fixed #9487 -- Corrected several links into the Python docs that were …
(edit) @9310 [9310] 11/01/08 13:04:36 kmtracey Fixed #9491 -- Added a missing 'the' in what to read next. Thanks mh983.
(edit) @9291 [9291] 10/28/08 14:00:49 kmtracey Fixed #8966 -- Changed is_safe for length_is filter to False, since its …
(edit) @9280 [9280] 10/25/08 22:10:13 ubernostrum Minor typo correction from [9279].
(edit) @9279 [9279] 10/25/08 22:09:29 ubernostrum Remove obsolete reference to "development version" in autoescaping docs.
(edit) @9268 [9268] 10/24/08 04:26:09 mtredinnick Fixed #9434 -- Added a note to the mod_python docs regarding …
(edit) @9267 [9267] 10/24/08 04:25:32 mtredinnick Fixed #9432 -- Revived documentation of ~Q usage.
(edit) @9266 [9266] 10/24/08 04:24:42 mtredinnick Fixed #9430 -- Fixed documentation references to the HttpResponse classes …
(edit) @9258 [9258] 10/24/08 02:16:23 mtredinnick Fixed #9424 -- Typo fix.
(edit) @9257 [9257] 10/24/08 02:15:52 mtredinnick Fixed #9420 -- Fixed an exception type in the documentation of …
(edit) @9256 [9256] 10/24/08 02:15:07 mtredinnick Fixed #9390 -- Restored some documentation about select_related() that …
(edit) @9255 [9255] 10/24/08 02:14:30 mtredinnick Fixed #9384 -- Fixed a couple of typos. Thanks, Thomas Güttler and romke.
(edit) @9219 [9219] 10/09/08 18:35:34 brosner Corrected a typo in the 1.0 porting guide.
(edit) @9217 [9217] 10/09/08 04:30:54 mtredinnick Fixed #9239 -- Somebody read my form validation docs from r9177 and found …
(edit) @9215 [9215] 10/09/08 04:19:47 mtredinnick Fixed #9325 -- Typo fix in the forms documentation.
(edit) @9193 [9193] 10/07/08 06:51:14 mtredinnick Fixed #9215 -- Added a view/template example of using pagination. Based on …
(edit) @9192 [9192] 10/07/08 06:49:50 mtredinnick Added a link to the "documentation" documentation in the contributing …
(edit) @9191 [9191] 10/07/08 06:48:11 mtredinnick Added a note about where custom manager specifications go in a model (for …
(edit) @9188 [9188] 10/07/08 04:23:40 mtredinnick Fixed #5888 -- Added methods to the test client to support HEAD, PUT, …
(edit) @9177 [9177] 10/06/08 06:21:11 mtredinnick Added a lot more explanation about form field validation, including …
(edit) @9176 [9176] 10/06/08 06:20:15 mtredinnick Fixed #7011 -- Clarified what User.is_active really means in the …
(edit) @9175 [9175] 10/06/08 06:18:30 mtredinnick Fixed #6979 -- Fixed the documentation cross-reference between the …
(edit) @9168 [9168] 10/06/08 03:32:35 mtredinnick Fixed #8768 -- Clarified that ugettext_lazy() results are unicode proxies …
(edit) @9167 [9167] 10/06/08 03:31:32 mtredinnick Fixed #8975 -- Added a note to the documentation for reverse() that all …
(edit) @9166 [9166] 10/06/08 03:30:02 mtredinnick Fixed #9254 -- Added information to the porting guide about the removal …
(edit) @9165 [9165] 10/06/08 03:29:05 mtredinnick Fixed #8688 -- Added a note about using a settings variable for the …
(edit) @9164 [9164] 10/06/08 03:28:18 mtredinnick Fixed a couple of markup errors in the documentation.
(edit) @9163 [9163] 10/06/08 03:27:24 mtredinnick Fixed #9047 -- Marked up django.core.urlresolvers.reverse() properly in …
(edit) @9155 [9155] 10/05/08 20:36:35 kmtracey Fixed #9212: Added code to check the xgettext version, and if it is lower …
(edit) @9153 [9153] 10/05/08 11:03:58 ubernostrum Add note to 1.0 porting guide about removal of dictionary access to HTTP …
(edit) @9146 [9146] 10/05/08 03:58:17 mtredinnick Changed the "write your own settings" recommendation to mention that …
(edit) @9143 [9143] 10/05/08 01:56:15 mtredinnick Fixed #8964 -- Added a note that MyISAM may not necessarily be the …
(edit) @9140 [9140] 10/05/08 01:39:26 mtredinnick Fixed a typo and clarified how django.core.mail.outbox works in the …
(edit) @9139 [9139] 10/05/08 01:38:59 mtredinnick Added django.contrib.markup to the docs contents page. Thanks, Marc …
(edit) @9134 [9134] 10/05/08 01:19:06 mtredinnick Fixed #9257 -- Fixed a small mismatch in text in part 2 of the tutorial.
(edit) @9133 [9133] 10/05/08 01:18:41 mtredinnick Fixed #9291 -- Tweaked a piece of example code slightly to set a good …
(edit) @9132 [9132] 10/05/08 01:18:08 mtredinnick Fixed #9301 -- Correct a markup typo in the docs.
(edit) @9131 [9131] 10/05/08 01:17:29 mtredinnick Fixed #9300 -- Typo fix in docs.
(edit) @9110 [9110] 10/02/08 07:57:13 russellm Promoted --verbosity to be a top level option for all management commands. …
(edit) @9105 [9105] 09/30/08 17:29:58 ubernostrum Fixed #9255: Removed now-obsolete warning about the old semantics of …
(edit) @9101 [9101] 09/30/08 12:45:58 adrian Rewrote bits of the cycle tag documentation, which was confusing -- it …
(edit) @9093 [9093] 09/28/08 23:09:39 mtredinnick Fixed #9234 -- Typo fix.
(edit) @9090 [9090] 09/27/08 22:08:30 mtredinnick Restored documentation about pickling QuerySets? (and how to only pickle …
(edit) @9085 [9085] 09/26/08 22:25:42 mtredinnick Fied #9169 -- Fixed a typo in a docs example. Thanks, jeremyb.
(edit) @9084 [9084] 09/22/08 06:10:39 russellm Fixed #8371: Added a note warning Windows users about the use of forward …
(edit) @9083 [9083] 09/22/08 06:07:35 russellm Fixed #8967: Added documentation for the 'through' option on a …
(edit) @9078 [9078] 09/21/08 02:43:58 ubernostrum Fixed #9149: Fixed reST error in syndication docs
(edit) @9072 [9072] 09/19/08 14:45:54 jacob Fixed heading levels in docs/internals/committers
(edit) @9071 [9071] 09/19/08 14:44:10 jacob Updated contributing documentation to contain the new release process and …
(edit) @9069 [9069] 09/18/08 10:57:47 russellm Fixed #9121: Corrected markup in the form preview docs. Thanks to Jarek …
(edit) @9068 [9068] 09/18/08 10:46:20 russellm Fixed #8955: Modified the sphinx configuration to generate LaTeX …
(edit) @9061 [9061] 09/17/08 02:59:05 mtredinnick Fixed some misordered markup for the ROOT_URLCONF setting in the …
(edit) @9054 [9054] 09/17/08 00:18:41 adrian Fixed #8546 -- Fixed error in request-response.txt where we were …
(edit) @9051 [9051] 09/16/08 23:52:25 adrian Fixed #9103 -- Added django.contrib.admin to the docs modindex (I think)
(edit) @9047 [9047] 09/16/08 00:58:53 adrian Fixed #9035 -- Reworded 'File uploads' link in docs index.txt to be …
(edit) @9044 [9044] 09/16/08 00:42:11 adrian Fixed #9091 -- Rephrased Variable() documentation. Thanks, telenieko
(edit) @9042 [9042] 09/16/08 00:31:00 adrian Edited some recent docs changes
(edit) @9041 [9041] 09/16/08 00:30:48 adrian Fixed #9097 -- Fixed typo in tutorial04.txt. Thanks, zhe
(edit) @9040 [9040] 09/16/08 00:22:08 adrian Edited forms/index.txt changes from [9030]
Note: See TracRevisionLog for help on using the revision log.