summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2010-05-10Fixed #12505 -- Clarified the use of the extra argument in formsets. Thanks t...Russell Keith-Magee
2010-05-10Fixed #12517 -- Corrected get_prep_lookup example in custom field docs. Thank...Russell Keith-Magee
2010-05-10Fixed #12621 -- Corrected grammar error in custom template tag docs. Thanks t...Russell Keith-Magee
2010-05-10Fixed #12678 -- Corrected a few references to Queryset into QuerySet. Thanks ...Russell Keith-Magee
2010-05-10Fixed #12984 -- Corrected typo in signals docs. Thanks to kcharvey for the re...Russell Keith-Magee
2010-05-10Fixed #13002 -- Corrected description of the default form base class in Inlin...Russell Keith-Magee
2010-05-10Fixed #12229 -- Added documentation of the FieldFile methods that are exposed...Russell Keith-Magee
2010-05-10Fixed #13341 -- Clarified default arguments to the RegexValidator. Thanks to ...Russell Keith-Magee
2010-05-10Fixed #13158 -- Clarified that OneToOneField is a better option for User prof...Russell Keith-Magee
2010-05-10Fixed #13329 -- Corrected markup problem with URL pattern in generic views do...Russell Keith-Magee
2010-05-10Fixed #13333 -- Corrected typo in whatsnew docs. Thanks to cicatrix1 for the ...Russell Keith-Magee
2010-05-10Added exceptions reference page to the API reference index.Russell Keith-Magee
2010-05-09Fixed #13317 - Clarified documentation about how the blocktrans and trans tem...Jannis Leidel
2010-05-09Fixed #6842 -- Added reference documentation on Django's exceptions. Thanks t...Russell Keith-Magee
2010-05-09Fixed #6039 -- Modified Atom example to be standard compliant. Thanks to ion....Russell Keith-Magee
2010-05-09Fixed #13316 -- Added clarifying note about cross-database relations.Russell Keith-Magee
2010-05-09Fixed #6752 -- Corrected the interaction of the safe template filter with oth...Russell Keith-Magee
2010-05-09Fixed #10712 -- Added documentation for the queryset() method on ModelAdmin. ...Russell Keith-Magee
2010-05-09Fixed #11933 -- Corrected the naming of the cached_db session backend. Thanks...Russell Keith-Magee
2010-05-09Fixed #12040 -- Cleaned up the documentation describing how CurrentSiteManage...Russell Keith-Magee
2010-05-09Fixed #12278 -- Corrected an example usage of string_concat. Thanks to loumz ...Russell Keith-Magee
2010-05-09Fixed #12412 -- Clarified the documentation around file handling by the test ...Russell Keith-Magee
2010-05-09Fixed #12643 -- Added link to the ModelForm documentation clarifying the spec...Russell Keith-Magee
2010-05-09Fixed #12997 -- Added markup for methods in the queryset docs. Thanks to Rami...Russell Keith-Magee
2010-05-09Fixed #13051 -- Corrected the documentation of URL namespacing to match the t...Russell Keith-Magee
2010-05-09Fixed #13100 -- Clarified the model validation rules around full_clean(). Tha...Russell Keith-Magee
2010-05-09Corrected typo from r13154.Russell Keith-Magee
2010-05-09Fixed #13101 -- Added multi-db info about debugging queries. Thanks to David ...Russell Keith-Magee
2010-05-09Fixed #13282 -- Clarified documentation around week_day filtering in queryset...Russell Keith-Magee
2010-05-09Fixed #13310 -- Documented the RESTRUCTUREDTEXT_FORMAT_SETTINGS setting. Than...Russell Keith-Magee
2010-05-09Fixed #13341 -- Clarified the arguments to RegexValidators. Thanks to DrMeers...Russell Keith-Magee
2010-05-09Fixed #13417 -- Clarified the use of the djangojs domain for translation. Tha...Russell Keith-Magee
2010-05-09Fixed #13418 -- Added notes on uniqueness requirements for natural keys. Than...Russell Keith-Magee
2010-05-09Fixed #13455 -- Clarified the interaction of values() and extra(). Thanks to ...Russell Keith-Magee
2010-05-09Fixed #13497 -- Corrected various typos and markup problems in docs. Thanks t...Russell Keith-Magee
2010-05-09Fixed #13499 -- Corrected typo in l10n docs. Thanks to selwin for the report ...Russell Keith-Magee
2010-05-08Fixed #3469 -- added django.utils documentation for stable bitsBrian Rosner
2010-05-08Fixed #9170 -- added improved custom management command documentation.Brian Rosner
2010-05-08Added hyperlinks for builtin template tags and filters to code samples in docs.Luke Plant
2010-05-08Fixed #13428 -- Corrected the allow_relation behavior of and example router. ...Russell Keith-Magee
2010-05-08Fixed #13269 -- Added clarifying import statement to widget override docs. Th...Russell Keith-Magee
2010-05-08Fixed #13336 -- Corrected an incorrect example of cache header usage. Thanks ...Russell Keith-Magee
2010-05-08Fixed #13405 -- Corrected typo from r13105. Thanks to danielr for the report.Russell Keith-Magee
2010-05-08Fixed #13471 -- Added example of send_mass_mail usage. Thanks to gtaylor for ...Russell Keith-Magee
2010-05-08Fixed #13484 -- Added some newly available targets to the documentation makef...Russell Keith-Magee
2010-05-08Added 1.2 RC1 docs to the releases index.Russell Keith-Magee
2010-05-07Fixed typo and small formatting mistake in docsLuke Plant
2010-05-06Mention that we will be updating docs between now and final.James Bennett
2010-05-06Draft 1.2 RC release notesJames Bennett
2010-05-06Fixed #8357 -- Clarified what constitutes activity when calculating session e...Russell Keith-Magee