| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-03-10 | [1.6.x] Fixed typo in docs/ref/database.txt | Calvin Jeong | |
| Backport of cefbbb9db3410f757532e0f968e76a8fd9e7ce3b from master | |||
| 2015-03-05 | [1.6.x] Improved get_media_prefix template tag example. | Aymeric Augustin | |
| Backport of 9a4a9a8a49ed3e38f3038b8d6fc7c405256271f1 from master | |||
| 2015-03-02 | [1.6.x] Fixed #24439 -- Removed incorrect make_object_list attributes in CBV ↵ | Andrew Pinkham | |
| docs. Backport of fea45eff5a2f2ad10b2788603db80e5a4fe6be06 from master | |||
| 2015-02-24 | [1.6.x] Added a missing backtick in form wizard docs. | Ian Lee | |
| Backport of 56aa6fc00b7c6efcd02fcd9944b5d20cc8131ac9 from stable/1.7.x | |||
| 2015-02-03 | [1.6.x] Fixed typos in docs/ref/forms/validation.txt. | minusf | |
| Backport of 66f5aa9fa5d53ddd7fbdb7ddac39c429f0c1b4fd from master | |||
| 2015-02-03 | [1.6.x] Fixed broken links in class based views flattend index; refs #24250. | Tim Graham | |
| Backport of 9a391fbd6102176d576aa96ed3aeee9e9661b455 from master | |||
| 2015-02-03 | [1.6.x] Fixed #24250 -- Corrected mistakes in FormMixin docs. | Tim Graham | |
| Backport of 5d193d042a3cc49033f0e8b5125913650d779496 from master | |||
| 2015-01-15 | [1.6.x] Direct readers to format_html() in mark_safe() docs. | Luke Plant | |
| Backport of 4832c004e88a68b98b976b4f68a1c9fdb4ea3530 from master | |||
| 2015-01-13 | [1.6.x] Fixed bad model example in admin docs. | Collin Anderson | |
| Backport of e7771ec380a116dbef481001fb1ce664f5c7311e from master | |||
| 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 redesign | Markus 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 File | Tim 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 docs | Alasdair Nicol | |
| Backport of 38ab0f13fac428dd05dad02ef7c94da5035927ad from master | |||
| 2014-11-20 | [1.6.x] Fixed #23817 -- Updated docs on QuerySet evaluation | Michal 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" documentation | Joseph 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 | |||
