summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
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
2010-12-21Fixes #13252 -- Use the natural key instead of the primary key when serializingChris Beaven
2010-12-19Fixed #14923 -- corrected a typo in the logging documentation. Thanks to Dav...Alex Gaynor
2010-12-19Corrected a markup error introduced in r14986.Russell Keith-Magee
2010-12-19Fixed #14655 -- Made formsets iterable. This allows a slightly more natural i...Russell Keith-Magee
2010-12-18Fixes #7817 and #9456.Chris Beaven
2010-12-16Fixed it's -> its in multi-db.txtAdrian Holovaty
2010-12-14Fixed #14848 - change example verbose name to match convention. thanks madisv...Timo Graham
2010-12-13Fixed #14897 -- fixed some synax highlighting in the formset documentation. ...Alex Gaynor
2010-12-12Fixed #4030 -- Added ability to translate language names. Thanks to Antti Kai...Jannis Leidel
2010-12-09Fixed a couple of typos and small errors from r14696 and r14822.Ramiro Morales
2010-12-07Corrected typo in middleware docs. Thanks to matt_c for the report.Russell Keith-Magee
2010-12-07Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Than...Russell Keith-Magee
2010-12-06Fixed #10863 -- Added HTML support to mail_managers() and mail_admins(), and ...Russell Keith-Magee
2010-12-05Fixed #14841 -- added xrefs to topics/db/models. Thanks adamv.Simon Meers
2010-12-05Fixed #14745 - add links to topics/http/shortucts.txt. thanks adamv for the p...Timo Graham
2010-12-05Fixed #13162 and #11597 -- Improved the file handling documentation: Removed ...Gabriel Hurley
2010-12-05Corrected incomplete and incorrect docs from r14822.Russell Keith-Magee
2010-12-05Fixed #14799 -- Provided a full solution for test database creation order pro...Russell Keith-Magee
2010-12-04Fixed #14120 - Document get() in Making Queries - thanks danielr and adamv fo...Timo Graham
2010-12-04Fixed #14811 - Add clarifying note to render_to_response - thanks adamv.Timo Graham
2010-12-04Fixed #14803 -- Corrected an inconsistency in redirection handling between ol...Russell Keith-Magee
2010-12-04Fixed #14764 -- specified that a set is returned by User.get_..._permissions ...Simon Meers