summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2015-03-10[1.6.x] Fixed typo in docs/ref/database.txtCalvin Jeong
2015-03-05[1.6.x] Improved get_media_prefix template tag example.Aymeric Augustin
2015-03-02[1.6.x] Fixed #24439 -- Removed incorrect make_object_list attributes in CBV ...Andrew Pinkham
2015-02-24[1.6.x] Added a missing backtick in form wizard docs.Ian Lee
2015-02-03[1.6.x] Fixed typos in docs/ref/forms/validation.txt.minusf
2015-02-03[1.6.x] Fixed broken links in class based views flattend index; refs #24250.Tim Graham
2015-02-03[1.6.x] Fixed #24250 -- Corrected mistakes in FormMixin docs.Tim Graham
2015-01-15[1.6.x] Direct readers to format_html() in mark_safe() docs.Luke Plant
2015-01-13[1.6.x] Fixed bad model example in admin docs.Collin Anderson
2014-12-24[1.6.x] Fixed #24041 -- Documented effect of changing a model instance's prim...Helen Sherwood-Taylor
2014-12-23[1.6.x] Fixed #24035 -- Clarified docs on CACHE_MIDDLEWARE_KEY_PREFIX vs KEY_...Frankie Robertson
2014-12-18[1.6.x] Corrected indentation in docs to prevent inadvertent blockquote.Tim Graham
2014-12-17[1.6.x] Fixed display of lists after website redesignMarkus Holtermann
2014-12-08[1.6.x] Fixed #23974 -- Clarified wording of FileField.save/delete save param...Tim Graham
2014-12-08[1.6.x] Refs #23964 -- Added warning about case-insensitive, unique fields us...Jon Dufresne
2014-12-06[1.6.x] Fixed #23965 -- Mentioned that FieldFile inherits from FileTim Graham
2014-12-05[1.6.x] Corrected example in Form.has_changed() docs.Tim Graham
2014-12-03[1.6.x] Fixed typo in docs/ref/request-response.txt.Theodoros Ikonomou
2014-11-25[1.6.x] Added warning about get_inline_instances() permission checking; refs ...Simon Charette
2014-11-20[1.6.x] Added missing backticks to form validation docsAlasdair Nicol
2014-11-20[1.6.x] Fixed #23817 -- Updated docs on QuerySet evaluationMichal Petrucha
2014-11-16[1.6.x] Fixes a race condition in the documentation.Peter Sagerson
2014-11-15[1.6.x] Fixed #23665 -- Noted precedence of settings.USE_L10N in MONTH_DAY_FO...Berker Peksag
2014-11-12[1.6.x] Fixed #23774 -- Clarified QuerySet.order_by() and related models.Tim Graham
2014-10-30[1.6.x] Fixed #23736 -- Corrected the description of the value that silent_va...Tim Graham
2014-10-30[1.6.x] Fixed #23737 -- Recommended the render() shortcut more strongly.Tim Graham
2014-10-30[1.6.x] Explained why admindocs omits model methods with arguments.Zan Anderle
2014-10-30[1.6.x] Fixed #23725 -- Substituted AUTH_USER_MODEL for User in docs.Raul Cumplido
2014-10-29[1.6.x] Added cross reference in admin docs to topic about saving objects in ...P.A. SCHEMBRI
2014-10-27[1.6.x] Fixed QuerySet datetimes argument name in docs.Oliver Meinusch
2014-10-19[1.6.x] Fixed a typo in urlencode documentation.wrwrwr
2014-10-18[1.6.x] Fixed #23676 -- Rearranged sentence; "by default" applies only to max...Jon Dufresne
2014-10-10[1.6.x] Fixed #23631 -- Removed outdated note on MySQL timezone support.Tim Graham
2014-10-06[1.6.x] Updated links in admin docs to use :ref:Kostochko Dmitriy
2014-10-06[1.6.x] Fixed #23597 -- Clarified the manager that {Single,Multiple}ObjectMix...Ismail Badawi
2014-10-01[1.6.x] Added flat=False to signature of QuerySet.values_list()jnothman
2014-09-29[1.6.x] Fixed #17638 -- Added crosslinks between topic and reference guides.Duane Hilton
2014-09-17[1.6.x] Fixed #23499 -- Error in built-in template tag "now" documentationJoseph Dougherty
2014-09-06[1.6.x] Fixed #23340 -- Corrected naturaltime docs to match behavior.Collin Anderson
2014-09-02[1.6.x] Added missing import in docs/ref/signals.txt.Alexey Efimov
2014-08-29[1.6.x] Corrected a usage example of `related_query_name`.Simon Charette
2014-08-26[1.6.x] Fixed #21567 -- Documented how to deploy multiple sites using the sit...Tim Graham
2014-08-26[1.6.x] Fixed #23250 -- Documented that ModelMultipleChoiceField queryset may...Tim Graham
2014-08-26[1.6.x] Fixed spelling mistake in file docs.Tim Graham
2014-08-23[1.6.x] Fixed #22154 -- Added "Built-in" to some class-based views titles.Tim Graham
2014-08-22[1.6.x] Fixed #23324 -- Mentioned Site.id in contrib.sites docs.Tim Graham
2014-08-22[1.6.x] Fixed #23343 -- Typo in docs/ref/class-based-views/generic-date-based...Tim Graham
2014-08-20[1.6.x] Prevented data leakage in contrib.admin via query string manipulation.Simon Charette
2014-08-20[1.6.x] Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file ...Tim Graham
2014-08-19[1.6.x] Fixed #21801 -- Documented SingleObjectMixin.get_context_data() requi...Tim Graham