Django

Code

root/django/trunk/docs


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @7838 [7838] 07/04/08 21:34:37 mtredinnick Fixed #7626 -- Fixed a typo in the newforms docs.
(edit) @7827 [7827] 07/02/08 15:34:29 jacob Fixed a few typos in upload handling docs
(edit) @7816 [7816] 07/01/08 11:37:28 ubernostrum Fix a small typo in docs/upload_handling.txt
(edit) @7814 [7814] 07/01/08 10:10:51 jacob Fixed #2070: refactored Django's file upload capabilities. A description …
(edit) @7813 [7813] 07/01/08 07:25:59 mtredinnick Fixed #7185 -- Added a "ping_google" management command …
(edit) @7811 [7811] 06/30/08 21:17:24 mtredinnick Changed a documentation example that wasn't wrong to stop …
(edit) @7807 [7807] 06/30/08 08:05:47 mtredinnick Fixed #4081 -- Allow empty content in flatpages. Patch from ctrochalakis …
(edit) @7805 [7805] 06/30/08 07:34:29 russellm Fixed #7521 -- Added the ability to customize ROOT_URLCONF for the …
(edit) @7804 [7804] 06/30/08 07:25:03 mtredinnick Fixed #6612 -- Updated Apache auth recipe for Apache 2.2. Thanks, trbs.
(edit) @7792 [7792] 06/30/08 01:42:50 mtredinnick Fixed #7543 -- Typo fix. Thanks, James Turnbull.
(edit) @7791 [7791] 06/30/08 01:24:21 mtredinnick Fixed #7314 -- Changed the way extra() bits are handled when QuerySets? are …
(edit) @7757 [7757] 06/26/08 00:21:29 adrian Fixed #7482 -- Fixed an awkward wording in docs/model-api.txt. Thanks, …
(edit) @7754 [7754] 06/25/08 23:54:10 adrian Fixed #6201 -- Improved the {% cache %} template tag to allow the timeout …
(edit) @7751 [7751] 06/25/08 23:25:40 adrian Improved our tests so that they don't raise an error if setuptools isn't …
(edit) @7745 [7745] 06/25/08 22:59:15 adrian Various documentation edits
(edit) @7728 [7728] 06/23/08 07:57:11 russellm Fixed #6891 -- Clarified modelform usage documentation. Thanks to Eric …
(edit) @7719 [7719] 06/21/08 00:26:12 russellm Removed some cruft from the [7718] checkin.
(edit) @7718 [7718] 06/21/08 00:20:42 russellm Fixed #7513 -- Added a note on the dependencies that need to be installed …
(edit) @7717 [7717] 06/20/08 23:43:05 russellm Fixed a minor typo in some sample SQL. Thanks for the report, Glen Jarvis …
(edit) @7715 [7715] 06/20/08 12:18:58 lukeplant Added docs about urls.py and testing views for contrib apps
(edit) @7714 [7714] 06/20/08 10:34:51 lukeplant Updated information about unit tests, contrib apps in particular.
(edit) @7713 [7713] 06/20/08 07:10:13 lukeplant Fixed #3774 - primary_key=True does not, in fact, imply blank=False
(edit) @7704 [7704] 06/19/08 08:24:39 russellm Fixed #6719 -- Added a --traceback option to syncdb to provide a stack …
(edit) @7702 [7702] 06/19/08 07:13:43 russellm Fixed #7059 -- Added a note to the settings documentation reminding users …
(edit) @7681 [7681] 06/17/08 10:46:59 gwilson Refs #7216 -- Corrected typo, removed comma, trimmed trailing whitespace, …
(edit) @7678 [7678] 06/17/08 08:56:10 russellm Fixed #7216 -- Added a description on how to use named URLs with a …
(edit) @7677 [7677] 06/17/08 08:47:17 russellm Fixed #7200 -- Added newforms documentation for the FloatField?. Thanks, …
(edit) @7676 [7676] 06/17/08 08:37:31 russellm Fixed #7174 -- Corrected the default setting for TEMPLATE_LOADERS …
(edit) @7675 [7675] 06/17/08 06:22:03 russellm Fixed #7292 -- Removed reference to form_for_model in the form_preview …
(edit) @7674 [7674] 06/17/08 06:19:08 russellm Fixed #7470 -- Corrected typo in template docs. Thanks to …
(edit) @7656 [7656] 06/15/08 23:04:24 adrian Fixed #6944 -- Fixed a small typo in docs/model-api.txt. Thanks, julien
(edit) @7655 [7655] 06/15/08 23:03:25 adrian Fixed #6830 -- Changed the docs/tutorial01.txt reference to the IRC …
(edit) @7654 [7654] 06/15/08 23:01:33 adrian Fixed #6777 -- Made some text in docs/sessions.txt into internal links. …
(edit) @7649 [7649] 06/15/08 22:38:43 adrian Fixed #6993 -- Fixed a grammar error in docs/templates.txt. Thanks, Ionut …
(edit) @7648 [7648] 06/15/08 22:37:57 adrian Fixed #6980 -- Removed duplicate stuff in docs/django-admin.txt. Thanks, …
(edit) @7647 [7647] 06/15/08 22:35:50 adrian Fixed #6898 -- Fixed some typos in docs/templates_python.txt. Thanks, …
(edit) @7633 [7633] 06/14/08 09:19:28 russellm Fixed some stale documentation that was advising against the use of …
(edit) @7632 [7632] 06/14/08 08:44:49 russellm Fixed #6320 -- Clarified a few issues in the contribution docs surrounding …
(edit) @7625 [7625] 06/12/08 08:19:37 russellm Fixed #7327 -- Added documentation and test case for defining subqueries. …
(edit) @7621 [7621] 06/11/08 22:56:41 adrian Fixed #7194 -- Fixed typo in django-admin.txt. Thanks, jhlywa
(edit) @7619 [7619] 06/11/08 22:36:48 adrian Various documentation edits from the past few changesets
(edit) @7615 [7615] 06/11/08 09:01:35 russellm Fixed #7254 -- Added an '--exclude' option to dumpdata, allowing specific …
(edit) @7614 [7614] 06/10/08 23:34:03 ubernostrum Fixed #7397: corrected order of command names in docs/django-admin.txt
(edit) @7602 [7602] 06/09/08 21:52:16 russellm Fixed some linking errors in the FAQ.
(edit) @7600 [7600] 06/09/08 09:03:35 russellm Fixed #7350, #7202 -- Fixed serialization for multi-model inheritance, …
(edit) @7599 [7599] 06/08/08 13:38:36 jacob Added a note about manage.py createsuperuser requiring …
(edit) @7594 [7594] 06/08/08 02:24:00 ubernostrum Move "createsuperuser" docs down one slot to maintain alphabetical …
(edit) @7593 [7593] 06/08/08 02:23:05 ubernostrum Add documentation for the creatsuperuser target (added in [7590]) to …
(edit) @7592 [7592] 06/08/08 00:53:22 russellm Added some new entries to the FAQ regarding the mailing lists and …
(edit) @7590 [7590] 06/08/08 00:31:16 jacob Fixed #5614: added 'manage.py createsuperuser'. Thanks, programmerq.
(edit) @7586 [7586] 06/07/08 15:28:06 jacob Fixed #2548: added get/set_expiry methods to session objects. Thanks, Amit …
(edit) @7582 [7582] 06/06/08 10:27:21 russellm Fixed #7382 -- Added a reference to Pisa HTML2PDF in the PDF output docs. …
(edit) @7578 [7578] 06/06/08 08:50:02 russellm Fixed #7165 -- Added an assertNotContains() method to the test client. …
(edit) @7560 [7560] 05/29/08 07:02:11 russellm Fixed #7191 -- Removed leading slashes in description of the patterns that …
(edit) @7559 [7559] 05/29/08 06:56:32 russellm Fixed #7260 -- Corrected the description of the exception returned by …
(edit) @7555 [7555] 05/28/08 15:31:03 ubernostrum Big glaring warning in docs/flatpages.txt to remind people how response …
(edit) @7548 [7548] 05/24/08 00:15:21 russellm Fixed #7300 -- Corrected description of YAML in the serialization docs. …
(edit) @7546 [7546] 05/22/08 14:24:25 lukeplant Reverted mistaken r7545 r7545 was a mistake due to not accounting for …
(edit) @7545 [7545] 05/22/08 12:34:02 lukeplant Fixed documentation of 'description' option of Admin.fields to reflect …
(edit) @7538 [7538] 05/16/08 19:05:13 lukeplant Fixed title underline length
(edit) @7537 [7537] 05/16/08 18:24:36 lukeplant Added DEBUG_PROPAGATE_EXCEPTIONS setting that helps testing under e.g. …
(edit) @7510 [7510] 04/29/08 19:03:45 adrian Added 'Setting headers' and 'Telling the browser to treat the response as …
(edit) @7499 [7499] 04/28/08 09:14:41 mtredinnick Added the ability to pickle and unpickle QuerySets? and Query classes.
(edit) @7489 [7489] 04/27/08 19:59:09 adrian Edited some docs/db-api.txt changes
(edit) @7480 [7480] 04/27/08 06:55:47 mtredinnick Made a bunch of spelling corrections.
(edit) @7477 [7477] 04/26/08 21:50:16 mtredinnick Merged the queryset-refactor branch into trunk. This is a big internal …
(edit) @7411 [7411] 04/09/08 23:05:37 ubernostrum Fixed #6982; added an import statement to example in docs/modelforms.txt …
(edit) @7410 [7410] 04/09/08 19:26:12 russellm Fixed #6998 -- Corrected typo in Tutorial 4. Thanks, Peter Upfold.
(edit) @7409 [7409] 04/08/08 01:35:37 ubernostrum Another typo in docs/newforms.txt
(edit) @7408 [7408] 04/08/08 01:28:50 ubernostrum Fix a minor typo in docs/newforms.txt
(edit) @7388 [7388] 03/30/08 08:35:12 ubernostrum Fixed #6927: Corrected documentation describing when and why the auth …
(edit) @7387 [7387] 03/29/08 23:23:54 ubernostrum Remove an extraneous comma that I left behind in [7386], and clean up the …
(edit) @7386 [7386] 03/29/08 23:21:50 ubernostrum Clean up some awkwardness and confusion in the docs for …
(edit) @7380 [7380] 03/29/08 10:48:13 gwilson Fixed #6890 -- Removed duplicate instruction to rename the …
(edit) @7374 [7374] 03/27/08 10:14:57 jacob [docs] OK, I give up.
(edit) @7373 [7373] 03/27/08 10:13:05 jacob [docs] And even more svn:keywords fooling. Sorry about the timeline spam.
(edit) @7372 [7372] 03/27/08 10:11:10 jacob [docs] more svn:keywords fooling... I can never figure out how this works.
(edit) @7371 [7371] 03/27/08 10:05:40 jacob [docs] Added svn:keywords to docs/index.txt
(edit) @7370 [7370] 03/27/08 10:03:52 jacob Added the basics needed to build Django's docs using …
(edit) @7368 [7368] 03/27/08 09:15:00 jacob Tiny reST fix to testing.txt.
(edit) @7364 [7364] 03/26/08 03:25:48 mtredinnick Removed the ado_mssql database backend. It has not been maintained, …
(edit) @7361 [7361] 03/24/08 23:42:21 adrian Edited some docs changes from the past few days
(edit) @7357 [7357] 03/24/08 08:35:27 mtredinnick Fixed #6859 -- Greatly cleaned up the section on i18n pluralization …
(edit) @7338 [7338] 03/20/08 07:44:34 mtredinnick Changed the indenting level on a couple of subsections, since they're …
(edit) @7334 [7334] 03/20/08 02:16:16 mtredinnick Fixed #6616 -- Added an is_ajax() method to HttpRequest that uses the de …
(edit) @7331 [7331] 03/20/08 01:56:23 mtredinnick Fixed #6445 -- Allow model instances to be used as a default for …
(edit) @7329 [7329] 03/20/08 01:43:58 mtredinnick Fixed #5507 -- Use a more portable way to get at the system's tmpdir …
(edit) @7328 [7328] 03/20/08 01:35:53 mtredinnick Merged the tests and documentation from #4720 to support the changes in …
(edit) @7326 [7326] 03/19/08 18:10:45 jacob Fixed #4620: you can now easily add custom labels to ModelChoiceFields? via …
(edit) @7323 [7323] 03/19/08 17:29:11 jacob Fixed #5894: added FilePathField? to newforms. Thanks, Alex Gaynor.
(edit) @7315 [7315] 03/18/08 18:38:59 ubernostrum Fixed #6659: explained where "forloop.counter" comes from
(edit) @7314 [7314] 03/18/08 18:18:52 ubernostrum Fixed #6245: Added note about watching Django development when using the …
(edit) @7312 [7312] 03/18/08 17:36:30 ubernostrum Fixed #4783: Added a note that "admin media" means "media used by the …
(edit) @7311 [7311] 03/18/08 17:36:14 adrian Added docs/pagination.txt
(edit) @7309 [7309] 03/18/08 16:58:31 adrian Improved docs/generic_views.txt to note the new template context for the …
(edit) @7305 [7305] 03/18/08 16:13:12 ubernostrum Fixed #6266: Added note to docs/modelforms.txt pointing out that they're …
(edit) @7303 [7303] 03/18/08 15:58:39 ubernostrum Fixed #6382: Documented request.urlconf
(edit) @7302 [7302] 03/18/08 14:55:21 ubernostrum Fixed #6541: Corrected documentation of how the admin chooses a default …
(edit) @7301 [7301] 03/18/08 14:13:41 ubernostrum Fixed #6759: Corrected example of get_db_prep_save() in …
(edit) @7300 [7300] 03/18/08 14:02:24 ubernostrum Fixed #6683: corrected some typos in docs/newforms.txt. Thanks PJCrosier …
Note: See TracRevisionLog for help on using the revision log.