| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-10-01 | [1.10.x] Bumped version for 1.10.2 release.1.10.2 | Tim Graham | |
| 2016-10-01 | [1.10.x] Fixed #27302 -- Fixed ModelAdmin.construct_change_message() changed ↵ | Claude Paroz | |
| field detection Thanks Ramiro Morales for the report and Tim Graham for the review. Backport of 67eee5e4fa08f4404445ebf4f54b686e68a8530c from master. | |||
| 2016-10-01 | [1.10.x] Added release date for 1.10.2. | Tim Graham | |
| Backport of aa7dc2dc39e5d7911839030bd2d14feb0efa6429 from master | |||
| 2016-10-01 | [1.10.x] Confirmed support for PostGIS 2.3. | Tim Graham | |
| Backport of 79c91070e5797f647347c2f8bdfc4c7a0f835fb3 from master | |||
| 2016-09-30 | [1.10.x] Updated translations from Transifex | Claude Paroz | |
| 2016-09-30 | [1.10.x] Refs #27186 -- Fixed model form default fallback for ↵ | Tim Graham | |
| CheckboxSelectMultiple. Backport of 87c5e7efebd040aef0f0479ccf86877155bb5cea from master | |||
| 2016-09-30 | [1.10.x] Fixed #27294 -- Documented UserCreationForm's fields. | Lewis Cowles | |
| Backport of 1d25eb9688f1a245737490dccf8ba54b6c907052 from master | |||
| 2016-09-30 | [1.10.x] Updated links to the current version of PostGIS docs. | Tim Graham | |
| Backport of cc282fa731dd4a427fb4e2aa6fb0e6763e44a72d from master | |||
| 2016-09-30 | [1.10.x] Updated links to the current version of MySQL docs. | Tim Graham | |
| Backport of 98196766769c2ed8816772b60a2e8b79028963a2 from master | |||
| 2016-09-29 | [1.10.x] Fixed typos in docs/howto/deployment/checklist.txt. | Laurent | |
| Backport of bceade84a7337b1f27c3bf7ec158051128f3324b from master | |||
| 2016-09-29 | [1.10.x] Normalized spelling of "Web server/page" in docs. | Tim Graham | |
| Backport of eb4d4376fc0f3958ef8e801434ef2bb61a07b56a from master | |||
| 2016-09-29 | [1.10.x] Fixed import typos in the docs. | Frank Wiles | |
| Backport of a09c058918f85949fd4c003e7ae62869f4559bd3 from master | |||
| 2016-09-28 | [1.10.x] Fixed typo in docs/ref/contrib/gis/install/postgis.txt. | Christian Bundy | |
| Backport of 9c522d2ed8e752932bfff62d6e2940e56dee700b from master | |||
| 2016-09-28 | [1.10.x] Fixed #27289 -- Corrected View.as_view() explanation. | Tim Graham | |
| Thanks Graham Wideman for the report. Backport of f2ff1b2fabbe26d5e61d690c4c5a47f9582f9300 from master | |||
| 2016-09-28 | [1.10.x] Fixed 27283 -- Fixed typo in 1.8 release notes. | Alasdair Nicol | |
| Backport of 32031718320e1b4d708b15d8c67738e4c77c9bc7 from master | |||
| 2016-09-27 | [1.10.x] Fixed #27076 -- Documented contrib.admin.sites.AdminSite.register(). | Austin Simmons | |
| Backport of 0f6829a68afb91abfdea8489008ebffac3d5220c from master | |||
| 2016-09-27 | [1.10.x] Fixed #27053 -- Documented contrib.auth.get_user(). | Berker Peksag | |
| Backport of f7e91cac689b28fc32ca52cdeac258ec0d58b4fc from master | |||
| 2016-09-27 | [1.10.x] Fixed #27271 -- Fixed a crash in runserver logging. | Sergey Fursov | |
| Allowed ServerFormatter to handle simple string messages or messages with formatting arguments. The formatter will set the server_time variable on the log record if it's required by the format string but wasn't passed in extra parameters. Backport of 6709ea4ae91b906742506ac0c42a3a272991001f from master | |||
| 2016-09-26 | [1.10.x] Removed missing name in django.db __all__. | Adam Chainz | |
| 'backend' hasn't existed since 051c666acac770dea1af2fc223cc695f985f02f7. Backport of b29c6c96c738bd7250a408b079dd8a4d4657849a from master | |||
| 2016-09-26 | [1.10.x] Added CVE-2016-7401 to the security release archive. | Tim Graham | |
| Backport of 6fe846a8f08dc959003f298b5407e321c6fe3735 from master | |||
| 2016-09-26 | [1.10.x] Added a CVE role for Sphinx. | Tim Graham | |
| Backport of a46742e738b91f79dd7b2e6ecba6dd1604e14d05 from master | |||
| 2016-09-26 | [1.10.x] Fixed #27278 -- Fixed an anchor in docs/topics/forms/formsets.txt. | Tim Graham | |
| Backport of 8d233a2132c20d85f4e863a3eb62168f667c45df from master | |||
| 2016-09-26 | [1.10.x] Added release notes for 1.9.10 and 1.8.15 releases. | Tim Graham | |
| 2016-09-26 | [1.10.x] Fixed #27276 -- Doc'd how to reverse admin's login view. | Jonatas CD | |
| Backport of 6d6d1b10017d4f0ade761fb07c78c146e3008d65 from master | |||
| 2016-09-26 | [1.10.x] Fixed #27270 -- Clarified a paragraph in ↵ | Tim Graham | |
| docs/topics/forms/formsets.txt. Thanks Kifsif for the suggestion. Backport of 8110673aafd48e9345c17458638c10fb12ab4f2a from master | |||
| 2016-09-23 | [1.10.x] Simplified has_perm() example in topics/auth/customizing.txt. | Berker Peksag | |
| Backport of 0a6ed6b1d9dadd0916e887ff9026cf206be36a5c from master | |||
| 2016-09-23 | [1.10.x] Fixed #27261 -- Added missing python-brace-format marker | Claude Paroz | |
| Thanks Maxime Vdb for the report. Backport of 2c501203601c9610e69155c57bfe235f155344e2 from master. | |||
| 2016-09-22 | [1.10.x] Fixed #27186 -- Fixed model form default fallback for MultiWidget, ↵ | Tim Graham | |
| FileInput, SplitDateTimeWidget, SelectDateWidget, and SplitArrayWidget. Thanks Matt Westcott for the review. Backport of 3507d4e773aa9ff2336e7230ba231c4ba6eb568f from master | |||
| 2016-09-19 | [1.10.x] Fixed #27238 -- Disabled check_pattern_startswith_slash if ↵ | Alasdair Nicol | |
| settings.APPEND_SLASH=False. Thanks strycore for the report and timgraham for suggesting the solution. Backport of 911d9f4ed1a39f945769b7198a419850378f9824 from master | |||
| 2016-09-17 | [1.10.x] Fixed a typo in docs/topics/auth/default.txt. | aruseni | |
| Backport of cdde2eac5b4653ef113b892e0a7279cf79ac70c2 from master | |||
| 2016-09-17 | [1.10.x] Corrected docs for return type of Field.formfield(). | zhuanyenan | |
| Backport of 17677d510f65012531a5af57fd056fb15cfe1067 from master | |||
| 2016-09-16 | [1.10.x] Fixed typo in tests/migrations/test_loader.py. | Tim Graham | |
| Backport of 6989b45c8dce0d3c50d1530fd65d388c7fde2a2a from master | |||
| 2016-09-15 | [1.10.x] Fixed typo in docs/ref/settings.txt. | Tim Graham | |
| Backport of 43c471e81c27542e4dc392dfa2310c5a52db35d9 from master | |||
| 2016-09-14 | [1.10.x] Fixed #15143 -- Doc'd how to set the language for the test client. | Michael Scott | |
| Backport of 3c447b108ac70757001171f7a4791f493880bf5b from master | |||
| 2016-09-13 | [1.10.x] Fixed #27216 -- Corrected import location in admin deprecation ↵ | Jeff Willette | |
| messages. Backport of 7148929a5ef4a5fb8332a43f7d39394618313476 from master | |||
| 2016-09-12 | [1.10.x] Removed an empty test app. | Tim Graham | |
| Backport of 94b838387c2a7f398c9bad7f5faa86ac4aedcade from master | |||
| 2016-09-12 | [1.10.x] Fixed #27212 -- Fixed typo in docs/howto/static-files/index.txt. | Tim Graham | |
| Backport of c2e94bd8df9703b4565af7e180bcc043ae339055 from master | |||
| 2016-09-12 | [1.10.x] Fixed #27209 -- Fixed typo in docs/ref/models/database-functions.txt. | Simon Charette | |
| Thanks Valentin Ignatyev for the report. Backport of 767ba009764c6640b20ea6a6dc6ee2559cc87800 from master | |||
| 2016-09-09 | [1.10.x] Normalized spelling of ETag. | Tim Graham | |
| Backport of ef021412d5e7eb78c89f0b7cf2ec01bcb959a837 from master | |||
| 2016-09-07 | [1.10.x] Fixed #27143 -- Allowed combining SearchQuery with more than one & ↵ | Nicola Jordan | |
| or | operators. Backport of 978a00e39fee25cfa99065285b0de88366710fad from master | |||
| 2016-09-07 | [1.10.x] Fixed #27174 -- Explained where PollsConfig comes from in tutorial 2. | Ankur Gupta | |
| Backport of 40d501147176352b694ec8b67b09127b20193ad2 from master | |||
| 2016-09-07 | [1.10.x] Fixed #27180 -- Fixed a crash in MySQL checks where SELECT ↵ | Markus Gerards | |
| @@sql_mode doesn't return a result. Backport of 2b64ff68cc375b5688174b4087bf44be9edd2558 from master | |||
| 2016-09-07 | [1.10.x] Added stub release notes for 1.10.2. | Tim Graham | |
| Backport of de7f9758aca472a5dfd94a46ec272b847229940f from master | |||
| 2016-09-07 | [1.10.x] Fixed #27172 -- Closed database cursor explicitly in two doc examples | Chris Jerdonek | |
| Backport of ccf7adb064a70eb1b1ec5857f1dd54988f5c983c from master. | |||
| 2016-09-02 | [1.10.x] Doc'd how to remove old references in migration files. | Tim Graham | |
| Backport of 5bd967e1c52bfe811daffaccd3ef8964f8a3cb35 from master | |||
| 2016-09-02 | [1.10.x] Fixed #27099 -- Documented list filter's has_output() method. | Jeff Willette | |
| Backport of bd3dc670b53d1742d317d2a088a9d145ce0083d7 from master | |||
| 2016-09-01 | [1.10.x] Post-release version bump. | Tim Graham | |
| 2016-09-01 | [1.10.x] Bumped version for 1.10.1 release1.10.1 | Tim Graham | |
| 2016-09-01 | [1.10.x] Refs #25850, #27142, #27110 -- Documented migration history ↵ | Shai Berger | |
| consistency checks. Backport of c93ac9cf42bff259ab71b70a89b693b9c38e4666 from master | |||
| 2016-09-01 | [1.10.x] Added release date for 1.10.1. | Tim Graham | |
| Backport of 894df3e327587793348ca50cff65c13df0a0b867 from master | |||
