| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-11-06 | Fixed another typo introduced by b914991b3705cb6c91013d962c55cda9deb18d83. | Baptiste Mispelon | |
| Thanks Claude for catching it. | |||
| 2013-11-05 | Fixed a documentation typo introduced by b914991b37. | Simon Charette | |
| 2013-11-06 | Added more tests and documentation for dictsort. | Baptiste Mispelon | |
| It's possible to use something like {{ foo|dictsort:'bar.baz' }} but this wasn't tested or documented. | |||
| 2013-11-05 | Improved English in release notes for runserver. | Aymeric Augustin | |
| Thanks Tim. | |||
| 2013-11-05 | Fixed #18419 -- Full backwards compatibility for old language codes | Bouke Haarsma | |
| Improved documentation about zh-* deprecation and upgrade path. Thanks to Baptiste Mispelon for the code reviews. | |||
| 2013-11-04 | Improved changelog for runserver in 1.7. | Aymeric Augustin | |
| 2013-11-04 | Fixed #18149 -- Changed language codes for Chinese | Bouke Haarsma | |
| Language codes for Chinese are zh_Hans (Simplified) and zh_Hant (Traditional). Added support for browsers that still send the deprecated language codes. Thanks to Olli Wang for the report. | |||
| 2013-11-03 | Fixed all E226 violations | Alex Gaynor | |
| 2013-11-02 | Fixed the remaining E302 violations int eh django package | Alex Gaynor | |
| 2013-11-02 | Fixed all E261 warnings | coagulant | |
| 2013-11-02 | Fixed flake8 E241 | Boryslav Larin | |
| 2013-11-02 | Django should be capitalized in text | Bouke Haarsma | |
| 2013-11-02 | Fixed #21373 -- Typo fixed in i18n docs | Claude Paroz | |
| Thanks rpq at winscores.com for the report. | |||
| 2013-11-02 | Fixed #21341 -- Eased https requests with the test client | Unai Zalakain | |
| All request methods of ``django.test.client.Client`` receive a ``secure`` argument that defaults to ``False`` indicating whether or not to make the request through https. Thanks Aymeric Augustin for the review. | |||
| 2013-11-02 | Merge pull request #1799 from Bouke/tickets/9523 | Aymeric Augustin | |
| Fixed #9523 -- Restart runserver after translation MO files change | |||
| 2013-11-02 | Fixed #21354 -- Documented contrib.redirects defaults to 301 redirects | Bouke Haarsma | |
| Thanks glarrain for the suggestion. | |||
| 2013-11-02 | Fixed #9523 -- Restart runserver after translation MO files change | Bouke Haarsma | |
| Thanks to Krzysztof Kulewski for the initial patch. | |||
| 2013-11-01 | Fixed spelling ("dependant" -> "dependent") | Tim Graham | |
| Dependent means reliant on. A dependant is a person like a child or spouse. Thanks Andrew Wilcox for the report. | |||
| 2013-11-01 | Fixed typo -- "a" user, not "an" user | Sylvain Bellemare | |
| 2013-11-01 | Fixed #21364 -- Specified InnoDB full-text support from MySQL 5.6.4 on | Claude Paroz | |
| Thanks thevlad at gmail.com for the report. | |||
| 2013-11-01 | Fixed #21359 -- Corrected MySQL collation name in databases docs | Claude Paroz | |
| Thanks k_sze for the report. | |||
| 2013-10-31 | Fixed #21339 -- Documented removal of some form field error messages | Claude Paroz | |
| 2013-10-30 | Fixed #9722 - used pyinotify as change detection system when available | Unai Zalakain | |
| Used pyinotify (when available) to replace the "pool-every-one-second" mechanism in `django.utils.autoreload`. Thanks Chris Lamb and Pascal Hartig for work on the patch. | |||
| 2013-10-30 | Fixed #21306 -- Documented lower-casing behavior of title filter. | Tim Graham | |
| 2013-10-30 | Fixed #21294 -- Clarified the logout next_page argument. | Tim Graham | |
| Thanks wim at go2people.nl for the report. | |||
| 2013-10-30 | Fixed #20610: Added a message level dict to contrib.message context processor. | Baptiste Mispelon | |
| 2013-10-30 | Documented the limitation on sep argument to Signer | Antoine Catton | |
| Co-Authored-By: Gavin Wahl <gwahl@fusionbox.com> | |||
| 2013-10-30 | Fixed #21316 -- Documented that modifying safe strings makes them unsafe. | Tim Graham | |
| Thanks dev@simon.net.nz for the suggestion and vijay_shanker for the patch. | |||
| 2013-10-30 | Documented removal of django.core.servers.basehttp.WSGIServerException | Tim Graham | |
| refs 2ca00faa913754cd5860f6e1f23c8da2529c691a | |||
| 2013-10-29 | Fixed #8261 -- ModelAdmin hook for customising the "show on site" button | Unai Zalakain | |
| ``ModelAdmin.view_on_site`` defines wether to show a link to the object on the admin detail page. If ``True``, cleverness (i.e. ``Model.get_absolute_url``) is used to get the url. If it's a callable, the callable is called with the object as the only parameter. If ``False``, not link is displayed. With the aim of maitaining backwards compatibility, ``True`` is the default. | |||
| 2013-10-29 | Mark this as a python code-block | Alex Gaynor | |
| 2013-10-28 | Fixed #21344 -- Typo in docs/ref/models/queries.txt | Tim Graham | |
| 2013-10-27 | Fix note syntax usage. | Eric Holscher | |
| http://sphinx.readthedocs.org/en/latest/markup/para.html?highlight=note#directive-note | |||
| 2013-10-26 | Fixed all the E203 violations | Alex Gaynor | |
| 2013-10-25 | Fixed #21325 -- Added missing argument to permission_required decorator. | Tim Graham | |
| 2013-10-25 | Fixed typo in docs/releases/1.4.9.txt. | Paolo Melchiorre | |
| 2013-10-24 | Fixed doc typo in previous commit. | Tim Graham | |
| 2013-10-24 | Fixed #21271 -- Added timeout parameter to SMTP EmailBackend. | SusanTan | |
| Thanks Tobias McNulty and Tim Graham for discussions and code review. Thanks Andre Cruz the suggestion and initial patch. | |||
| 2013-10-24 | Fixed #21219 -- Added a way to set different permission for static files. | Vajrasky Kok | |
| Previously, when collecting static files, the files would receive permission from FILE_UPLOAD_PERMISSIONS. Now, there's an option to give different permission from uploaded files permission by subclassing any of the static files storage classes and setting the file_permissions_mode parameter. Thanks dblack at atlassian.com for the suggestion. | |||
| 2013-10-24 | Fixed #20338 -- Stripped ending dot during host validation | Claude Paroz | |
| Thanks manfre for the report and Timo Graham for the review. | |||
| 2013-10-23 | Fixed #20945 -- Allowed cache tag to use a specific cache. | Curtis Maloney | |
| 2013-10-23 | Bumped release date for 1.5.5 & 1.4.9. | Tim Graham | |
| 2013-10-23 | Fixed #19941 -- Removed sys.path hack when running the test suite. | Tim Graham | |
| Thanks jezdez for the suggestion. | |||
| 2013-10-23 | typo on 1.7 release notes | Collin Anderson | |
| 2013-10-23 | Fixed #13245: Explained Oracle's behavior w.r.t db_table | Shai Berger | |
| and how to prevent table-name truncation Thanks russellm & timo for discussion, and timo for review. | |||
| 2013-10-23 | Fixed E225 pep8 warnings. | Tim Graham | |
| 2013-10-22 | Added 1.5.5 and 1.4.9 release notes | Tim Graham | |
| 2013-10-22 | Fixed #21304 -- Typo in docs/topics/testing/advanced.txt | Tim Graham | |
| Thanks joao at silvaneves.org for the report. | |||
| 2013-10-22 | Fixed #17027 -- Added support for the power operator in F expressions. | Florian Hahn | |
| Thanks dan at dlo.me for the initial patch. - Added __pow__ and __rpow__ to ExpressionNode - Added oracle and mysql specific power expressions - Added used-defined power function for sqlite | |||
| 2013-10-22 | Fixed E221 pep8 warnings. | Tim Graham | |
