summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
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
2010-12-02Updated example login template to be best-practice and use the url tag from '...Luke Plant
2010-12-01Removed reference to potential exception during template rendering-time from ...Ramiro Morales
2010-11-30Fixed ReST error in assertNumQueries docs.Luke Plant
2010-11-28Fixed #14791 - Clarify additional note on save(). Thanks OldTroll.Timo Graham
2010-11-27Fixed #14785 - fixes to middleware docs - thanks adamv for the patch.Timo Graham
2010-11-27Fixed #14794 - fix broken link in docs/topics/install.txt - thanks aright for...Timo Graham
2010-11-27Fixed #14789 - remove an unused link from docs/topics/install.txt. thanks ada...Timo Graham
2010-11-27Fixed #14784 - Add links to docs/topics/files.txtTimo Graham
2010-11-27Fixed #14783 - Links + style improvements to docs/topics/email.txt. Thanks ad...Timo Graham
2010-11-26Fixed #14744 - Add cross-links to docs/topics/http/views.txt. Thanks adamv fo...Timo Graham
2010-11-26Fixed #14782 - Add/fix links in docs/topics/cache.txt. Thanks to adamv for th...Timo Graham
2010-11-26Fixed #5612 -- Added login and logout signals to contrib auth app. Thanks Smi...Jannis Leidel
2010-11-26Fixed #3304 -- Added support for HTTPOnly cookies. Thanks to arvin for the su...Russell Keith-Magee
2010-11-26Fixes #14743 - Add sphinx links and other cleanups to topics/http/urls.txt. T...Timo Graham
2010-11-24Fixed #14771 -- corrected a typo in the testing docs. Thanks to Christian Ou...Alex Gaynor
2010-11-24Fixed #14767 -- Reflowed paragraphs and cleaned up some markup/links in the t...Gabriel Hurley
2010-11-23Fixes #6739 -- better development installation docs. Thanks to Adam Vandenber...Chris Beaven
2010-11-22Fixed #14738 -- Improved crossref linking for cache settings, and fixed a few...Gabriel Hurley
2010-11-21Fixed #11108 -- added ModelAdmin.delete_model, a hook with which to perform c...Alex Gaynor
2010-11-21Fixed #11418 -- formset.cleaned_data no longer raises AttributeError when is_...Honza Král
2010-11-20Documented migration path for change object_list -> ListView regarding differ...Luke Plant
2010-11-20Corrected a markup problem with an example in the class-based view docs. Than...Russell Keith-Magee
2010-11-20Fixed #14727 -- Corrected three minor issues in the docs. Thanks to OldTroll ...Gabriel Hurley
2010-11-20Fixed #14512 -- Added documentation on how to apply decorators to class-based...Russell Keith-Magee
2010-11-19Fixed #13795 -- Added a site-wide cache prefix and cache versioning. Thanks t...Russell Keith-Magee
2010-11-18Added notes in old generic views howto about the new class based approach.Luke Plant
2010-11-17Fixed #14713 -- documented that resolve can raise Http404. Thanks to Adam fo...Alex Gaynor
2010-11-17Corrected some syntax issues in the docs.Alex Gaynor