summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2008-10-06Fixed #9047 -- Marked up django.core.urlresolvers.reverse() properly in theMalcolm Tredinnick
2008-10-06Fixed #9212: Added code to check the xgettext version, and if it is lower tha...Karen Tracey
2008-10-05Changed the "write your own settings" recommendation to mention that DjangoMalcolm Tredinnick
2008-10-05Fixed a typo and clarified how django.core.mail.outbox works in the testing f...Malcolm Tredinnick
2008-10-05Fixed #9301 -- Correct a markup typo in the docs.Malcolm Tredinnick
2008-10-05Fixed #9300 -- Typo fix in docs.Malcolm Tredinnick
2008-09-29Fixed #9234 -- Typo fix.Malcolm Tredinnick
2008-09-22Fixed #8967: Added documentation for the 'through' option on a many-to-many f...Russell Keith-Magee
2008-09-16Edited some recent docs changesAdrian Holovaty
2008-09-16Edited forms/index.txt changes from [9030]Adrian Holovaty
2008-09-15Added mention of inclusion tags to reusable form templates documentationSimon Willison
2008-09-15Fixed #9085: Modified some example form HTML to be XHTML, consistent with Dja...Russell Keith-Magee
2008-09-15Added documentation on creating reusable form templates; thanks for the sugge...Simon Willison
2008-09-15Clarified the wording of the section on customizing form.errors within a fiel...Simon Willison
2008-09-14Added documentation for looping over a form's fields in a templateSimon Willison
2008-09-14Fixed #9044: Corrected mistake in a closing tag in an example template. Thank...Russell Keith-Magee
2008-09-14Fixed #9075: Added a call to close() in the example file upload handler. Than...Russell Keith-Magee
2008-09-14Fixed #9077: Modified the database installation notes to point to somewhere u...Russell Keith-Magee
2008-09-14Fixed #9060: Clarified some language in the description of modelformset_facto...Russell Keith-Magee
2008-09-14Fixed #9046: Corrected a typo in the m2m intermediate docs. Thanks to djoume ...Russell Keith-Magee
2008-09-14Fixed #9052: Corrected typo in file handling docs. Thanks to KiWiB0RG for the...Russell Keith-Magee
2008-09-12Fixed #9027 -- Corrected the documentation about can_delete default value. Th...Brian Rosner
2008-09-12Fixed #9056 -- Corrected a typo in topic/forms/modelforms.txt documentation. ...Brian Rosner
2008-09-11Edited i18n.txt changes from [9009]Adrian Holovaty
2008-09-11Clarified i18n docs concerning verbose_name and verbose_name_plural - fixes #...Simon Willison
2008-09-09Fixed #8958 -- Fixed typo in cache.txt. Thanks, benwalton@gmail.comAdrian Holovaty
2008-09-09Fixed #8979 -- Made a bunch of typo/formatting fixes to the docs. Thanks, ramiroAdrian Holovaty
2008-09-07Small wording improvements to cache.txtAdrian Holovaty
2008-09-07Fixed #8924 -- Corrected a couple typos in queries documentation, thanks arien.Gary Wilson Jr
2008-09-06Fixed #8883 -- Fixed some glitches in model reference. Thanks, arienAdrian Holovaty
2008-09-06Fixed #8894 -- Fixed typo in modelforms.txt. Thanks, koblaid@web.deAdrian Holovaty
2008-09-03Fixed #8849: added some more "new in 1.0" flags. Thanks, ramiro.Jacob Kaplan-Moss
2008-09-03Fixes #8847 - a bunch of cleanups to the i18n docs. Thanks, ramiro!Jacob Kaplan-Moss
2008-09-03Fixed #8701, a couple of bad links in the docs.Jacob Kaplan-Moss
2008-09-03Fixed #8829: Corrected typo in docs/topics/forms/index.txtJames Bennett
2008-09-02Fixed #8788: fixed a few typoes in [8805]. Thanks, Matthew Flanagan and mir.Jacob Kaplan-Moss
2008-09-02Improved the docs even more.Brian Rosner
2008-09-02Added some docs on model formsets in views.Brian Rosner
2008-09-02Fixed #7154 -- Inherit all model managers from abstract base classes.Malcolm Tredinnick
2008-09-02Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...Jacob Kaplan-Moss
2008-09-01Fixed #8759 -- Corrected a typo in example code. Thanks James Tauber for the ...Brian Rosner
2008-09-01Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django...Jacob Kaplan-Moss
2008-09-01Fixed #8209: `ModelForm`s now validate unique constraints. Alex Gaynor did mu...Jacob Kaplan-Moss
2008-09-01Fixed #8728: Corrected some broken links in the documentationJames Bennett
2008-09-01Fixed #8705: Corrected some formatting issues in models documentationJames Bennett
2008-09-01Fixed #8730: Incorporated (with minor changes) additions/enhancements to one-...James Bennett
2008-08-31A rewrite of the reverse URL parsing: the reverse() call and the "url" templa...Malcolm Tredinnick
2008-08-31Fixed #8641: Documented the fact that file-saving methods must receive a File...James Bennett
2008-08-31Fixed #7654: Documented the fact that file upload handlers must be modified b...James Bennett
2008-08-31Fixed #8533: restored model inheritance docs, and updated one-to-one docs to ...James Bennett