summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2009-07-15Fixed #11469 -- Removed suspicion that Django developers have trouble countin...Russell Keith-Magee
2009-07-15Fixed #10287 -- Added better examples in the docs of formset validation. Than...Russell Keith-Magee
2009-07-13Fixed #11416 -- Restored use of the never_cache decorator on admin views. Tha...Russell Keith-Magee
2009-07-11Fixed #11439 -- Added docs on including URL patterns as an iterable. Thanks t...Russell Keith-Magee
2009-07-11Fixed #11438 -- Corrected some bad grammar in the custom fields docs. Thanks ...Russell Keith-Magee
2009-07-11Fixed #11453 -- Added note on customizing SERVER_EMAIL for error reporting. T...Russell Keith-Magee
2009-07-11Fixed #11450 -- Corrected markup problem in contenttype docs. Thanks to sevea...Russell Keith-Magee
2009-07-11Fixed #11454 -- Corrected mismatched parenthesis in admin docs. Thanks to sev...Russell Keith-Magee
2009-07-03Fixed #11419 -- Corrected a minor typo in the admin docs. Thanks to jspeis fo...Russell Keith-Magee
2009-07-03Fixed #9669 -- Corrected an answer in the admin FAQ that is wrong in a post-n...Russell Keith-Magee
2009-07-03Fixed #9607 -- Added documentation for the ``extra`` argument in test client ...Russell Keith-Magee
2009-07-03Fixed #10426 -- Added note on language variables required for Apache to survi...Russell Keith-Magee
2009-07-03Fixed #11417 -- Corrected typo in MySQL collation notes. Thanks to vorushin f...Russell Keith-Magee
2009-07-03Fixed #10604 -- Added note on the limitation of ungettext, especially as rela...Russell Keith-Magee
2009-07-03Fixed #11413 -- Added notes on the cycle and firstof tag detailing that varia...Russell Keith-Magee
2009-07-03Fixed #10539 -- Updated Sphinx configuration to accommodate 0.6 while retaini...Russell Keith-Magee
2009-06-24Fixed #10741: Updated instructions on the best gettext package to get for Win...Karen Tracey
2009-06-24Fixed #8861 -- Added note on the availability of ModelForm.instance. Thanks t...Russell Keith-Magee
2009-06-24Fixed #10415 -- Added documentation for features added in r7627 and r7630; ex...Russell Keith-Magee
2009-06-24Fixed #11354 -- Remove stray whitespace in queryset docs. Thanks to flebel fo...Russell Keith-Magee
2009-06-24Fixed #11356 -- Added links to the growing collection of 3rd party database b...Russell Keith-Magee
2009-06-19Fixed #11344 -- Made a couple of minor clarifications to the mod_wsgi deploym...Karen Tracey
2009-06-18Made correction to documentation change from [11045].Russell Keith-Magee
2009-06-18Fixed #11221 -- Replaced a reference to a non-existent URL with an actual exp...Russell Keith-Magee
2009-06-18Fixed #10978 -- Clarified that the include statement is part of the urlpatter...Russell Keith-Magee
2009-06-18Fixed #11253 -- Normalized the way the docs refer to TestCase.assert* methods...Russell Keith-Magee
2009-06-18Fixed #11119 -- Corrected spelling error in 1.0 porting guide.Russell Keith-Magee
2009-06-18Fixed #11141 -- Corrected a code example in the admin docs. Thanks to jodal f...Russell Keith-Magee
2009-06-18Fixed #11322 -- Clarified docs regarding middleware processing. Thanks the Mi...Russell Keith-Magee
2009-06-18Fixed #11318 -- Grammar correction in modelform docs. Thanks to seemant for t...Russell Keith-Magee
2009-06-18Fixed #11312 -- Fixed the default value given for DEFAULT_FILE_STORAGE in the...Russell Keith-Magee
2009-06-18Fixed #11278 -- Clarified query documentation regarding bulk assignment of m2...Russell Keith-Magee
2009-06-18Fixed #11272 -- Made some clarifications to the overview and tutorial. Thanks...Russell Keith-Magee
2009-06-18Fixed #11339 -- Corrected typo in FAQ. Thanks Kellen.Karen Tracey
2009-06-18Refs #11336 -- Another dummy commit to force refresh of some index pages by S...Russell Keith-Magee
2009-06-17Fixed #11336 -- Dummy commit to force refresh of some index pages by Sphinx, ...Russell Keith-Magee
2009-06-17Fixed #11335 -- Corrected model reference in generic views doc. Thanks oyvind.Karen Tracey
2009-06-17Update to [11025]. This time, actually include the new generic views document...Russell Keith-Magee
2009-06-17Fixed #10336 -- Added improved documentation of generic views. Thanks to Jaco...Russell Keith-Magee
2009-06-17Fixed #9919 -- Added note on the need to mark transactions as dirty when usin...Russell Keith-Magee
2009-06-17Fixed #11328 -- Added missing imports in the sample urls.py from Tutorial 3. ...Russell Keith-Magee
2009-06-10Fixed #10801 -- Reverted a portion of [10371]. Practicality beats purity in t...Russell Keith-Magee
2009-06-10Fixed #10845 -- Clarified the examples for using ModelForms with fields or ex...Russell Keith-Magee
2009-06-10Fixed #10981 -- Clarified documentation regarding lazy cross-application rela...Russell Keith-Magee
2009-06-10Fixed #11056 -- Corrected reference to File class in storage docs. Thanks to ...Russell Keith-Magee
2009-05-27Fixed #11204 -- Corrected typo in the pluralize doc. Thanks martin and Smile...Karen Tracey
2009-05-27Fixed #11209 -- Added a note to doc on connection.queries that the logged sql...Karen Tracey
2009-05-27Fixed #11215 -- Replaced erroneous catch with except in testing doc. Karen Tracey
2009-05-26Fixed #11205 -- Made the links to the str method description look the same as...Karen Tracey
2009-05-26Fixed #11202 -- Removed mod_python information from FAQ, as it is no longer t...Karen Tracey