summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2010-05-09[1.1.X] Fixed #10712 -- Added documentation for the queryset() method on Mode...Russell Keith-Magee
2010-05-09[1.1.X] Fixed #11933 -- Corrected the naming of the cached_db session backend...Russell Keith-Magee
2010-05-09[1.1.X] Fixed #12040 -- Cleaned up the documentation describing how CurrentSi...Russell Keith-Magee
2010-05-09[1.1.X] Fixed #12278 -- Corrected an example usage of string_concat. Thanks t...Russell Keith-Magee
2010-05-09[1.1.X] Fixed #12412 -- Clarified the documentation around file handling by t...Russell Keith-Magee
2010-05-09[1.1.X] Fixed #12997 -- Added markup for methods in the queryset docs. Thanks...Russell Keith-Magee
2010-05-09[1.1.X] Fixed #13051 -- Corrected the documentation of URL namespacing to mat...Russell Keith-Magee
2010-05-09[1.1.X] Fixed #13282 -- Clarified documentation around week_day filtering in ...Russell Keith-Magee
2010-05-09[1.1.X] Fixed #13310 -- Documented the RESTRUCTUREDTEXT_FORMAT_SETTINGS setti...Russell Keith-Magee
2010-05-09[1.1.X] Fixed #13417 -- Clarified the use of the djangojs domain for translat...Russell Keith-Magee
2010-05-09[1.1.X] Fixed #13455 -- Clarified the interaction of values() and extra(). Th...Russell Keith-Magee
2010-05-09[1.1.X] Fixed #13497 -- Corrected various typos and markup problems in docs. ...Russell Keith-Magee
2010-05-09[1.1.X] Fixed #13499 -- Corrected typo in l10n docs. Thanks to selwin for the...Russell Keith-Magee
2010-05-08[1.1.X] Added hyperlinks for builtin template tags and filters to code sample...Luke Plant
2010-05-08[1.1.X] Fixed #13484 -- Added some newly available targets to the documentati...Russell Keith-Magee
2010-05-08[1.1.X] Fixed #13336 -- Corrected an incorrect example of cache header usage....Russell Keith-Magee
2010-05-08[1.1.X] Fixed #13471 -- Added example of send_mass_mail usage. Thanks to gtay...Russell Keith-Magee
2010-05-07[1.1.X] Fixed typo and small formatting mistake in docsLuke Plant
2010-05-06[1.1.X] Fixed #8357 -- Clarified what constitutes activity when calculating s...Russell Keith-Magee
2010-05-06[1.1.X] Fixed #12609 -- Updated FAQ on which version users should install. Th...Russell Keith-Magee
2010-05-06[1.1.X] Fixed #13420 -- Clarified grammar in the email docs. Thanks to Domini...Russell Keith-Magee
2010-05-03[1.1.X] Fixed #13099 - incorrect SQL for exclude() exampleKaren Tracey
2010-05-03[1.1.X] Fixed #12688 -- Removed typo in manager docs. Thanks, orokusaki for t...Karen Tracey
2010-04-15[1.1.X] Fixed #13184 -- Document the requirement that custom model fields usi...Russell Keith-Magee
2010-04-12[1.1.X] Fixed #11711 -- clarified that ValuesQuerySets are not lists per se.Karen Tracey
2010-04-12[1.1.X] Fixed two small doc markup errors. Karen Tracey
2010-04-06[1.1.X] Fixed #13270 - typos in documentationLuke Plant
2010-04-06[1.1.X] Fixed #13035 - Incorrect documentation regarding admin and default ma...Luke Plant
2010-04-06[1.1.X] Fixed #13268 - 'ForeignKeyField' in topics/db/queries.txtLuke Plant
2010-04-05[1.1.X] Fixed #13263 -- Corrected field name typo in queries documentation ex...Justin Bronn
2010-04-05[1.1.X] Fixed #13271 -- Corrected a typo in the signals documentation. Thank...Justin Bronn
2010-04-05[1.1.X] Fixed #11949 -- Added a hook to allow ModelAdmin customization of the...Russell Keith-Magee
2010-03-27[1.1.X] Fixed #13103 -- A bit of re-organization to the custom template `Mode...Gary Wilson Jr
2010-03-27[1.1.X] Fixed #13189 -- Fixed typo in code example, thanks to gabrielhurley f...Gary Wilson Jr
2010-03-27[1.1.X] Fixed #13202 -- Documented required libraries for markup template tag...Gary Wilson Jr
2010-03-23[1.1.X] Fixed #13177 -- Corrected usage of firstof in admin templates. Thanks...Russell Keith-Magee
2010-03-20[1.1.X] Fixed `fieldlookup` docs cross-reference directive, and added it to t...Justin Bronn
2010-03-16[1.1.X] Fixed #10361 -- Added documentation for ComboField and MultiValueFiel...Gary Wilson Jr
2010-03-15[1.1.X] Fixed #13114 -- Modified escapejs to produce output that is JSON comp...Russell Keith-Magee
2010-03-11[1.1.X] Corrected a markup error in middleware docs. Backport of applicable b...James Bennett
2010-03-11[1.1.X] Fixed #13084: Corrected typo in error-reporting docs. Backport of [12...James Bennett
2010-03-08[1.1.X] Fixed #12024: Changed admin code to avoid raising an exception when a...Karen Tracey
2010-03-08[1.1.X] Fixed #12097 -- Cleaned up the documentation for ModelChoiceField and...Russell Keith-Magee
2010-03-08[1.1.X] Fixed #12114 -- Clarified the existence of the reverse relation _set ...Russell Keith-Magee
2010-03-08[1.1.X] Fixed #12811 -- Modified Tutorial 2 to indicate that the templating l...Russell Keith-Magee
2010-03-07[1.1.X] Fixed #13048: Corrected typo in email documentation. Backport of [126...James Bennett
2010-03-06[1.1.X] Fixed #11680: Added a note in the error-reporting documentation about...James Bennett
2010-03-03[1.1.X] Fixed #12601: Documented the slug field in the forms module. Backport...James Bennett
2010-03-03[1.1.X] Fixed #12217: Documented the fact that serving flatpages from the fla...James Bennett
2010-03-03[1.1.X] Fixed #11889: Documented the fact that context processors will overwr...James Bennett