summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
2014-12-24[1.6.x] Fixed #24041 -- Documented effect of changing a model instance's ↵Helen Sherwood-Taylor
primary key. Backport of 4ccdf6e57f49d7e981dcd88c1db65229b8b92487 from master
2014-12-23[1.6.x] Fixed #24035 -- Clarified docs on CACHE_MIDDLEWARE_KEY_PREFIX vs ↵Frankie Robertson
KEY_PREFIX Backport of 446b50b90e9e60760618b236d8b0ea75a3b19d5a from master
2014-12-18[1.6.x] Corrected indentation in docs to prevent inadvertent blockquote.Tim Graham
Backport of c2d8da7555e3fef30c43f3ffe2e8963ca1f9fdd5 from stable/1.7.x
2014-12-17[1.6.x] Fixed display of lists after website redesignMarkus Holtermann
Thanks Brian Jacobel for the report. refs django/djangoproject.com#197 Backport of c7786550c4ed396b8580db58f7da60e850894d19 from master
2014-12-08[1.6.x] Fixed #23974 -- Clarified wording of FileField.save/delete save ↵Tim Graham
parameter. Thanks GreenAsJade. Backport of 1aa41dd000e0779c8b1de1f8e7aa4a0f2f752655 from master
2014-12-08[1.6.x] Refs #23964 -- Added warning about case-insensitive, unique fields ↵Jon Dufresne
used with formsets Backport of 4d27d72d149b714431b77f2f15bad1591a9602b7 from master
2014-12-06[1.6.x] Fixed #23965 -- Mentioned that FieldFile inherits from FileTim Graham
Backport of 5281d9620d13386fd4403f7aa6b9a2afd9b5a93f from master
2014-12-05[1.6.x] Corrected example in Form.has_changed() docs.Tim Graham
Backport of ebfadb808043c689b19cfee818c10f63866ee8fc from master
2014-12-03[1.6.x] Fixed typo in docs/ref/request-response.txt.Theodoros Ikonomou
Backport of 49d034fff21213b369c08b39772e0437c3cc723b from master
2014-11-25[1.6.x] Added warning about get_inline_instances() permission checking; refs ↵Simon Charette
#23754. Backport of e0d1f2684ae60573b209783f9fd4f9db163ad704 from master
2014-11-20[1.6.x] Added missing backticks to form validation docsAlasdair Nicol
Backport of 38ab0f13fac428dd05dad02ef7c94da5035927ad from master
2014-11-20[1.6.x] Fixed #23817 -- Updated docs on QuerySet evaluationMichal Petrucha
Removed inaccurate info about partial evaluation after refs #18702. Added information on modifying sliced QuerySets; refs #22503. Backport of 327df551e89a505c5756becee97c40198f38aff2 from master
2014-11-16[1.6.x] Fixes a race condition in the documentation.Peter Sagerson
The example for django.contrib.admin.ModelAdmin.get_form modifies self.exclude. However, since ModelAdmin instances are global and have no thread- or request-locality, this is not safe for concurrent requests.[1] This updated documentation demonstrates a safe method to override admin forms on a per-request basis. [1] https://groups.google.com/forum/#!topic/django-users/AmoUDtEefyA Backport of 0d1a9d203a970a82a2f81edf0ba7d4b55442fd78 from master
2014-11-15[1.6.x] Fixed #23665 -- Noted precedence of settings.USE_L10N in ↵Berker Peksag
MONTH_DAY_FORMAT and YEAR_MONTH. Backport of 4f90c99635149fae2f488c03f0b52303fe97e0aa from master
2014-11-12[1.6.x] Fixed #23774 -- Clarified QuerySet.order_by() and related models.Tim Graham
Backport of 11b7680d0e from master
2014-10-30[1.6.x] Fixed #23736 -- Corrected the description of the value that ↵Tim Graham
silent_variable_failure uses. Thanks Aymeric Augustin for the report. Backport of e7cb4f2fba from master
2014-10-30[1.6.x] Fixed #23737 -- Recommended the render() shortcut more strongly.Tim Graham
Thanks Aymeric Augustin for the report. Backport of f85fcc75e3 from master
2014-10-30[1.6.x] Explained why admindocs omits model methods with arguments.Zan Anderle
Backport of 9e3aaa5a46 from master
2014-10-30[1.6.x] Fixed #23725 -- Substituted AUTH_USER_MODEL for User in docs.Raul Cumplido
Backport of 68d3db8a7b from master
2014-10-29[1.6.x] Added cross reference in admin docs to topic about saving objects in ↵P.A. SCHEMBRI
formsets. Backport of 388c6038fd from master
2014-10-27[1.6.x] Fixed QuerySet datetimes argument name in docs.Oliver Meinusch
Backport of 6b39401baf 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-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 #23597 -- Clarified the manager that ↵Ismail Badawi
{Single,Multiple}ObjectMixin.model uses. Backport of e501d4c505 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-17[1.6.x] Fixed #23499 -- Error in built-in template tag "now" documentationJoseph Dougherty
Backport of ab8248361e0a7b4fc7684eaaa5891e16b8562683 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-02[1.6.x] Added missing import in docs/ref/signals.txt.Alexey Efimov
Backport of 4a303341fc 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-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-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 #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] 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 #23157 -- Removed O(n) algorithm when uploading duplicate file ↵Tim Graham
names. This is a security fix. Disclosure following shortly.
2014-08-19[1.6.x] Fixed #21801 -- Documented SingleObjectMixin.get_context_data() ↵Tim Graham
requires the object attribute. Backport of 03c1609c47 from master
2014-08-19[1.6.x] Fixed #17272 -- Documented that non-editable fields are skipped ↵Tim Graham
during model validation. Thanks mitar for the report. Backport of c587bd5a94 from master
2014-08-19[1.6.x] Fixed #4991 -- Emphasized XSS ramifications of help_text not being ↵Tim Graham
escaped. Backport of 5dbe2a9431 from master
2014-08-19[1.6.x] Fixed #5726 -- Documented that inspectdb doesn't detect defaults.Tim Graham
Backport of 15cafaa565 from master
2014-08-14[1.6.x] Fixed a grammar error in docs/ref/forms/api.txt.Zhaorong Ma
Backport of bef5b9b7cd from master
2014-08-13[1.6.x] Corrected content_type parameter name in sitemap docs.Tim Graham
mimetype was deprecated in 1.5 per 11ec0253ab4cc926ab9e77619132cb398231ac33. Backport of a7443c24a3 from master
2014-08-12[1.6.x] Fixed indentation typo in docs/ref/contrib/sitemaps.txt.Tim Graham
Backport of 2003cb23d4 from master
2014-08-11[1.6.x] Added a warning that remove_tags() output shouldn't be considered safe.Tim Graham
Backport of 7efce77de2 from master
2014-08-05[1.6.x] Fixed #21792 -- Documented Form.has_changed()Tim Graham
Thanks bjb at credil.org for the suggestion and Ivan Mesic for the draft patch. Backport of edcc75e5ac from master
2014-08-02[1.6.x] Updated MySQL links to version 5.6.Tim Graham
Backport of fb4f3e04b1 from master