| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-05-13 | [1.6.x] Removed an unnecessary anchor in the docs. | Tim Graham | |
| Backport of a06808d370 from master | |||
| 2014-05-12 | [1.6.x] Fixed #22613 -- Added formfield_for_choice_field() to the list of ↵ | Tim Graham | |
| methods that InlineModelAdmin supports. Backport of 986bd41f8a from master | |||
| 2014-05-11 | [1.6.x] Insert space. | Markus Amalthea Magnuson | |
| Backport of 8eb51a8cf6 from master | |||
| 2014-05-06 | [1.6.x] Updated the messages context processor docs | Claude Paroz | |
| 2014-05-05 | [1.6.x] Fixed #1349 -- Clarified docs on serving files from STATIC/MEDIA_URL. | Tim Graham | |
| Backport of fb7c347f7b from master | |||
| 2014-04-25 | [1.6.x] Fixed #22493 - Added warnings to raw() and extra() docs about SQL ↵ | Moayad Mardini | |
| injection Thanks Erik Romijn for the suggestion. Backport of 3776926cfe503f16c7195621da20c5b89bda70a2 from master | |||
| 2014-04-25 | [1.6.x] Fixed #22516 -- Added versionchanged annotation for STATIC_ROOT ↵ | Malcolm Box | |
| default value. Backport of 658710be00 from stable/1.7.x | |||
| 2014-04-22 | [1.6.x] Various documentation typo/spelling fixes | Marti Raudsepp | |
| Errors detected by Topy (https://github.com/intgr/topy), all changes verified by hand. Backport of 11d453bcadad3c9a5ae35882792d0f1e8e8e7818 from master | |||
| 2014-04-21 | [1.6.x] Fixed queries that may return unexpected results on MySQL due to ↵ | Erik Romijn | |
| typecasting. This is a security fix. Disclosure will follow shortly. Backport of 75c0d4ea3ae48970f788c482ee0bd6b29a7f1307 from master | |||
| 2014-04-21 | [1.6.x] Corrected the section identifier for MySQL unicode reference. | Matt Lauber | |
| Backport of b2514c02e1 from master | |||
| 2014-04-18 | [1.6.x] Moved RemoteUserBackend documentation to reference guide. | Tim Graham | |
| Backport of 26d118c3fe from master | |||
| 2014-04-18 | [1.6.x] Fixed #22458 -- Added a note about MySQL utf8_unicode_ci collation | Moayad Mardini | |
| Thanks tobami at gmail.com for the report. Backport of 11ac50b18e from master | |||
| 2014-04-18 | [1.6.x] Fixed #22473 -- Emphasized that Model.clean() is not called from ↵ | Tim Graham | |
| Model.save(). Backport of b43bbd6d39 from master | |||
| 2014-04-16 | [1.6.x] Fixed #22220 -- Added more examples to reverse() documention. | Ben Davis | |
| Thanks EvilDMP for the suggestions. Backport of 030dd4f72c from master | |||
| 2014-04-16 | [1.6.x] Added RemoteUserMiddleware to middleware reference page. | Tim Graham | |
| Backport of 465980d070a33555cdabb4787db50a4e23228de2 from master. | |||
| 2014-04-10 | [1.6.x] Fixed #21353 -- Noted that description is ignored for TabularInlines. | Tim Graham | |
| Thanks nofinator for the report. Backport of d5031ecf88 from master | |||
| 2014-04-10 | [1.6.x] Documentation fixes for the select_for_update change. | Shai Berger | |
| Refs #22343; thanks Tim Graham for the fixes. | |||
| 2014-04-10 | [1.6.x] Fixed #22343 -- Disallowed select_for_update in autocommit mode | Shai Berger | |
| The ticket was originally about two failing tests, which are fixed by putting their queries in transactions. Thanks Tim Graham for the report, Aymeric Augustin for the fix, and Simon Charette, Tim Graham & Loïc Bistuer for review. Backport of b990df1d63 from master | |||
| 2014-04-09 | [1.6.x] Fixed small typo in django-admin.txt | ejstronge | |
| The word 'by' seemed to be missing from the first line of the compilemessages command. Backport of 5ca522b9ed from master | |||
| 2014-04-03 | [1.6.x] Fixed #22372 -- Improved description of WizardView.get_context_data(). | Vishal Lal | |
| Thanks simon29 for the report. Backport of a8e2ec0e82 from master | |||
| 2014-03-31 | [1.6.x] Replaced urllib/urlparse imports with from django.utils.six.moves. | Tim Graham | |
| Backport of 981b864fbd from master | |||
| 2014-03-27 | [1.6.x] Fixed #21941 -- Documented the kwargs param of django.conf.urls.url(). | Tim Martin | |
| Thanks cjerdonek for the report. Backport of a779757706 from master | |||
| 2014-03-25 | [1.6.x] Fixed #22322 -- Fixed incorrect explanation of what managed=False does. | Tim Graham | |
| refs #14305. Thanks Adrian Klaver for the report. Backport of 9b7ba8af1b4ddb539cd69cbec9645cd873db7624 from master | |||
| 2014-03-24 | [1.6.x] Fixed #22048 - Enhanced docs to cover nonexistent one-to-one ↵ | Adam Kaliński | |
| relationships. Thanks EvilDMP for the suggestion. Backport of ec08d62a20 from master | |||
| 2014-03-23 | [1.6.x] Fixed #22317 -- Fixed documented handler400 default value | Claude Paroz | |
| Backport of 3f7615cddc from master. | |||
| 2014-03-22 | [1.6.x] Improved strip_tags and clarified documentation | Claude Paroz | |
| The fact that strip_tags cannot guarantee to really strip all non-safe HTML content was not clear enough. Also see: https://www.djangoproject.com/weblog/2014/mar/22/strip-tags-advisory/ Backport of 6ca6c36f8 from master. | |||
| 2014-03-21 | [1.6.x] Small doc changes missed in 66076268. | Aymeric Augustin | |
| Partial backport of 253e8ac2 from master. | |||
| 2014-03-21 | [1.6.x] Replaced an instance of PIL with Pillow in the docs. | Tim Graham | |
| Backport of 563d6a6bba from stable/1.7.x | |||
| 2014-03-16 | [1.6.x] Fixed #22242 -- Documented common cookie size limit. | Daniel Pyrathon | |
| Backport of 885e7adf56 from master | |||
| 2014-03-11 | [1.6.x] Fixed typo in docs/ref/django-admin.txt | Tim Graham | |
| Thanks Wes Kendall for the report. Backport of ce3d9f847d from master | |||
| 2014-03-03 | [1.6.x] Fixed #21908 -- Added example usage for ↵ | Tim Graham | |
| ModelAdmin.get_inline_instances(). Thanks matt at schinckel.net for the suggestion. Backport of 5a4f1298cf from master | |||
| 2014-03-02 | [1.6.x] Fixed some typos in the documentation. | Baptiste Mispelon | |
| Thanks to Rodolfo Carvalho and Piotr Kasprzyk for the patch. Partial backport of ea4da8e63c314b4f7cbcb4dd06eef466c1e872ed from master. | |||
| 2014-02-25 | [1.6.x] Fixed #22145 -- Clarified docs on Field.blank and Field.null options. | navneet suman | |
| Thanks skipjack at peru.com for the suggestion. Backport of 3390550f6f from master | |||
| 2014-02-23 | [1.6.x] Fixed #22112 -- Added RedirectView.pattern_name to CBV flattened index | Alasdair Nicol | |
| Also moved accessor method get_redirect_url next to its attribute url for consistency with the other views. Thanks nikunj.sg for the report Backport of 462edd22e5577ff9ee6477f7572b571700d1a2aa from master. | |||
| 2014-02-23 | [1.6.x] Fixed #21902 -- Documented search order for list_display. | Marcin Sokół | |
| Backport of 09b725f51bbfa0f01b27ee2d718889926d409519 from master. | |||
| 2014-02-23 | [1.6.x] Fixed #22092 -- Documented ResolverMatch.view_name | Jochem Oosterveen | |
| Backport of 271929dd9d3aa5184cbb13d79b3651ac32e640ea from master. | |||
| 2014-02-23 | [1.6.x] Fixed #22113 -- changed object_name to model_name in CBV docs. | Marcin Sokół | |
| Thanks to trac user nikunj.sg for the report. Backport of b8874084868080baff29ac3453d20a845fd1568c from master. | |||
| 2014-02-23 | [1.6.x] Fixed #21881 -- Clarify behavior of {% ssi %} template tag. | Baptiste Mispelon | |
| When using the `parsed` option, {% ssi %} has the same limitation as {% include %}, namely that the rendering of the included template is done separately. Thanks to trac user nagyv for the report and to alextreme for the patch. Backport of 072fb923e1b2e39e85a4ed4569ee7cd94f26a0bb from master. | |||
| 2014-02-23 | [1.6.x] Fixed #22063 -- Added reference to NoReverseMatch from the reverse() ↵ | Alex de Landgraaf | |
| documentation Backport of b645be80e99709c8b1f9b3d1c26e99e22fdca08b from master. | |||
| 2014-02-15 | [1.6.x] Fixed #22013 -- Documented difference between SERVER_EMAIL and ↵ | Zbigniew Siciarz | |
| DEFAULT_FROM_EMAIL. Backport of 44814e78cc from master | |||
| 2014-02-09 | [1.6.x] Fixed inaccuracies in generic mixins documentation. | Baptiste Mispelon | |
| Backport of a5391db76a20c8bb35a7bc0192870fddf747c54c from master. | |||
| 2014-01-29 | [1.6.x] Fix typo CRSF -> CSRF | Ian 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 | |||
