summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2014-01-29[1.6.x] Fix typo CRSF -> CSRFIan Foote
2014-01-23[1.6.x] Fixed some punctuation; thanks Chris Jerdonek.Tim Graham
2014-01-22[1.6.x] Always use parentheses when documenting a method with no arguments.Baptiste Mispelon
2014-01-22[1.6.x] Don't show `self` in the list of arguments of a method.Baptiste Mispelon
2014-01-22[1.6.x] Fixed #21529 -- Noted that {% url %} encodes its output (refs #13260).Tim Graham
2014-01-17[1.6.x] Fixed #18942 -- Clarified usage of {% get_static_prefix %}.Tim Graham
2014-01-17[1.6.x] Fixed #13116 -- Described scope of variables created by {% url ... as...Tim Graham
2014-01-16[1.6.x] Fixed #18285 -- Documented that bulk_create doesn't work with M2M rel...Tim Graham
2014-01-16[1.6.x] Fixed #21768 -- Corrected TemplateView context section.Tim Graham
2014-01-15[1.6.x] Fixed typo in storage docsKevin Wood
2014-01-02[1.6.x] Fixed #21319 -- Added documentation for the Form.fields attribute.Vajrasky Kok
2014-01-02[1.6.x] Fixed minor typos.Nathan Smith
2013-12-31[1.6.x] Fixed #21581 -- Fixed a number of issues with collectstatic.Loic Bistuer
2013-12-30[1.6.x] Fixed #21710 -- Documented User.get_short_name()Tim Graham
2013-12-28[1.6.x] Fixed #21618 -- Added hints about openlayers.js hostingClaude Paroz
2013-12-26[1.6.x] Fixed #21629 -- Added instructions for loading MySQL time zone defini...Tim Graham
2013-12-19[1.6.x] Fixed #21213 -- Added docs for Django's mailing lists.Unai Zalakain
2013-12-18[1.6.x] Fixed #21585 -- Updated some links to 3rd party database projects.Tim Graham
2013-12-18[1.6.x] Fixed #21632 -- Docs: Removed example with callable as query parameterKevin Christopher Henry
2013-12-15[1.6.x] Added some internal links to render_to_string documentation.Baptiste Mispelon
2013-12-15[1.6.x] Fixed typo in docs/ref/models/fields.txtTim Graham
2013-12-08[1.6.x] Updated a bunch of hyperlinks in documentationClaude Paroz
2013-12-02[1.6.x] Added a warning regarding risks in serving user uploaded media.Tim Graham
2013-11-28[1.6.x] Fixed #21515 -- Corrected example of template.Context in documentation.Baptiste Mispelon
2013-11-25[1.6.x] Fixed #21507 -- Corrected default widget information for FileFieldLudwik Trammer
2013-11-24[1.6.x] Fixed typo in previous commit; refs #21490.Tim Graham
2013-11-24[1.6.x] Fixed #21490 -- Fixed custom admin URL reverse example.Tim Graham
2013-11-23[1.6.x] Fixed #21488 -- Multiple locales treatment in i18n commands.Ramiro Morales
2013-11-21[1.6.x] Fixed #21427 -- Clearly state integer field value ranges in docsMarkus Amalthea Magnuson
2013-11-19[1.6.x] Fixed the base class note in the Date Views docs.Rocky Meza
2013-11-18[1.6.x] Added more internal links in the management command documentation.Baptiste Mispelon
2013-11-18[1.6.x] Fixed #20852 - Fixed incorrectly generated left quotes in docs.Dominic Rodger
2013-11-12[1.6.x] Removed a mention of `Form._errors` from the documentation.Baptiste Mispelon
2013-11-10[1.6.x] Fixed #21372 -- Corrected docs regarding translating LANGUAGES.Bernardo Pires
2013-11-09[1.6.x] Fixed versionadded misuse in the admin documentation.Baptiste Mispelon
2013-11-08[1.6.x] Added missing parameter in npgettext_lazy docsglts
2013-11-08[1.6.x] Fixed #21396: Document backwards-incompatible change in RedirectView....Baptiste Mispelon
2013-11-01[1.6.x] Fixed spelling ("dependant" -> "dependent")Tim Graham
2013-11-01[1.6.x] Fixed #21364 -- Specified InnoDB full-text support from MySQL 5.6.4 onClaude Paroz
2013-11-01[1.6.x] Fixed #21359 -- Corrected MySQL collation name in databases docsClaude Paroz
2013-10-30[1.6.x] Fixed #21306 -- Documented lower-casing behavior of title filter.Tim Graham
2013-10-30[1.6.x] Fixed #21316 -- Documented that modifying safe strings makes them uns...Tim Graham
2013-10-23Fixed #13245: Explained Oracle's behavior w.r.t db_tableShai Berger
2013-10-21[1.6.x] Fixed #21296 -- Added docs for PostgreSQL and unix domains sockets.Riccardo Magliocchetti
2013-10-18[1.6.x] Fixed #21212 -- Documented the reverse name for OneToOneField.Juergen Schackmann
2013-10-14[1.6.x] Fixed #21210 -- Documented when runserver doesn't auto-restart.Bouke Haarsma
2013-10-12[1.6.x] Forms docs: More emphasis in 'id' value customizability.Ramiro Morales
2013-10-02[1.6.x] Fixed #10913 -- Documented how related_name affects QuerySet filteringTim Graham
2013-09-30[1.6.x] Fixed #21154 -- Updated TemplateResponse docs to better explain context.Curtis Maloney
2013-09-28[1.6.x] Note about static files dirs paths on Windows.Ramiro Morales