summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
2014-01-29[1.6.x] Fix typo CRSF -> CSRFIan Foote
Backport of af64f829d7 from master
2014-01-23[1.6.x] Fixed some punctuation; thanks Chris Jerdonek.Tim Graham
Backport of 81830ce34f from master
2014-01-22[1.6.x] Always use parentheses when documenting a method with no arguments.Baptiste Mispelon
Backport of 05d36dc06e6d767bb28993c65a54b703f319a386 from master.
2014-01-22[1.6.x] Don't show `self` in the list of arguments of a method.Baptiste Mispelon
This is consistent with Python's official documentation and it's a sphinx recommendation too[1]. [1] http://sphinx-doc.org/markup/desc.html#dir-method Refs #21855. Backport of 79e1d6ebd70898d514a44b85648e3d24104c4243 from master.
2014-01-22[1.6.x] Fixed #21529 -- Noted that {% url %} encodes its output (refs #13260).Tim Graham
Backport of dfc092622e from master
2014-01-17[1.6.x] Fixed #18942 -- Clarified usage of {% get_static_prefix %}.Tim Graham
Thanks Aymeric for the suggestion. Backport of bc7668eb51 from master
2014-01-17[1.6.x] Fixed #13116 -- Described scope of variables created by {% url ... ↵Tim Graham
as var %} syntax. Thanks leif_p for the suggestion. Backport of 4a5aac47a6 from master
2014-01-16[1.6.x] Fixed #18285 -- Documented that bulk_create doesn't work with M2M ↵Tim Graham
relationships. Backport of 9173d2cb74 from master
2014-01-16[1.6.x] Fixed #21768 -- Corrected TemplateView context section.Tim Graham
Thanks nedbatchelder for the report and claudep for the patch. Backport of c05b2f58e7 from master
2014-01-15[1.6.x] Fixed typo in storage docsKevin Wood
Backport of 82f466b571 from master
2014-01-02[1.6.x] Fixed #21319 -- Added documentation for the Form.fields attribute.Vajrasky Kok
Thanks pydanny for the report. Also, added documentation about base_fields attribute and its difference with fields attribute. Backport of ea83102d0f from master
2014-01-02[1.6.x] Fixed minor typos.Nathan Smith
Backport of 44d40ba521 from master
2013-12-31[1.6.x] Fixed #21581 -- Fixed a number of issues with collectstatic.Loic Bistuer
When STATIC_ROOT wasn't set, collectstatic --clear would delete every files within the current directory and its descendants. This patch makes the following changes: Prevent collectstatic from running if STATIC_ROOT isn't set. Fixed an issue that prevented collectstatic from displaying the destination directory. Changed the warning header to notify when the command is run in dry-run mode. Backport of 4befb3015c from master
2013-12-30[1.6.x] Fixed #21710 -- Documented User.get_short_name()Tim Graham
Thanks Keryn Knight for the report. Backport of 0150830687 from master
2013-12-28[1.6.x] Fixed #21618 -- Added hints about openlayers.js hostingClaude Paroz
Thanks kz26 for the report and Tim Graham for the excellent review. Backport of b7a7baa554 from master.
2013-12-26[1.6.x] Fixed #21629 -- Added instructions for loading MySQL time zone ↵Tim Graham
definitions. Thanks Aymeric for the suggestion. Backport of d8d83777eb from master
2013-12-19[1.6.x] Fixed #21213 -- Added docs for Django's mailing lists.Unai Zalakain
Added docs/internals/mailing-lists.txt documenting the use of django's mailing lists. All references across docs changed to point to this page. The referencing makes use of substitution because there's no way to make a :ref: link in a non-inline fashion in Sphinx. It also makes use of rst_epilog Sphinx conf for making this substitutions across all the docs. Backport of 3895d8899d from master
2013-12-18[1.6.x] Fixed #21585 -- Updated some links to 3rd party database projects.Tim Graham
Thanks graeme.perrow at sap.com for the original report. Backport of 23d9f517dc from master
2013-12-18[1.6.x] Fixed #21632 -- Docs: Removed example with callable as query parameterKevin Christopher Henry
Using callables as query parameters is undocumented and not working, so this changes an example from the ForeignKey.limit_choices_to documentation that uses it. Backport of d34c8c338a from master
2013-12-15[1.6.x] Added some internal links to render_to_string documentation.Baptiste Mispelon
Backport of 1689744aee1f13b2f4e270ce63cea143eb6d868e from master.
2013-12-15[1.6.x] Fixed typo in docs/ref/models/fields.txtTim Graham
Backport of dfc95d240d from master.
2013-12-08[1.6.x] Updated a bunch of hyperlinks in documentationClaude Paroz
Backport of 626bdf648 from master.
2013-12-02[1.6.x] Added a warning regarding risks in serving user uploaded media.Tim Graham
Thanks Preston Holmes for the draft text. Backport of df6760f12c from master
2013-11-28[1.6.x] Fixed #21515 -- Corrected example of template.Context in documentation.Baptiste Mispelon
Thanks to trac user oubiga for the report. Backport of 077af42139db84d88f293ab5eadc989a9169dce1 from master.
2013-11-25[1.6.x] Fixed #21507 -- Corrected default widget information for FileFieldLudwik Trammer
Backport of 70e61310d6 from master
2013-11-24[1.6.x] Fixed typo in previous commit; refs #21490.Tim Graham
Backport of 03bc0a8ac5 from master
2013-11-24[1.6.x] Fixed #21490 -- Fixed custom admin URL reverse example.Tim Graham
Thanks glarrain for the report. Backport of bfe7377adb from master
2013-11-23[1.6.x] Fixed #21488 -- Multiple locales treatment in i18n commands.Ramiro Morales
Removed multiple locales separated by commas variation (that wasn't working as documented) in favor of simply allowing use of the ``--locale``/``-l`` options more than once for ``makemessages`` and ``compilemessages``. Thanks Romain Beylerian for the report and Claude, Simon for their help.
2013-11-21[1.6.x] Fixed #21427 -- Clearly state integer field value ranges in docsMarkus Amalthea Magnuson
Added an explicit mention of the exact value ranges for integer type fields that are safe in all databases supported by Django. Also, put all value numbers inside double ticks. Backport of b6a6cf4ab791b092e18ab16537aa88dd7ae9bc36 from master.
2013-11-19[1.6.x] Fixed the base class note in the Date Views docs.Rocky Meza
Backport of 42197e31aa from master
2013-11-18[1.6.x] Added more internal links in the management command documentation.Baptiste Mispelon
Backport of bc0413cbc6fd472371e907f17303c5ddcc9b4642 from master.
2013-11-18[1.6.x] Fixed #20852 - Fixed incorrectly generated left quotes in docs.Dominic Rodger
Sphinx generates left single quotes for apostrophes after code markup, when right single quotes are required. The easiest way to fix this is just by inserting the unicode character for a right single quote. Instances of the problem were found by looking for ">‘" in the generated HTML. Backport of c33d1ca1d98003de29cdecb6080b52c5c52139bd from master.
2013-11-12[1.6.x] Removed a mention of `Form._errors` from the documentation.Baptiste Mispelon
Also removed a sentence that was incorrect: raising a `ValidationError` inside `Form.clean` doesn't clear the `cleaned_data` attribute. Thanks to loic84 and timograham for the review. Backport of 9aa6d4bdb6618ba4f17acc7b7c0d1462d6cbc718 and 0048ed77c7016a03aed6dbc255a6372f3df2ccd5 from master.
2013-11-10[1.6.x] Fixed #21372 -- Corrected docs regarding translating LANGUAGES.Bernardo Pires
Corrected LANGUAGES documentation on how to translate language names. Now using django.utils.translation.ugettext_lazy instead of a dummy gettext() function. Thanks to Salvatore for the report. Backport of 8bc350b38516d8c3a14aed113dd3402b9375b75c from master.
2013-11-09[1.6.x] Fixed versionadded misuse in the admin documentation.Baptiste Mispelon
Backport of c82e850eed2eb3957ed792908b73622ebd3034a7 from master.
2013-11-08[1.6.x] Added missing parameter in npgettext_lazy docsglts
Backport of 413307fe35 from master
2013-11-08[1.6.x] Fixed #21396: Document backwards-incompatible change in ↵Baptiste Mispelon
RedirectView.get_redirect_url. Thanks to Tim for the review. Backport of f2e0266be766b0b6149377b90ae3ddc41c91c3fb from master.
2013-11-01[1.6.x] Fixed spelling ("dependant" -> "dependent")Tim Graham
Dependent means reliant on. A dependant is a person like a child or spouse. Thanks Andrew Wilcox for the report. Backport of 090315f5df from master
2013-11-01[1.6.x] Fixed #21364 -- Specified InnoDB full-text support from MySQL 5.6.4 onClaude Paroz
Thanks thevlad at gmail.com for the report. Backport of 89116cf24a from master.
2013-11-01[1.6.x] Fixed #21359 -- Corrected MySQL collation name in databases docsClaude Paroz
Thanks k_sze for the report. Backport of 67c6c1a7c from master.
2013-10-30[1.6.x] Fixed #21306 -- Documented lower-casing behavior of title filter.Tim Graham
Backport of eafe279120 from master
2013-10-30[1.6.x] Fixed #21316 -- Documented that modifying safe strings makes them ↵Tim Graham
unsafe. Thanks dev@simon.net.nz for the suggestion and vijay_shanker for the patch. Backport of 1edef50880 from master
2013-10-23Fixed #13245: Explained Oracle's behavior w.r.t db_tableShai Berger
and how to prevent table-name truncation Thanks russellm & timo for discussion, and timo for review. Backported from master 317040a73b77be8f8210801793b2ce6d1a69301e
2013-10-21[1.6.x] Fixed #21296 -- Added docs for PostgreSQL and unix domains sockets.Riccardo Magliocchetti
Backport of 1e39982b6e from master
2013-10-18[1.6.x] Fixed #21212 -- Documented the reverse name for OneToOneField.Juergen Schackmann
Thanks bjb at credil.org for the report. Backport of f8632572ad from master
2013-10-14[1.6.x] Fixed #21210 -- Documented when runserver doesn't auto-restart.Bouke Haarsma
Thanks gergely at polonkai.eu for the suggestion. Backport of 9b7d38ed5a from master
2013-10-12[1.6.x] Forms docs: More emphasis in 'id' value customizability.Ramiro Morales
18ea1c473b form master.
2013-10-02[1.6.x] Fixed #10913 -- Documented how related_name affects QuerySet filteringTim Graham
Thanks neithere for the suggestion. Backport of 75bb6ba966 from master
2013-09-30[1.6.x] Fixed #21154 -- Updated TemplateResponse docs to better explain context.Curtis Maloney
Thanks mrmachine for the report. Backport of c39c9f2ad8 from master
2013-09-28[1.6.x] Note about static files dirs paths on Windows.Ramiro Morales
Added it to the settings reference. We used to have it in comment form in our old, bigger default project template settings.py file. 5866a49369 from master.