| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-09-13 | Fixed #23461 -- Added EMAIL_TIMEOUT setting | José Padilla | |
| 2014-09-13 | Forwardported 1.4.16 release notes. | Tim Graham | |
| 2014-09-13 | Added 1.7.1 release notes for refs #23483. | Tim Graham | |
| 2014-09-12 | Fixed #17101 -- Integrated django-secure and added check --deploy option | Tim Graham | |
| Thanks Carl Meyer for django-secure and for reviewing. Thanks also to Zach Borboa, Erik Romijn, Collin Anderson, and Jorge Carleitao for reviews. | |||
| 2014-09-11 | Fixed #23403 -- Fixed crash in contrib.sitemaps if lastmod returned a date ↵ | Tim Graham | |
| rather than datetime. Thanks igorcc for the report. | |||
| 2014-09-10 | Added some items to the 1.7.1 release notes. | Tim Graham | |
| 2014-09-10 | Fixed #20743 -- Added support for keyfile/certfile in SMTP connections. | Andi Albrecht | |
| Thanks jwmayfield, serg.partizan, and Wojciech Banaś for work on the patch. | |||
| 2014-09-10 | Fixed #23417 -- Completed locale formats for zh_CN, zh_Hans, zh_Hant and zh_TW. | Malte Beckmann | |
| 2014-09-10 | Fixed #23452 -- Prevented infinite migrations for empty unique/index_together. | Markus Holtermann | |
| Thanks fwkroon for the report. | |||
| 2014-09-09 | Fixed #23368 -- Overhauled the Welsh formats.py file. | Duncan Parkes | |
| The only debatable thing here is setting FIRST_DAY_OF_WEEK to 1. The only examples of calendars I can find in Welsh start on Monday, for example, the calendar on S4C (the only all Welsh TV station). http://www.s4c.co.uk/clic/c_clicschedule.shtml | |||
| 2014-09-09 | Fixed #11775 -- Made ABSOLUTE_URL_OVERRIDES work with models that don't ↵ | Tim Graham | |
| define get_absolute_url(). Thanks jukvalim for the report and initial patch, and Preston Timmons for review. | |||
| 2014-09-09 | Fixed missing trailing parenthesis in docs/releases/1.7.txt | Sébastien Fievet | |
| 2014-09-08 | Fixed #23451 -- Fixed typo in inlineformset_factory() error message. | Petras Zdanavičius | |
| 2014-09-08 | Fixed #23418 -- Fail when migration deconstruct produces invalid import | Markus Holtermann | |
| 2014-09-08 | Revert "Removed dead link in release notes." | Marc Tamlyn | |
| This reverts commit cbbc7131c1cb0ed40280198a5dad8f5e8023f774. | |||
| 2014-09-08 | Fixed #23431 -- Allowed inline and hidden references to admin fields. | Simon Charette | |
| This fixes a regression introduced by the 53ff096982 security fix. Thanks to @a1tus for the report and Tim for the review. refs #23329. | |||
| 2014-09-08 | Removed dead link in release notes. | Marc Tamlyn | |
| 2014-09-08 | Fixed #22951 -- Checked for types during deep_deconstruct migration ↵ | Andrew Pinkham | |
| serialization process. Thanks Sam Hartsfield for the report. | |||
| 2014-09-06 | Fixed #23416 -- Make sure DatabaseCreation respects checks. | Marc Tamlyn | |
| Migrations respected Field.db_parameters()['check'], but DatabaseCreation was still using just Field.db_type(). | |||
| 2014-09-06 | Fixed #23437 -- Documented required update of WSGI scripts for 1.7. | Aymeric Augustin | |
| Thanks Tim for the review. | |||
| 2014-09-06 | Fixed #22882 -- Fixed a UnicodeDecodeError in flush. | Tim Graham | |
| Thanks djbaldey for the report. | |||
| 2014-09-05 | Fixed #23427 -- Documented migrate is required before runserver for default ↵ | Patrick Beeson | |
| projects. | |||
| 2014-09-05 | Revert "Fixed #23384 -- Allowed overriding part of a dictionary-type setting" | Claude Paroz | |
| This reverts commit 66757fee7e921ad4c35e0b3f80c25e026100b31c. Discussions have led to think that this functionality does not bring significant benefits to justify the added complexity. Read also discussions on ticket #22734. | |||
| 2014-09-04 | Fixed typo in 1.8 release notes. | Tim Graham | |
| 2014-09-03 | Fixed #18757, #14462, #21565 -- Reworked database-python type conversions | Marc Tamlyn | |
| Complete rework of translating data values from database Deprecation of SubfieldBase, removal of resolve_columns and convert_values in favour of a more general converter based approach and public API Field.from_db_value(). Now works seamlessly with aggregation, .values() and raw queries. Thanks to akaariai in particular for extensive advice and inspiration, also to shaib, manfre and timograham for their reviews. | |||
| 2014-09-02 | Added stub release notes for 1.7.1. | Tim Graham | |
| 2014-09-02 | Added dates to release notes. | Tim Graham | |
| 2014-09-02 | Fixed #23302 -- Added --name/-n option to makemigrations command | Raffaele Salmaso | |
| 2014-09-02 | Cleanup run on the 1.7 release notes. | James Bennett | |
| 2014-09-01 | Fixed #23371 -- Changed en_GB first day of the week to Monday. | Duncan Parkes | |
| 2014-08-30 | Fixed #23370 -- defer() + select_related() crashed with inherited models. | Akis Kesoglou | |
| 2014-08-30 | Fixed #23384 -- Allowed overriding part of a dictionary-type setting | Claude Paroz | |
| This change is needed for upcoming changes where settings might be grouped in a parent dictionary. Thanks Tim Graham for the review. | |||
| 2014-08-29 | Fixed a typo in the 1.8 release notes. | Simon Charette | |
| 2014-08-29 | Fixed #21483 -- Added WSGI environ to kwargs sent to request_started signal. | Joshua "jag" Ginsberg | |
| 2014-08-29 | Fixed #21201 -- Improved customization of ClearableFileInput. | Vlastimil Zíma | |
| 2014-08-29 | Removed unnecessary release notes for django.utils.translation.override(). | Tim Graham | |
| Undocumented functions don't need to be mentioned. | |||
| 2014-08-28 | Fixed #23323 -- Made django.utils.translation.override usable as a decorator. | Thomas Chaumeny | |
| 2014-08-28 | Fixed #23375 -- Added missing security issues to the archive. | Simon Charette | |
| Also adjusted the pre-release process to prevent future omissions. | |||
| 2014-08-28 | Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCase | Claude Paroz | |
| Refs #20739. Thanks Raphaël Hertzog for the report and the initial patch. | |||
| 2014-08-27 | Fixed #23329 -- Allowed inherited and m2m fields to be referenced in the admin. | Simon Charette | |
| Thanks to Trac alias Markush2010 and ross for the detailed reports. | |||
| 2014-08-27 | Fixed #13749 -- Added link from admin site to front-end site. | areski | |
| Thanks romankrv for the suggestion. | |||
| 2014-08-24 | Fixed #23355 -- Updated admin jQuery to 1.11.1. | Tim Graham | |
| 2014-08-23 | Fixed #21648 -- Deprecated is_admin_site option to auth.views.password_reset(). | Tim Graham | |
| 2014-08-23 | Replaced no_spatialite by connection features | Claude Paroz | |
| Refs #22632. Thanks Tim Graham for the review. | |||
| 2014-08-20 | Added dates to release notes. | Tim Graham | |
| 2014-08-20 | Prevented data leakage in contrib.admin via query string manipulation. | Simon Charette | |
| This is a security fix. Disclosure following shortly. | |||
| 2014-08-20 | Fixed #23066 -- Modified RemoteUserMiddleware to logout on REMOTE_USER change. | Preston Holmes | |
| This is a security fix. Disclosure following shortly. | |||
| 2014-08-20 | Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file names. | Tim Graham | |
| This is a security fix. Disclosure following shortly. | |||
| 2014-08-20 | Prevented reverse() from generating URLs pointing to other hosts. | Florian Apolloner | |
| This is a security fix. Disclosure following shortly. | |||
| 2014-08-20 | Added release note stubs for 1.5.9 and 1.4.14. | Tim Graham | |
