django/docs
Russell Keith-Magee b9232cd955 Fixed #4538 -- Split the installation instructions to differentiate between installing a distribution package and installing an official release. Thanks to Carl Karsten for the idea, and Paul Bissex for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5676 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-07-12 14:41:32 +00:00
..
man Added a man page for django-admin.py. Also install it correctly as part of the 2007-06-10 06:33:31 +00:00
add_ons.txt Fixed misspelling in docs/add_ons.txt from [5432] 2007-06-07 21:41:41 +00:00
admin_css.txt Fixed #2845 -- Corrected a few spelling errors in the docs and changed a 2006-09-29 02:30:42 +00:00
apache_auth.txt Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris 2007-01-24 20:08:47 +00:00
api_stability.txt Fixed #4133 -- Fixed broken links in docs. Thanks, Gary Wilson 2007-04-24 05:58:03 +00:00
authentication.txt Fixed #4690 -- Fixed a bunch of ReST errors in docs. Thanks, Paul B. 2007-07-01 01:00:23 +00:00
cache.txt Fixed #4763 -- Minor typo in cache documentations. Thanks, dan@coffeecode.net. 2007-07-12 12:50:02 +00:00
contributing.txt Fixed #4745 -- Updated docs to point out that 0 is not a valid SITE_ID when running the tests. Thanks for the suggestion, Lars Stavholm <stava@telcotec.se>. 2007-07-12 12:48:27 +00:00
csrf.txt Negligible spacing changes to docs/csrf.txt to be consistent 2006-12-18 03:59:45 +00:00
databases.txt Added a note that MySQLdb versions prior to 1.2.1p2 will only work with 2007-04-20 13:33:09 +00:00
databrowse.txt Fixed #4217 -- Added note to docs/databrowse.txt about import. Thanks, Thomas Güttler 2007-05-14 03:29:13 +00:00
db-api.txt Fixed #4459 -- Added 'raw' argument to save method, to override any pre-save processing, and modified serializers to use a raw-save. This enables serialization of DateFields with auto_now/auto_now_add. Also modified serializers to invoke save() directly on the model baseclass, to avoid any (potentially order-dependent, data modifying) behavior in a custom save() method. 2007-07-12 07:45:35 +00:00
design_philosophies.txt Fixed #3385 -- Fixed broken link in docs/design_philosophies.txt 2007-01-29 00:25:14 +00:00
distributions.txt Fixed #4627 -- Added details on MacPorts packaging of Django. Thanks, Paul Bissex. 2007-07-12 12:55:28 +00:00
django-admin.txt Fixed #4690 -- Fixed a bunch of ReST errors in docs. Thanks, Paul B. 2007-07-01 01:00:23 +00:00
documentation.txt Fixed #4034 -- Updated docs/documentation.txt to reflect the removal of build_documentation.py 2007-05-02 20:27:37 +00:00
email.txt Edited docs/email.txt changes from [5550] 2007-06-30 21:20:25 +00:00
faq.txt Fixed #4668, #4669, #4670, #4671 -- Fixed a group of ReST markup errors. Thanks, Richard House. 2007-06-25 16:11:32 +00:00
fastcgi.txt Fixed #4525 -- Fixed mistaken documentation on arguments to runfcgi. Thanks, Johan Bergstrom <bugs@bergstroem.nu>. 2007-07-12 14:21:51 +00:00
flatpages.txt Fixed #4133 -- Fixed broken links in docs. Thanks, Gary Wilson 2007-04-24 05:58:03 +00:00
forms.txt Merged Unicode branch into trunk (r4952:5608). This should be fully 2007-07-04 12:11:04 +00:00
generic_views.txt Fixed #4668, #4669, #4670, #4671 -- Fixed a group of ReST markup errors. Thanks, Richard House. 2007-06-25 16:11:32 +00:00
i18n.txt Merged Unicode branch into trunk (r4952:5608). This should be fully 2007-07-04 12:11:04 +00:00
install.txt Fixed #4538 -- Split the installation instructions to differentiate between installing a distribution package and installing an official release. Thanks to Carl Karsten for the idea, and Paul Bissex for the patch. 2007-07-12 14:41:32 +00:00
legacy_databases.txt Fixed #4690 -- Fixed a bunch of ReST errors in docs. Thanks, Paul B. 2007-07-01 01:00:23 +00:00
middleware.txt Fixed #4764 -- Added reference to Locale middleware in middleware docs. Thanks, dan@coffeecode.net. 2007-07-12 13:41:27 +00:00
model-api.txt Fixed #4817 -- Removed leading forward slashes from some urlconf examples in the documentation. 2007-07-10 02:34:42 +00:00
modpython.txt Fixed #4722 -- Clarified discussion about PYTHONPATH in modpython docs. Thanks for the suggestion, Collin Grady <cgrady@the-magi.us>. 2007-07-12 13:32:00 +00:00
newforms.txt Merged Unicode branch into trunk (r4952:5608). This should be fully 2007-07-04 12:11:04 +00:00
outputting_csv.txt Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris 2007-01-24 20:08:47 +00:00
outputting_pdf.txt Updated reportlab user guide link in docs/outputting_pdf.txt. Thanks, Derek Lee-Wo 2007-02-10 03:39:14 +00:00
overview.txt Fixed #4817 -- Removed leading forward slashes from some urlconf examples in the documentation. 2007-07-10 02:34:42 +00:00
redirects.txt Fixed #4133 -- Fixed broken links in docs. Thanks, Gary Wilson 2007-04-24 05:58:03 +00:00
release_notes_0.95.txt Fixed a small typo. 2006-09-28 11:38:19 +00:00
release_notes_0.96.txt Fixed #4690 -- Fixed a bunch of ReST errors in docs. Thanks, Paul B. 2007-07-01 01:00:23 +00:00
request_response.txt Added HTTP_HOST example header 2007-04-23 21:24:41 +00:00
serialization.txt Fixed #4690 -- Fixed a bunch of ReST errors in docs. Thanks, Paul B. 2007-07-01 01:00:23 +00:00
sessions.txt Fixed #4201 -- Fixed pre-MR style code example in docs/sessions.txt. Thanks, Collin Grady 2007-05-02 22:10:12 +00:00
settings.txt Added CACHE_MIDDLEWARE_SECONDS to global settings and documentation (it's 2007-07-05 11:08:40 +00:00
sitemaps.txt Removed "new in development version" warning, since this feature was in the 2007-05-08 02:27:30 +00:00
sites.txt Added RequestSite class to sites framework 2007-07-12 05:28:04 +00:00
static_files.txt Fixed #4817 -- Removed leading forward slashes from some urlconf examples in the documentation. 2007-07-10 02:34:42 +00:00
syndication_feeds.txt Improved syndication feed framework to use RequestSite if the sites framework is not installed -- i.e., the sites framework is no longer required to use the syndication feed framework. This is backwards incompatible if anybody has subclassed Feed and overridden __init__(), because the second parameter is now expected to be an HttpRequest object instead of request.path 2007-07-12 05:29:32 +00:00
templates.txt Fixed #4522 -- Clarified the allowed filter arguments on the time and date filters. Thanks for the suggestion, admackin@gmail.com. 2007-07-12 14:11:41 +00:00
templates_python.txt Fixed #4640 -- Fixed import to stringfilter in docs. Proposed solution to move stringfilter into django.template.__init__ introduces a circular import problem. 2007-07-12 13:23:11 +00:00
testing.txt Fixed #4690 -- Fixed a bunch of ReST errors in docs. Thanks, Paul B. 2007-07-01 01:00:23 +00:00
transactions.txt Added 'Transactions in MySQL' section to docs/transactions.txt 2006-07-24 02:39:50 +00:00
tutorial01.txt Fixed #4814 -- Fixed some whitespace issues in tutorial01, thanks John Shaffer. 2007-07-10 02:45:11 +00:00
tutorial02.txt Fixed #4344 -- Trivial typo fix. 2007-05-21 03:48:52 +00:00
tutorial03.txt Fixed #4502 -- Clarified reference to view in tutorial. Thanks for the suggestion, Carl Karsten <carl@personnelware.com>. 2007-07-12 14:05:16 +00:00
tutorial04.txt Edited changes to docs/tutorial04.txt from [5649] 2007-07-12 04:44:45 +00:00
unicode.txt Form encoding should be changed only via HttpRequest, not on GET and POST 2007-07-05 01:25:05 +00:00
url_dispatch.txt Fixed #4817 -- Removed leading forward slashes from some urlconf examples in the documentation. 2007-07-10 02:34:42 +00:00
webdesign.txt Fixed ReST error in docs/webdesign.txt 2007-03-30 01:50:46 +00:00