| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-09-23 | [1.8.x] Fixed typo in docs/topics/db/examples/one_to_one.txt | Don Kirkby | |
| Backport of dcd7358afd7985c3803cd8ef2a189ca39aaa9603 from master | |||
| 2015-08-10 | [1.8.x] Fixed #25160 -- Moved unsaved model instance data loss check to ↵ | Tim Graham | |
| Model.save() This mostly reverts 5643a3b51be338196d0b292d5626ad43648448d3 and 81e1a35c364e5353d2bf99368ad30a4184fbb653. Thanks Carl Meyer for review. Backport of 5980b05c1fad69eef907e0076aa2dc837edab529 from master | |||
| 2015-03-18 | [1.8.x] Fixed #24495 -- Allowed unsaved model instance assignment check to ↵ | Karl Hobley | |
| be bypassed. Backport of 81e1a35c364e5353d2bf99368ad30a4184fbb653 from master | |||
| 2014-08-19 | Removed unnecessary code-block directives. | areski | |
| 2014-08-13 | Fixed #23283 -- Added default=False to BooleanField's in the docs. | Ola Sitarska | |
| Thanks Baptiste for the suggestion. | |||
| 2014-06-05 | Fixed #10811 -- Made assigning unsaved objects to FK, O2O, and GFK raise ↵ | Anubhav Joshi | |
| ValueError. This prevents silent data loss. Thanks Aymeric Augustin for the initial patch and Loic Bistuer for the review. | |||
| 2014-04-26 | Updated doc links to point to Python 3 documentation | Claude Paroz | |
| 2014-03-24 | Fixed #22048 - Enhanced docs to cover nonexistent one-to-one relationships. | Adam Kaliński | |
| Thanks EvilDMP for the suggestion. | |||
| 2014-02-13 | Fixed #21951 -- Updated docs to use __str__ for Python 3 | Alasdair Nicol | |
| Thanks Tim Graham for the report and recommendations | |||
| 2014-01-17 | Removed some unnecessary __exact operators in filters. | Tim Graham | |
| 2014-01-16 | Fixed #21343 -- Noted many-to-many restrictions with intermediate model. | Tim Graham | |
| Thanks EvilDMP for the report. | |||
| 2013-07-05 | Fixed #20224 -- Update docs examples which mention __unicode__ | Claude Paroz | |
| Thanks Marc Tamlyn and Tim Graham for the review. | |||
| 2013-03-03 | Removed unnecessary imports. | Aymeric Augustin | |
| 2013-02-07 | Fixed #19756 - Corrected a ManyToMany example and added some links and markup. | Tim Graham | |
| 2012-09-08 | Avoided mixing dates and datetimes in the examples. | Aymeric Augustin | |
| Refs #16023. | |||
| 2012-04-30 | Replaced print statement by print function (forward compatibility syntax). | Claude Paroz | |
| 2012-03-14 | Fixed #17605: Restored deleted query documentation that used to live in ↵ | James Bennett | |
| doctests. Thanks zsiciarz for work on the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17737 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
