Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added release date for 1.9.7. | Tim Graham | 2016-06-04 | 1 | -1/+1 |
| | |||||
* | Fixed #26667 -- Fixed a regression in queries on a OneToOneField that has ↵ | Tim Graham | 2016-06-04 | 1 | -0/+3 |
| | | | | | | to_field and primary_key=True. Thanks Simon Charette for review. | ||||
* | Fixed #26698 -- Fixed PostgreSQL dbshell crash on an empty database name. | mieciu | 2016-06-03 | 1 | -0/+3 |
| | |||||
* | Fixed #26672 -- Fixed HStoreField to raise ValidationError instead of ↵ | Brad Melin | 2016-06-02 | 1 | -0/+3 |
| | | | | crashing on non-dict JSON input. | ||||
* | Fixed #26627 -- Fixed on_commit callbacks execution order when callbacks ↵ | Barthelemy Dagenais | 2016-05-18 | 1 | -0/+3 |
| | | | | make transactions. | ||||
* | Fixed #26603 -- Forced lazy template names to text when computing cache key. | Simon Charette | 2016-05-10 | 1 | -0/+3 |
| | | | | | | Refs #26536. Thanks Sylvain Fankhauser for the very detailed report. | ||||
* | Fixed #26544 -- Delayed translations of SetPasswordForm help_texts | Claude Paroz | 2016-05-07 | 1 | -0/+3 |
| | | | | Thanks Michael Bitzi for the reporti and Tim Graham for the review. | ||||
* | Fixed #26558 -- Removed need for request context processor on admin login page. | Dan Stephenson | 2016-05-04 | 1 | -1/+2 |
| | |||||
* | Added stub release notes for 1.9.7. | Tim Graham | 2016-05-02 | 1 | -0/+12 |