summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2008-10-06Fixed a couple of markup errors in the documentation.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9164 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-06Fixed #9047 -- Marked up django.core.urlresolvers.reverse() properly in theMalcolm Tredinnick
docs. It now appears in the index. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9163 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-06Fixed #9212: Added code to check the xgettext version, and if it is lower ↵Karen Tracey
than 0.15, undo an incorrect encoding to utf-8 done by xgettext. This bug was fixed in xgettext 0.15, but the most-easily-installed Windows gettext binaries are older (0.13.1), so we work around it. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9155 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-05Add note to 1.0 porting guide about removal of dictionary access to HTTP ↵James Bennett
request objects git-svn-id: http://code.djangoproject.com/svn/django/trunk@9153 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-05Changed the "write your own settings" recommendation to mention that DjangoMalcolm Tredinnick
uses tuples, but not making it a recommendation. That might head off the endless tuples vs. lists debates. Fixed #8846. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9146 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-05Fixed #8964 -- Added a note that MyISAM may not necessarily be the defaultMalcolm Tredinnick
storage engine for MySQL. Some packagers seem to like causing confusion. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9143 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-05Fixed a typo and clarified how django.core.mail.outbox works in the testing ↵Malcolm Tredinnick
framework. Fixed #9237. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9140 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-05Added django.contrib.markup to the docs contents page. Thanks, Marc Fargas.Malcolm Tredinnick
Refs #9237. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9139 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-05Fixed #9257 -- Fixed a small mismatch in text in part 2 of the tutorial.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9134 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-05Fixed #9291 -- Tweaked a piece of example code slightly to set a good exampleMalcolm Tredinnick
for others (now uses an encoding that is guaranteed to work for XML consumers). git-svn-id: http://code.djangoproject.com/svn/django/trunk@9133 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-05Fixed #9301 -- Correct a markup typo in the docs.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9132 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-05Fixed #9300 -- Typo fix in docs.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9131 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-02Promoted --verbosity to be a top level option for all management commands. ↵Russell Keith-Magee
Also added -v as a consistent short form of --verbosity. This is mostly to save Malcolm's poor arthritic fingers. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9110 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-30Fixed #9255: Removed now-obsolete warning about the old semantics of ↵James Bennett
__exact=None vs. __isnull=True git-svn-id: http://code.djangoproject.com/svn/django/trunk@9105 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-30Rewrote bits of the cycle tag documentation, which was confusing -- it ↵Adrian Holovaty
implied 'rowvar' was required git-svn-id: http://code.djangoproject.com/svn/django/trunk@9101 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-29Fixed #9234 -- Typo fix.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9093 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-28Restored documentation about pickling QuerySets (and how to only pickle theMalcolm Tredinnick
details for the query, rather than the results) from r7499. These were accidentally nuked in the docs refactor. We know who the offenders were. They will be made to sit in the corner on the naughty mat for a while. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9090 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-27Fied #9169 -- Fixed a typo in a docs example. Thanks, jeremyb.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9085 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-22Fixed #8371: Added a note warning Windows users about the use of forward ↵Russell Keith-Magee
slashes when specifying the DATABASE_NAME setting. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9084 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-22Fixed #8967: Added documentation for the 'through' option on a many-to-many ↵Russell Keith-Magee
field in the fields reference documentation. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9083 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-21Fixed #9149: Fixed reST error in syndication docsJames Bennett
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9078 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-19Fixed heading levels in docs/internals/committersJacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9072 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-19Updated contributing documentation to contain the new release process and ↵Jacob Kaplan-Moss
updated information about branches using DVCSes. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9071 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-18Fixed #9121: Corrected markup in the form preview docs. Thanks to Jarek ↵Russell Keith-Magee
Zgoda for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9069 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-18Fixed #8955: Modified the sphinx configuration to generate LaTeX ↵Russell Keith-Magee
documentation. Thanks to simonb for the report and fix. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9068 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-17Fixed some misordered markup for the ROOT_URLCONF setting in the docs.Malcolm Tredinnick
Fixed #9098. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9061 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-17Fixed #8546 -- Fixed error in request-response.txt where we were incorrectly ↵Adrian Holovaty
listing HttpResponse.content() in the 'Methods' section instead of the 'Attributes' section. Thanks, schmichael git-svn-id: http://code.djangoproject.com/svn/django/trunk@9054 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-17Fixed #9103 -- Added django.contrib.admin to the docs modindex (I think)Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9051 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-16Fixed #9035 -- Reworded 'File uploads' link in docs index.txt to be clearerAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9047 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-16Fixed #9091 -- Rephrased Variable() documentation. Thanks, teleniekoAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9044 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-16Edited some recent docs changesAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9042 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-16Fixed #9097 -- Fixed typo in tutorial04.txt. Thanks, zheAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9041 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-16Edited forms/index.txt changes from [9030]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9040 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-15Added mention of inclusion tags to reusable form templates documentationSimon Willison
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9035 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-15Fixed #9085: Modified some example form HTML to be XHTML, consistent with ↵Russell Keith-Magee
Django default rendering. Thanks to Jarek Zgoda for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9034 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-15Added documentation on creating reusable form templates; thanks for the ↵Simon Willison
suggestion, oggie rob git-svn-id: http://code.djangoproject.com/svn/django/trunk@9033 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-15Clarified the wording of the section on customizing form.errors within a ↵Simon Willison
field loop git-svn-id: http://code.djangoproject.com/svn/django/trunk@9032 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-15Added documentation of the Form class's custom __iter__ method to the forms ↵Simon Willison
API reference as well git-svn-id: http://code.djangoproject.com/svn/django/trunk@9031 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-14Added documentation for looping over a form's fields in a templateSimon Willison
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9030 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-14Fixed #9044: Corrected mistake in a closing tag in an example template. ↵Russell Keith-Magee
Thanks to Rick Vanderzwet for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9029 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-14Fixed #9032: Corrected some minor typos in the admin docs. Thanks to ↵Russell Keith-Magee
rduffield for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9028 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-14Fixed #9075: Added a call to close() in the example file upload handler. ↵Russell Keith-Magee
Thanks to Brendan (bmsleight) for the suggestion. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9027 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-14Fixed #9078: Added commas to the example URLconf lines so that they can be ↵Russell Keith-Magee
easily copied and pasted. Thanks to mo.longman@gmail.com for the suggestion. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9026 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-14Fixed #9077: Modified the database installation notes to point to somewhere ↵Russell Keith-Magee
useful, rather than initd.org's rant page about Trac. Thanks to velo for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9025 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-14Fixed #9067: Added a note that you can register a model with the admin ↵Russell Keith-Magee
without providing a ModelAdmin object. Thanks to Rob Hudson for the suggestion. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9024 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-14Fixed #9060: Clarified some language in the description of ↵Russell Keith-Magee
modelformset_factory. Thanks to gsf for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9023 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-14Fixed #9059: Corrected some markup in tutorial 4 that incorrectly identified ↵Russell Keith-Magee
a template variable as a function. Thanks to zen for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9022 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-14Fixed #9048: Corrected markup typo in tutorial 4. Thanks to gkelly for the ↵Russell Keith-Magee
report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9021 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-14Fixed #9046: Corrected a typo in the m2m intermediate docs. Thanks to djoume ↵Russell Keith-Magee
for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9020 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-14Fixed #9052: Corrected typo in file handling docs. Thanks to KiWiB0RG for ↵Russell Keith-Magee
the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9018 bcc190cf-cafb-0310-a4f2-bffc1f526a37