summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2014-10-22[1.6.x] Added release dates to release notes.Tim Graham
Backport of 9dc782b631 from master
2014-10-19[1.6.x] Fixed a typo in urlencode documentation.wrwrwr
Backport of 62a53bdf11 from master
2014-10-18[1.6.x] Fixed #23676 -- Rearranged sentence; "by default" applies only to ↵Jon Dufresne
max length Backport of c1b9f99a81 from master
2014-10-16[1.6.x] Fixed some intersphinx references.Tim Graham
Backport of babbf18999 from master
2014-10-15[1.6.x] Fixed pep8 in docs/topics/logging.txtIan Lee
Backport of 947af46db3 from master
2014-10-10[1.6.x] Fixed #23631 -- Removed outdated note on MySQL timezone support.Tim Graham
Thanks marfire for the report. Backport of 9db3653670 from master
2014-10-06[1.6.x] Updated links in admin docs to use :ref:Kostochko Dmitriy
per Sphinx docs: "Using ref is advised over standard reStructuredText links to sections because it works across files, when section headings are changed, and for all builders that support cross-references. Backport of 13409b932a from master
2014-10-06[1.6.x] Fixed #23604 -- Allowed related m2m fields to be references in the ↵Emmanuelle Delescolle
admin. Thanks Simon Charette for review. Backport of a24cf21722 from master
2014-10-06[1.6.x] Fixed #23597 -- Clarified the manager that ↵Ismail Badawi
{Single,Multiple}ObjectMixin.model uses. Backport of e501d4c505 from master
2014-10-02[1.6.x] Documented how to rename get_query_set if you are a library authorLuke Plant
Backport of ca139bbfdf48bf59b0918a7d675cdc5d4ae60957 from master
2014-10-01[1.6.x] Added flat=False to signature of QuerySet.values_list()jnothman
Backport of 20f868bc5a from master
2014-09-29[1.6.x] Fixed #17638 -- Added crosslinks between topic and reference guides.Duane Hilton
Thanks oinopion for the suggestion and jarus for the initial patch. Backport of 054bdfeff1 from master
2014-09-24[1.6.x] Added SuspiciousOperation to list of caught exceptions in testing docs.Thomas Grainger
Backport of 21683011d5 from master
2014-09-21[1.6.x] Fixed #23529 -- Replaced comments tag library with humanize in docsOla Sitarska
Backport of ee442e97da390b7136dc12b66ddfa70263a60b5c from master.
2014-09-17[1.6.x] Fixed #23491 -- Clarified tutorial 3.Tim Graham
Thanks diek for the suggestion. Backport of 54fd84e432 from master
2014-09-17[1.6.x] Fixed #23499 -- Error in built-in template tag "now" documentationJoseph Dougherty
Backport of ab8248361e0a7b4fc7684eaaa5891e16b8562683 from master.
2014-09-13[1.6.x] Forwardported 1.4.16 release notes.Tim Graham
Backport of 0ae79014c0 from master
2014-09-11[1.6.x] Added link to LogRecord attributes in logging.txtGabe Jackson
Backport of c5b4145fca from master
2014-09-10[1.6.x] Fixed typo in topics/forms/formsets.txtTim Graham
Backport of e265112cd1 from master
2014-09-10[1.6.x] Fixed an instance of 'an' before a word beginning with a consonant.Iain Dawson
Backport of ef8ef2a42d from master
2014-09-09[1.6.x] Fixed #23350 -- Updated mod_wsgi auth example to use less memory.Tim Graham
Thanks Graham Dumpleton for the report. Backport of c7f7432be5 from master
2014-09-08[1.6.x] Fixed #23431 -- Allowed inline and hidden references to admin fields.Simon Charette
This fixes a regression introduced by the 53ff096982 security fix. Thanks to @a1tus for the report and Tim for the review. refs #23329. Backport of 342ccbd from master
2014-09-08[1.6.x] Fixed #23307 -- Clarified the way max_num limits the output of formsets.Octowl
Thanks velle for the report. Backport of 5f3806b861 from master
2014-09-06[1.6.x] Fixed #23340 -- Corrected naturaltime docs to match behavior.Collin Anderson
Thanks zachborboa for the report and blackguest for the patch. Backport of 7353e26d5d from master
2014-09-05[1.6.x] Fixed #22161 -- Documented send() with no recipients won't raise an ↵oromero
exception. Backport of 0f0a5c07f9 from master
2014-09-03[1.6.x] Fixed typo in docs/topics/db/transactions.txt.Corey Farwell
Backport of 4db75925be from master
2014-09-02[1.6.x] Added dates to release notes.Tim Graham
Backport of 0fd23545db from master
2014-09-02[1.6.x] Added missing import in docs/ref/signals.txt.Alexey Efimov
Backport of 4a303341fc from master
2014-08-30[1.6.x] Fixed #23370 -- defer() + select_related() crashed with inherited ↵Akis Kesoglou
models. Backport of 6613ea6e3f from master
2014-08-29[1.6.x] Corrected a usage example of `related_query_name`.Simon Charette
Thanks to Petr Glotov for spotting this. Backport of 05a8cef428 from master
2014-08-28[1.6.x] Fixed #23375 -- Added missing security issues to the archive.Simon Charette
Backport of c9c0be3 from master
2014-08-27[1.6.x] Fixed #23329 -- Allowed inherited and m2m fields to be referenced in ↵Simon Charette
the admin. Thanks to Trac alias Markush2010 and ross for the detailed reports. Backport of 3cbb759 from master
2014-08-26[1.6.x] Fixed #21567 -- Documented how to deploy multiple sites using the ↵Tim Graham
sites framework. Backport of 7b9537fb27 from master
2014-08-26[1.6.x] Fixed #23250 -- Documented that ModelMultipleChoiceField queryset ↵Tim Graham
may be None. Backport of ced3e303ca from master
2014-08-26[1.6.x] Fixed spelling mistake in file docs.Tim Graham
Backport of a3e88e64a4 from master
2014-08-26[1.6.x] Clarified that makemessages -l takes a locale name, not a language code.Mitch Davis
Backport of 5473c36cef from master
2014-08-23[1.6.x] Fixed #22154 -- Added "Built-in" to some class-based views titles.Tim Graham
Backport of 0c9f40f776 from master
2014-08-22[1.6.x] Fixed #23324 -- Mentioned Site.id in contrib.sites docs.Tim Graham
Backport of a76aab3583 from master
2014-08-22[1.6.x] Fixed #23342 -- Clarified warning about naive time objects.Kristian Glass
Thanks to apollo13 for suggested wording. Backport of b7336ec179 from master
2014-08-22[1.6.x] Fixed #23343 -- Typo in ↵Tim Graham
docs/ref/class-based-views/generic-date-based.txt. Backport of 14aff0bd82 from master
2014-08-20[1.6.x] Added dates to release notes.Tim Graham
Backport of b902be798e from master
2014-08-20[1.6.x] Prevented data leakage in contrib.admin via query string manipulation.Simon Charette
This is a security fix. Disclosure following shortly.
2014-08-20[1.6.x] Fixed #23066 -- Modified RemoteUserMiddleware to logout on ↵Preston Holmes
REMOTE_USE change. This is a security fix. Disclosure following shortly.
2014-08-20[1.6.x] Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file ↵Tim Graham
names. This is a security fix. Disclosure following shortly.
2014-08-20[1.6.x] Prevented reverse() from generating URLs pointing to other hosts.Florian Apolloner
This is a security fix. Disclosure following shortly.
2014-08-20[1.6.x] Added release note stubs for 1.5.9 and 1.4.14.Tim Graham
2014-08-19[1.6.x] Added sphinx extension to ease generation of ticket links.Tim Graham
Backport of fca677fa43 from master
2014-08-19[1.6.x] Fixed #17238 -- Added source code links to docs using ↵Tim Graham
sphinx.ext.viewcode. Thanks santiagobasulto for the suggestion. Backport of 9ed4a8c6b1 from master
2014-08-19[1.6.x] Fixed #22996 -- Prevented crash with unencoded query stringClaude Paroz
Thanks Jorge Carleitao for the report and Aymeric Augustin, Tim Graham for the reviews. Backport of fa02120d36 from master.
2014-08-19[1.6.x] Fixed #21801 -- Documented SingleObjectMixin.get_context_data() ↵Tim Graham
requires the object attribute. Backport of 03c1609c47 from master