summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2010-03-25Fixed #13200 -- Updated the DB session backend to make full use of routers, d...Russell Keith-Magee
2010-03-23Fixed #13177 -- Corrected usage of firstof in admin templates. Thanks to nomu...Russell Keith-Magee
2010-03-20Fixed `fieldlookup` docs cross-reference directive, and added it to the query...Justin Bronn
2010-03-16Fixed #10361 -- Added documentation for ComboField and MultiValueField form f...Gary Wilson Jr
2010-03-16Fixed #13120: Corrected typo in middleware doc. Thanks django@willhardy.com.au.Karen Tracey
2010-03-15Fixed #13014 - Added section about how to use the language code with fragemen...Jannis Leidel
2010-03-15Fixed #13045 - Add USE_L10N to the project skeleton settings.Jannis Leidel
2010-03-15Fixed #13114 -- Modified escapejs to produce output that is JSON compliant. T...Russell Keith-Magee
2010-03-11Fixed #13072: Corrected a few markup and formatting errors in the documentation.James Bennett
2010-03-11Fixed #13084: Corrected typo in error-reporting docs.James Bennett
2010-03-10Refs #12767 -- Modified the multi-db docs to remove the implication that cont...Russell Keith-Magee
2010-03-10Fixed #11711 -- clarified that ValuesQuerySets are not lists per se.Malcolm Tredinnick
2010-03-10Updated syndication framework porting notes.Malcolm Tredinnick
2010-03-10Fixed three small doc markup errors.Malcolm Tredinnick
2010-03-08Fixed #13058 - "smart if" template tag doesn't support "if not in ..." condit...Luke Plant
2010-03-08Fixed #12024: Changed admin code to avoid raising an exception when a field l...Karen Tracey
2010-03-08Fixed #12097 -- Cleaned up the documentation for ModelChoiceField and Multipl...Russell Keith-Magee
2010-03-08Fixed #12114 -- Clarified the existence of the reverse relation _set in the t...Russell Keith-Magee
2010-03-08Fixed #12811 -- Modified Tutorial 2 to indicate that the templating language ...Russell Keith-Magee
2010-03-08Fixed #12941 -- Added documentation for the connections dictionary. Thanks to...Russell Keith-Magee
2010-03-08Fixed #13013 -- Added missing {% csrf_token %} in example form.Russell Keith-Magee
2010-03-08Fixed #13037 -- Added documentation for the css_classes() helper class. Thank...Russell Keith-Magee
2010-03-07Fixed #13048: Corrected typo in email documentation.James Bennett
2010-03-06Fixed #12896. Documented the new side-effects of ModelForm validation.Joseph Kocherhans
2010-03-06Fixed #11680: Added a note in the error-reporting documentation about basic e...James Bennett
2010-03-06Fixed #13036: Corrected a typo in the documentation for the TEMPLATE_LOADERS ...James Bennett
2010-03-03Fixed #12969: Use versionadded directive for the new --symlinks option to the...James Bennett
2010-03-03Fixed #12601: Documented the slug field in the forms module.James Bennett
2010-03-03Fixed #12217: Documented the fact that serving flatpages from the flatpage mi...James Bennett
2010-03-03Fixed #11889: Documented the fact that context processors will overwrite pre-...James Bennett
2010-03-03Fixed #11883: Documented how to set a custom template name on a flatpage.James Bennett
2010-03-02Fixed #12946: Removed an invalid example of url tag usage from the docs.Karen Tracey
2010-03-01Fixed #5605: only lowercase the domain portion of an email address in `UserMa...Jacob Kaplan-Moss
2010-03-01Fixed #5786: relaxed the validation for usernames to allow more common charac...Jacob Kaplan-Moss
2010-03-01Fixed #12987 - Added a few versionadded directives to the admin docs. Thanks,...Jannis Leidel
2010-03-01Refined changes made in r12546 to also respect the request.LANGUAGE_CODE in c...Jannis Leidel
2010-02-27Fixed #12964 - wrong path for CSRF decorators in upgrading notes.Luke Plant
2010-02-26Fixed #12968 - Added missing versionadded/-changed doc markers for r12466. Th...Jannis Leidel
2010-02-26Fixed #12967 - Added missing versionadded/-changed doc markers for r11964. Th...Jannis Leidel
2010-02-26Fixed #1480 -- Added the ability to use the system timezone. Thanks to Ramiro...Russell Keith-Magee
2010-02-24Fixed #12958 -- Fixed typo I introduced in r12527. Thanks, mitchf.Justin Bronn
2010-02-24Fixed #7190. Boolean fields now return bool values instead of 1 or 0. Thanks,...Joseph Kocherhans
2010-02-24Fixed #12102 -- Corrected an example in the docs that suggested that you use ...Russell Keith-Magee
2010-02-24Fixed #11933 -- Added versionchanged marker for the cache_db session backend....Russell Keith-Magee
2010-02-24Fixed #11782 -- Added some Sphinx metadata to the file uploads documentation....Russell Keith-Magee
2010-02-24Fixed #12519 -- Corrected documentation on .raw() queries. Thanks to boralyl ...Russell Keith-Magee
2010-02-24Fixed #12538 -- Added a note that pickles aren't stable during version update...Russell Keith-Magee
2010-02-24Fixed #12880 -- Added some missing sphinx directives for module references. T...Russell Keith-Magee
2010-02-23Fixed #10258: handle duplicate file names better.Jacob Kaplan-Moss
2010-02-23Fixed #6298 - Added sample settings file to run the Django test suite (SQLite...Jannis Leidel