| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-28 | [1.6.x] Bump version for 1.6.4 bugfix release.1.6.4 | James Bennett | |
| 2014-04-25 | [1.6.x] Fixed #22507 -- Clarified nature of the sender argument of signals | Claude Paroz | |
| Backport of d1f93e9c1e from master. | |||
| 2014-04-25 | [1.6.x] Fixed #22504 -- Corrected domain terminology in security guide. | Tim Graham | |
| Thanks chris at chrullrich.net. Backport of f65eb15ac6 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-25 | [1.6.x] Fixed #22515 -- Fixed the object_id of the LogEntry that's created ↵ | Tim Graham | |
| after a user password change in the admin. Thanks ross at servercode.co.uk for the report. Backport of 9e7f86b890 from master | |||
| 2014-04-24 | [1.6.x] Renamed Transifex project from django-core to django | Claude Paroz | |
| See also http://blog.transifex.com/post/83622601443/new-teams-management-transifex Backport of 7c24027ba from master. | |||
| 2014-04-23 | Removed bad import in last commit. | Tim Graham | |
| 2014-04-23 | [1.6.x] Fixed #22486 -- Restored the ability to reverse views created using ↵ | Tim Graham | |
| functools.partial. Regression in 8b93b31487d6d3b0fcbbd0498991ea0db9088054. Thanks rcoup for the report. Backport of 3c06b2f2a3 from master | |||
| 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-22 | [1.6.x] Updated grammar in description of django.contrib.auth. | Ray Ashman | |
| Backport of 9853779805 from master | |||
| 2014-04-22 | [1.6.x] Added 1.6.4 release note stub. | Tim Graham | |
| Backport of 9fb95dfc9f from master | |||
| 2014-04-22 | [1.6.x] Post release version bump. | Tim Graham | |
| 2014-04-22 | [1.6.x] Fixed #22426 -- Added support old-style d.c.messages format. | Florian Apolloner | |
| Forward ported code from 1.5 that adds backwards compatibility with legacy message length. See commit 9e7183073f64e541587e8dcfd8bb3ddeb47f8162 for details. Thanks to Ofir Ovadia for the initial patch. Backport of f286721f7fdc2202f77a5f4d650d9d0779b86811 from master | |||
| 2014-04-21 | [1.6.x] Add missing disclosure information to security archive. | James Bennett | |
| 2014-04-21 | [1.6.x] Update for 1.6.3 security release.1.6.3 | James Bennett | |
| 2014-04-21 | [1.6.x] Added information on resolved security issues to release notes. | Erik Romijn | |
| Backport of c07f3e60c2d455e36ba4ac339d4283d32bbc3814 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] Prevented leaking the CSRF token through caching. | Aymeric Augustin | |
| This is a security fix. Disclosure will follow shortly. Backport of c083e3815aec23b99833da710eea574e6f2e8566 from master | |||
| 2014-04-21 | [1.6.x] Fixed a remote code execution vulnerabilty in URL reversing. | Tim Graham | |
| Thanks Benjamin Bach for the report and initial patch. This is a security fix; disclosure to follow shortly. Backport of 8b93b31487d6d3b0fcbbd0498991ea0db9088054 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-18 | [1.6.x] Added some missing items to the 1.6.3 release notes. | Tim Graham | |
| Backport of c2b269df6e from master | |||
| 2014-04-18 | [1.6.x] Fixed #22471 -- Corrected misprint in i18n docs | Erik Romijn | |
| Backport of 54d5c37de6572eae57a66339bb38719e681cee82 from master. | |||
| 2014-04-17 | [1.6.x] Fixed #22454 - Changed compatibility warning hint for test runner. | Tim Graham | |
| Backport of 214d1e1b0f 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] Fixed #22457 -- Fixed contributing guide w/o github set-up | Jordi Yeh | |
| The published commnand was not working when the user did not have the git client set-up with the public-key. Changed the contributing guide to clone it from https instead. Backport of 28102991172ab931d030412275f926c1b05c688d from master. | |||
| 2014-04-16 | [1.6.x] Fixed #22453 -- Corrected DoesNotExist message in docs. | Tim Graham | |
| Thanks Eugenio Cano-Manuel. Backport of eefad142dee466c1ead6038fbeec75479b1afead from master | |||
| 2014-04-16 | [1.6.x] Added a note regarding django.contrib.auth.authenticate. | Tim Graham | |
| Thanks Josh Brown for the suggestion. Backport of ae5b662796 from master | |||
| 2014-04-16 | [1.6.x] Added RemoteUserMiddleware to middleware reference page. | Tim Graham | |
| Backport of 465980d070a33555cdabb4787db50a4e23228de2 from master. | |||
| 2014-04-15 | [1.6.x] Fixed #22392 -- Corrected deployment instructions for Apache 2.4. | Tim Graham | |
| Thanks zjcheah at yahoo.com for the report. Backport of 0f37d2e4c0 from master | |||
| 2014-04-13 | [1.6.x] Fixed #21760 -- prefetch_related used an inefficient query for ↵ | valtron | |
| reverse FK. Regression introduced by commit 9777442. Refs #21410. Conflicts: tests/prefetch_related/tests.py Backport of d3b71b976d from master | |||
| 2014-04-11 | Improved a comment. Thanks intgr for the report. | Aymeric Augustin | |
| 2014-04-10 | [1.6.x] Fixed #22419 -- Typo in docs/topics/db/multi-db.txt. | Tim Graham | |
| Thanks Josh Kupershmidt. Backport of c487b1e230 from master | |||
| 2014-04-10 | [1.6.x] Increased robustness of 58161e4e. Refs #22291. | Aymeric Augustin | |
| Backport of ee837b9a from master | |||
| 2014-04-10 | [1.6.x] Fixed #21202 -- Maintained atomicity when the server disconnects. | Aymeric Augustin | |
| Thanks intgr for the report. This commit doesn't include a test because I don't know how to emulate a database disconnection in a cross-database compatible way. Also simplified a 'backends' test that was constrained by this problem. Backport of 81761508 from master | |||
| 2014-04-10 | [1.6.x] Fixed #21239 -- Maintained atomicity when closing the connection. | Aymeric Augustin | |
| Refs #15802 -- Reverted #7c657b24 as BaseDatabaseWrapper.close() now has a proper "finally" clause that may need to preserve self.connection. Backport of 25860096 from master. | |||
| 2014-04-10 | [1.6.x] Fixed #22321 -- Wrapped exceptions in _set_autocommit. | Aymeric Augustin | |
| Refs #21202. Backport of 3becac84 from master | |||
| 2014-04-10 | [1.6.x] Fixed #22291 -- Avoided shadowing deadlock exceptions on MySQL. | Aymeric Augustin | |
| Thanks err for the report. Backport of 58161e4e 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] Fixed #22364 -- Sanitized getpass input in changepassword. | John Paulett | |
| Python 2 getpass on Windows does not accept unicode, even when containing on ASCII characters. Related #190807. Backport of b5a9166f7e from master | |||
| 2014-04-10 | [1.6.x] Fixed #22412 -- More nuanced advice re template filters and exceptions. | Carl Meyer | |
| Thanks Tim for review. Backport of 7e3834adc9 from master | |||
| 2014-04-10 | Fixed a broken test introduced in 6fa7d7c5. Refs #21553. | Aymeric Augustin | |
| Thanks Shai. | |||
| 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 #21553 -- Ensured unusable database connections get closed. | Aymeric Augustin | |
| Backport of 5f2f47f 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-08 | [1.6.x] Fixed #16205 -- Added an installation for Windows. | Anubhav Joshi | |
| Backport of d35d2f61c5 from master | |||
