summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2010-05-06Corrected a documentation markup problem.Russell Keith-Magee
2010-05-06Fixed #12609 -- Updated FAQ on which version users should install. Thanks to ...Russell Keith-Magee
2010-05-06Fixed #12691 -- Added a versionadded tag to the description of widget overrid...Russell Keith-Magee
2010-05-06Fixed #13287 -- Corrected the advice on argument formatting in the {% url %} ...Russell Keith-Magee
2010-05-06Fixed #13377 -- Corrected markup typo in testing docs. Thanks to DrMeers for ...Russell Keith-Magee
2010-05-06Fixed #13405 -- Removed the recommendation for the use of cmemcache. Thanks t...Russell Keith-Magee
2010-05-06Fixed #13420 -- Clarified grammar in the email docs. Thanks to Dominic Rodger...Russell Keith-Magee
2010-05-05Removed duplicated code from `django.contrib.gis.db.backend` and added a depr...Justin Bronn
2010-05-04Typo fixes and small clarification.Justin Bronn
2010-05-04Fixed #13458 -- Corrected typo in GeoIP docs. Thanks, Paul McMillan for repo...Justin Bronn
2010-05-04Fixed #13315, #13430 -- Recreated `django.contrib.gis.db.backend` module with...Justin Bronn
2010-05-01Fixed #13444 -- Improved the documentation around the backwards compatibility...Russell Keith-Magee
2010-04-29Fixed #11068 - Introduced new language code "nb" for Norwegian Bokmål as a r...Jannis Leidel