summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2009-03-30[1.0.X]: Fixed #10076 -- Documented invalid arguments for `FileField`, based ...Gary Wilson Jr
2009-03-30[1.0.X]: Fixed #9944 -- Fixed a URL in tutorial four that was changed in the ...Gary Wilson Jr
2009-03-30[1.0.X]: Fixed #9914 -- Fixed field class name in models docs, patch from timo.Gary Wilson Jr
2009-03-30[1.0.X]: Fixed #9853 -- Added information to the model date/time fields to no...Gary Wilson Jr
2009-03-30[1.0.X]: Fixed some long lines and removed trailing whitespace.Gary Wilson Jr
2009-03-30[1.0.X] Fixed #10653 -- Update docs regarding Jython support. Thanks, Leo So...Justin Bronn
2009-03-24[1.0.X] Made a couple of cross-references in the model fields documentaiton c...Malcolm Tredinnick
2009-03-24[1.0.X] Fixed #10329 -- Added link target for get_FOO_display, get_next_by_FO...Russell Keith-Magee
2009-03-24[1.0.X] Fixed #10503 -- Clarified docs on the operation of the noop option to...Russell Keith-Magee
2009-03-24[1.0.X] Fixed #10434 -- Corrected FastCGI example. Thanks to vithlani.Russell Keith-Magee
2009-03-24[1.0.X] Fixed #10437 -- Corrected typo in Widget media example. Thanks to Man...Russell Keith-Magee
2009-03-24[1.0.X] Fixed #10570 -- Grammar fix for Manager docs. Thanks to adamv.Russell Keith-Magee
2009-03-24[1.0.X] Fixed #10591 -- Corrected link to Jython in docs. Thanks to framos.Russell Keith-Magee
2009-03-24[1.0.X] Fixed #10592 -- Corrected typo in initial-data howto. Thanks to Paul ...Russell Keith-Magee
2009-03-18[1.0.X] Corrected a problem with the database cache backend, and refactored t...Russell Keith-Magee
2009-03-15[1.0.X] Documented patterns for adding extra managers to model subclasses.Malcolm Tredinnick
2009-03-15[1.0.X] Clarified and expanded documentation for Manager.use_for_related_fields.Malcolm Tredinnick
2009-03-05[1.0.X] Clarified documentation regarding Oracle's treatment of nulls and emp...Ian Kelly
2009-03-04[1.0.X] Made it explicit if you accidentally override a Field from a parent m...Malcolm Tredinnick
2009-03-03[1.0.X] Minor update to documentation for many-to-many filter() calls.Malcolm Tredinnick
2009-03-02[1.0.X] Small edit to the caching docs.Malcolm Tredinnick
2009-02-28[1.0.X] Fixed #10377: Added clearer warning to database notes for cx_Oracle 5.0.James Bennett
2009-02-22[1.0.X] Fixed #9347 -- Added an entry in the field reference for the verbose_...Russell Keith-Magee
2009-02-22[1.0.X] Fixed #9939 -- Corrected minor error in model fields documentation. T...Russell Keith-Magee
2009-02-22[1.0.X] Fixed #10007 -- Corrected (and narrowed) a reference to the Python st...Russell Keith-Magee
2009-02-22[1.0.X] Fixed #10118 -- Clarified the error message raised when accessing a s...Russell Keith-Magee
2009-02-22[1.0.X] Fixed #10141 -- Added a missing import to the complex Feed example. T...Russell Keith-Magee
2009-02-22[1.0.X] Fixed #10298 -- Corrected the example for the get_list_or_404 shortcu...Russell Keith-Magee
2009-02-22[1.0.X] Fixed #10312 -- Corrected a link to the Reportlab user guide. Thanks ...Russell Keith-Magee
2009-02-21[1.0.X] Merged trunk changes [9850], [9851], [9852], [9853]Adrian Holovaty
2009-02-16[1.0.X] Auth-related doc cleanups:Gary Wilson Jr
2009-02-15[1.0.X] A few minor wording, whitespace, punctuation, and link changes for th...Gary Wilson Jr
2009-02-03[1.0.X] Corrected code block in apache auth docs.Gary Wilson Jr
2009-01-29[1.0.X] Fixed #8638 -- Added documentation on how to redirect email to a dumm...Russell Keith-Magee
2009-01-29[1.0.X] Fixed #10152 -- Fixed typo in porting guide. Thanks eagle-eyed anonym...Karen Tracey
2009-01-24[1.0.X] Fixed #10110 -- Added FAQ on how and when to poke the core developers...Russell Keith-Magee
2009-01-14A handful of fixes to django.contrib.comments:Jacob Kaplan-Moss
2009-01-09[1.0.X] Revised r9567 slightly to be backwards compatible with versions 1.0 -...Malcolm Tredinnick
2009-01-06[1.0.X] Refs #9935: Added a note in the documentation to the effect that Djan...Ian Kelly
2009-01-06[1.0.X] Documented that case-insensitive matching is not supported for non-ASCIIMalcolm Tredinnick
2009-01-03Added a link to RKM's blog in the committers file.Russell Keith-Magee
2008-12-26[1.0.X] Merged [9682], [9683] and [9684] from trunk. These were changes deali...Adrian Holovaty
2008-12-23[1.0.X] Fixed #9884 -- Corrected template example in model forms documentatio...Gary Wilson Jr
2008-12-23[1.0.X] Fixed #9902 -- Corrected misspelling in form validation documentation...Gary Wilson Jr
2008-12-23[1.0.X] Fixed #9896 -- Corrected a couple uses of `formset.forms`, thanks agl...Gary Wilson Jr
2008-12-23[1.0.X] Fixed #9780 -- Fixed an undefined internal link in the model forms do...Gary Wilson Jr
2008-12-22[1.0.X] Fixed #9904 -- Corrected name of storage method in files documentation.Gary Wilson Jr
2008-12-22[1.0.X] Changed some ReST formatting of headers (in forms/validation.txt).Malcolm Tredinnick
2008-12-21[1.0.X] Fixed #9898 -- Added a missing 'e' to 'one'. Thanks gizzywump. Also A...Karen Tracey
2008-12-16[1.0.X] Fixed #9431 -- Added extra validation for VARCHAR-based fields on MySQL.Malcolm Tredinnick