summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2011-02-18Fixed #15342 -- Passed *args through to the parent class' dispatch method in ...Gabriel Hurley
2011-02-18Fixed #15328 -- Corrected an example in the CBV docs and added a note about t...Gabriel Hurley
2011-02-17Fixed #15233 -- Corrected a duplicate module directive that raised a warning ...Gabriel Hurley
2011-02-16Fixed #15233 -- reST/Sphinx markup corrections in numerous areas, mostly cent...Gabriel Hurley
2011-02-14Fixed #15272 -- Altered generic views to use the guaranteed untranslated obje...Russell Keith-Magee
2011-02-12Fixed #9964 -- Ensure that all database operations make transactions dirty, n...Russell Keith-Magee
2011-02-11Fixed #15243 -- More clearly document that the transaction functions needs to...Alex Gaynor
2011-02-09Refs #15241 -- Further clarifications to the generic view migration docs.Russell Keith-Magee
2011-02-09Fixed #15241 -- Updated the upgrading notes for generic views to reflect rece...Russell Keith-Magee
2011-02-07Fixed #14861 -- Added an admonition about the potential for circular imports ...Gabriel Hurley
2011-02-07Fixed #15134 -- Placed formset documentation before modelform documentation i...Gabriel Hurley
2011-02-07Fixed #15055 -- added information about (and an example of) the csrf_token te...Gabriel Hurley
2011-02-07Fixed #15236 -- corrected a typo and added a versionadded directive for the u...Gabriel Hurley
2011-02-07Fixed #5494, #10765, #14924 -- Modified the order in which translations are r...Ramiro Morales
2011-02-06Fixed #15222 - FileCache -> FileBasedCache typo; thanks Serp.Timo Graham
2011-02-02Fixed #7325 -- Broken links for model documentation; thanks Justin Lilly.Timo Graham
2011-01-30Reworded parts of the staticfiles documentation after receiving various user ...Jannis Leidel
2011-01-30Fixed #15134 -- Removed a duplicate TOC entry for modelforms docs. Thanks to ...Russell Keith-Magee
2011-01-26Fixed #15163 - typo in email docs; thanks metal for the report.Timo Graham
2011-01-22Fixed #15133 - Some markup issues in the docs; thanks Aryeh Leib Taurog for t...Timo Graham
2011-01-21Fixed a typo in the docs, thanks to sunoano for the report.Alex Gaynor
2011-01-19Corrected an outdated reference to cmemcache in contributing docs.Carl Meyer
2011-01-18Fixed #15109 - typo in middleware docs; thanks colinsullivan for the report.Timo Graham
2011-01-18Refs #14661 -- Clarified the handling of initial data injected via custom SQL.Russell Keith-Magee
2011-01-16Fixed #13628 - Discourage the use of doctests; thanks d0ugal for the suggestion.Timo Graham
2011-01-16Fixed #15062 -- Documented the fact that managers must be able to be shallow ...Russell Keith-Magee
2011-01-15Fixed #15085 - Fix LOCATION for FileCache example. Thanks abdelazer for the r...Timo Graham
2011-01-14Change the lack of supports_inactive_user on an auth backend to aChris Beaven
2011-01-05Fixed #15010 -- Added current_app parameter to close gap between TemplateResp...Jannis Leidel
2011-01-03Fixed #14994 - Add attributes to example auth backend which would emit Deprec...Timo Graham
2011-01-03Fixed #15002 - Fix title casing to conform to style guidelines. thanks adamv.Timo Graham
2011-01-03Fixed #14878 -- Clarified the way verbose_name_plural is used in generic list...Russell Keith-Magee
2010-12-31Some small fixes to DB optimization docs.Luke Plant
2010-12-31Fixed #14997 - A typo in "Overriding delete". thanks phunehehe for the report.Timo Graham
2010-12-29Fixed #12193 - Add details to the i18n documentation for translation of model...Timo Graham
2010-12-29Fixed #13961 - note that reverse URL lookups can't be done within a blocktran...Timo Graham
2010-12-28Fixed #14682 - Add a note with an example of the explicit template location f...Timo Graham
2010-12-27Fixed #12313 - Add a note that QuerySet.delete() doesn't necessarily call obj...Timo Graham
2010-12-27Fixed #6181 - Document `django.views.decorators.http` - thanks adamv for the ...Timo Graham
2010-12-26Fixed #13949 - Note that readonly fields can't be modified via custom clean m...Timo Graham
2010-12-26Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1Timo Graham
2010-12-25Fixed #13020 - add clarifying note to SessionStore. thanks elbarto for the pa...Timo Graham
2010-12-22Fixed #14936 -- Tweaked the new render shortcut to reflect non-legacy argumen...Russell Keith-Magee
2010-12-22Added versionadded marker in doc for render function.Karen Tracey
2010-12-22Fixed #10154: Allow combining F expressions with timedelta values.Karen Tracey
2010-12-21Fixed #14249 -- Added support for inactive users to the auth backend system. ...Jannis Leidel
2010-12-21Fixed #12816 -- Added a render() shortcut.Russell Keith-Magee
2010-12-21Fixed #11675 -- Added support for the PyLibMC cache library. In order to supp...Russell Keith-Magee
2010-12-21Fixed #14910 -- Clarified the order of precedence of loading translation cata...Jannis Leidel
2010-12-21Reverting r14994 (at request of SmileyChris) because of some backwards compat...Russell Keith-Magee