Commit Graph

528 Commits

Author SHA1 Message Date
Adrian Holovaty 7a132e2754 Fixed #1285 -- Fixed bug in docs/db-api.txt. Thanks, adrianob@gmail.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2228 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-02-02 05:13:39 +00:00
Adrian Holovaty 41fac5f9ef Added 'Does Django support multiple-column primary keys?' to FAQ
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2204 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-31 21:38:02 +00:00
Adrian Holovaty 4fd2b3eab9 Added 'When will you release Django 1.0?' to FAQ
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2187 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-30 22:04:17 +00:00
Adrian Holovaty 1dc65cb6ab Fixed #1271 -- Added a 'request' template context processor, which is not activated by default.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2133 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-27 15:55:04 +00:00
Adrian Holovaty 21305d50b7 Added 'My admin-site CSS and images showed up fine using the development server, but they're not displaying when using mod_python' to FAQ
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2123 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-24 21:42:38 +00:00
Adrian Holovaty 395b188423 Fixed typo in docs/email.txt. Thanks, Archatas
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2122 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-24 20:00:08 +00:00
Adrian Holovaty 14ea5bfef5 Added 'How do I automatically set a field's value to the user who last edited the object in the admin?' and 'How do I limit admin access so that objects can only be edited by the users who created them?' to the FAQ
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2120 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-23 23:22:45 +00:00
Adrian Holovaty 7ce571ef01 Added 'How can I download the Django documentation to read it offline?' to docs/faq.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2119 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-23 23:16:39 +00:00
Adrian Holovaty a07b704d8b Added 'Custom libraries and template inheritance' section to docs/templates.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2098 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-21 22:29:55 +00:00
Adrian Holovaty 09ef4c6fa9 Added link to washingtonpost.com from docs/faq.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2078 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-20 22:19:04 +00:00
Adrian Holovaty 01e514f510 Added note to docs/templates_python.txt about TEMPLATE_DIRS containing any path you want
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2077 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-20 20:33:40 +00:00
Adrian Holovaty 5355ec9992 Added section to docs/db-api.txt about ordering by fields in other tables
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2076 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-20 20:23:57 +00:00
Adrian Holovaty 78c8be9218 Small style cleanups to the recent changes in docs/i18n.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2059 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-19 01:08:42 +00:00
Adrian Holovaty 2e0fc1ff95 Fixed typo in URL in docs/templates_python.txt. Thanks, Luke Skibinski Holt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2049 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-18 16:46:30 +00:00
Georg Bauer 3b98bdc240 added a note on what to do when app developers want to provide translations for languages where there is no django-provided base translation.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2046 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-18 13:01:43 +00:00
Adrian Holovaty 6f3f25e733 Fixed bug in spaceless template-tag documentation. Thanks, Esaj
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2014 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-16 21:44:10 +00:00
Adrian Holovaty 017aa34ddb Added 'Comparing objects' section to docs/db-api.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1986 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-15 22:58:35 +00:00
Adrian Holovaty e449e5c805 Fixed #1227 -- Fixed problem with new {% spaceless %} tag. It now normalizes spaces to a single space rather than no spaces
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1969 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-15 05:18:17 +00:00
Adrian Holovaty 0eaee6f5d4 Fixed #1067 and #276 -- Added a {% spaceless %} tag, available in all templates
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1967 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-15 01:51:30 +00:00
Adrian Holovaty e702ec158f Fixed #1225 -- Added note to docs/tutorial01.txt that notes 2005 may not be current year.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1963 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-15 00:37:59 +00:00
Adrian Holovaty 19abf041bf Updated docs/tutorial02.txt to include extra sentence about remembering the 'admin' subdirectory
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1952 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-13 20:42:11 +00:00
Adrian Holovaty 46120b86e3 Fixed #1211 -- Fixed tiny typo in docs/forms.txt. Thanks, paolo
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1943 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-13 15:01:16 +00:00
Adrian Holovaty 5e6d6fafae Fixed #1202 -- Changed 'manage.py shell' to use IPython if present. Also added '--plain' option, which overrides IPython to use the standard Python interactive prompt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1930 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-12 20:56:10 +00:00
Jacob Kaplan-Moss 51f4e95cb7 Fixed #1206 -- fixed a small typo in docs/generic_views.txt (thanks, Matt)
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1929 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-12 19:01:58 +00:00
Adrian Holovaty 0041e84d67 Changed answer to 'Do you have any of those nifty screencast things?' in docs/faq.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1927 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-12 05:41:52 +00:00
Adrian Holovaty 1929d8e8f3 Fixed billion vs. million bug in docs/model-api.txt. Thanks, Armin
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1926 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-12 04:43:29 +00:00
Adrian Holovaty 6ad3191418 Added ROOT_URLCONF to docs/settings.txt. Thanks, poelzi
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1925 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-12 04:41:40 +00:00
Adrian Holovaty 6a0ba52223 Removed 'Subclassing Context: Custom subclasses' from docs/templates_python.txt because the same thing can be accomplished using DjangoContext processors
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1924 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-12 04:41:23 +00:00
Adrian Holovaty b125cafbfc Added more explanation to docs/email.txt 'Preventing header injection' section.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1923 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-12 03:02:19 +00:00
Adrian Holovaty 16efb33203 Updated tutorial01.txt to note possible error about DATABASE_ENGINE
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1912 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-11 17:48:41 +00:00
Adrian Holovaty 2e997f9a63 Updated docs/install.txt to note 0.91
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1911 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-11 15:56:15 +00:00
Jacob Kaplan-Moss e9727a857b Fixed error in docs/templates_python.txt (thanks, Alice)
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1909 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-11 14:46:38 +00:00
Adrian Holovaty ef60a399b3 Added 'Unit tests' section to docs/contributing.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1906 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-11 05:54:27 +00:00
Adrian Holovaty d062e6278d Fixed typo in docs/django-admin.py
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1905 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-11 05:54:13 +00:00
Adrian Holovaty 6e5c7d3899 Fixed typo in docs/django-admin.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1903 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-11 04:56:24 +00:00
Adrian Holovaty 5de00f785f Updated tutorials 1-4 to use manage.py instead of django-admin.py, new directory layout (no /apps/ subdirectory) and other various tweaks
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1901 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-11 02:06:27 +00:00
Adrian Holovaty 786e5477b7 Removed 'Only in Django development version' messages from the docs, because frozen docs for version 0.90 are now available
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1898 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-11 00:11:29 +00:00
Adrian Holovaty 6af37477bd Fixed #1116 -- Fixed two typos in docs. Thanks, Cheng
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1871 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-09 00:51:48 +00:00
Adrian Holovaty f02861fa93 Fixed bug in docs/request_response.txt. Thanks, Anders Hovmöller
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1868 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-08 23:41:33 +00:00
Adrian Holovaty bfd5ce8c41 Fixed #1189 -- Fixed typo in docs/forms.txt 'Place' model example. Thanks, Brian Ray
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1865 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-08 18:08:22 +00:00
Adrian Holovaty 0b6b89f222 Made another small clarification to docs/contributing.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1861 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-08 06:34:06 +00:00
Adrian Holovaty 682a137209 Made docs/contributing.txt example more detailed
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1860 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-08 06:32:52 +00:00
Adrian Holovaty e3ba51397a Added a few more bullets to docs/contributing.txt 'Committing code' section
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1858 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-08 06:30:56 +00:00
Adrian Holovaty 05c9a3b13f Added 'Committing code' section to docs/contributing.txt and made a few cleanups
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1857 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-08 06:24:17 +00:00
Georg Bauer 2bffee2e6c added a clarification on the location of the locale directory with appliations and projects
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1850 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-07 10:21:51 +00:00
Adrian Holovaty 7104000e52 Made some small changes to the Django FAQ
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1832 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-06 17:03:12 +00:00
Adrian Holovaty 3234a932b2 Fixed #1117 -- Added HttpResponsePermanentRedirect
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1816 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-03 23:57:14 +00:00
Adrian Holovaty 6cca806943 Added 'dummy' cache backend
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1815 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-03 23:41:31 +00:00
Adrian Holovaty 2bd833d462 Fixed #1156 -- Fixed typo in docs/url_dispatch.txt. Thanks, Brian Ray
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1813 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-02 18:22:43 +00:00
Adrian Holovaty c62369361b Updated settings.txt and templates_python.txt to clarify that TEMPLATE_DIRS requires Unix-style slashes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1808 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-31 01:46:04 +00:00