summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2011-04-24Fixed #15801 - Incorrect external link for dictConfig; thanks David Niergarth...Timo Graham
2011-04-24Fixed #15853 - typo in m2m_changed signal documentation; thanks elbarto.Timo Graham
2011-04-22Fixes #15862 -- Error in post_syncdb documentation example. Thanks for the re...Chris Beaven
2011-04-22Fixed #13584 -- Optionally allow empty files with django.forms.FileField. Tha...Chris Beaven
2011-04-22Fixed #15008 -- Replaced all calls in the admin to render_to_response with Te...Jannis Leidel
2011-04-22Fixed a couple of small documentation typos.Ramiro Morales
2011-04-22Fixed #14091 - be more correct about logging queries in connection.queries.Jacob Kaplan-Moss
2011-04-22Fixed #15705 -- Added Croatian (hr) localflavor. Thanks, Zlatko MaĊĦek and Ju...Jannis Leidel
2011-04-22Fixed #15013 -- Added Russian (ru) localflavor package. Thanks, blackraven an...Jannis Leidel
2011-04-22Fixed #12771 -- Added naturaltime filter to humanize contrib app. Thanks, phi...Jannis Leidel
2011-04-22Fixed #12379 -- Added Chinese (cn) localflavor package. Thanks, Xia Kai, Dani...Jannis Leidel
2011-04-22Fixed #11639, #13618 -- Added get_prepopulated_fields method to ModelAdmin an...Jannis Leidel
2011-04-22Fixed #11251 -- Extended Australian localflavor to ship a few model fields ad...Jannis Leidel
2011-04-20Fixed #2705: added a `select_for_update()` clause to querysets.Jacob Kaplan-Moss
2011-04-20Fixed #15593 -- Added a note that the output of `reverse` is urlquoted. Thank...Gabriel Hurley
2011-04-20Switched to HTML5 doctype in all Django supplied templates.Luke Plant
2011-04-20Fixed #15846 -- Fixed unfinished sentence in django-admin.txt. Thanks, followerAdrian Holovaty
2011-04-20Fixed #6213 -- Updated the flatpages app to only append a slash if the flatpa...Jannis Leidel
2011-04-20Corrected factual error regarding logging in the CSRF docsLuke Plant
2011-04-19Fixed #15791 - method to signal that callable objects should not be called in...Luke Plant
2011-04-18Fixed #15843 -- removed an extraneous quotation mark in the template tag docs...Gabriel Hurley
2011-04-17Fixed #15800 -- Fixed error in class-based-views docs. Thanks, NatimAdrian Holovaty
2011-04-17Fixed #15816 -- Changed docs/ref/utils.txt to refer to django.utils.datastruc...Adrian Holovaty
2011-04-17Fixed #15822 -- Removed references to the v1 postgresql backend (which has be...Adrian Holovaty
2011-04-07Fixed #15757 - removed remaining instances of get_and_delete_messagesLuke Plant
2011-04-06Fixes #10786 -- Document that NullBooleanField should be used rather than Boo...Chris Beaven
2011-04-06Fixes #10754 - minor clarification to the post/pre_delete signal documentationChris Beaven
2011-04-03Fixed #15746. Clarified updated list_filter documentation.Simon Meers
2011-04-02Advanced deprecation of user-based messages and the LegacyFallbackStorage in ...Russell Keith-Magee
2011-04-01Fixed some ReST errors from e-mail -> email change in docs, and changed some ...Adrian Holovaty
2011-04-01Changed e-mail to email throughout documentation and codebase. The one except...Adrian Holovaty
2011-03-30Removed deprecated CsrfResponseMiddleware, and corresponding tests and docsLuke Plant
2011-03-22Fixed typo in forms API documentation.Simon Meers
2011-03-22Fixed #15657 -- added the required `form` parameter to the method signatures ...Gabriel Hurley
2011-03-22Corrected a number of mislinked crossrefs and added a few new crossref target...Gabriel Hurley
2011-03-17Changed 'raise' statements to new style syntax in documentation. Thanks DaNma...Ramiro Morales
2011-03-17Fixed #14133 -- Updated Windows installation instructions for GeoDjango, now ...Justin Bronn
2011-03-16Use Sphinx `:download:` directives for spatial database template creation scr...Justin Bronn
2011-03-16Fixed #15618 -- CookieStorage storage in messages framework now honors SESSIO...Adrian Holovaty
2011-03-15Fixed #15614 -- Fixed potentially confusing URLconf examples in docs/ref/gene...Adrian Holovaty
2011-03-15Fixed #15594 -- Corrected typo in the docs on HTTPOnly cookies. Thanks to phi...Russell Keith-Magee
2011-03-10Fixed #15592 -- corrected an missing backtick in the syndication docs. Thanks...Gabriel Hurley
2011-03-08Fixed #15558 -- Improved QuerySet reference docs and cleaned up numerous reST...Gabriel Hurley
2011-03-08Fixed #15570 -- Corrected a flaw in the design of the silent flag on {% cycle...Russell Keith-Magee
2011-03-07Fix the documentation of BoundField.value() to reference the correct method nameChris Beaven
2011-03-03Fixed #15504 -- Cleaned up contrib.syndication and contrib.utils.feedgenerato...Gabriel Hurley
2011-03-03Fixed #15528 -- Added versionchanged directive to load template tag docs.Gabriel Hurley
2011-03-03Added crossref targets for a couple of Django exceptions and cleaned up relat...Gabriel Hurley
2011-03-03Fixed #3094 -- Accelerated deprecation of XMLField, since it hasn't served an...Russell Keith-Magee
2011-03-01Reverted 'now' template tag documentation changes so it describes the real co...Ramiro Morales