Karl Hobley
|
81e1a35c36
|
Fixed #24495 -- Allowed unsaved model instance assignment check to be bypassed.
|
2015-03-18 19:00:09 -04:00 |
areski
|
9d6551204e
|
Removed unnecessary code-block directives.
|
2014-08-19 16:44:25 -04:00 |
Anubhav Joshi
|
5643a3b51b
|
Fixed #10811 -- Made assigning unsaved objects to FK, O2O, and GFK raise ValueError.
This prevents silent data loss.
Thanks Aymeric Augustin for the initial patch and Loic Bistuer for the review.
|
2014-06-05 13:12:01 -04:00 |
Alasdair Nicol
|
8aa1efff6d
|
Fixed #21951 -- Updated docs to use __str__ for Python 3
Thanks Tim Graham for the report and recommendations
|
2014-02-13 07:12:40 -05:00 |
Tim Graham
|
b87c59b04b
|
Removed some unnecessary __exact operators in filters.
|
2014-01-17 18:12:45 -05:00 |
Claude Paroz
|
7442eb1a24
|
Fixed #20224 -- Update docs examples which mention __unicode__
Thanks Marc Tamlyn and Tim Graham for the review.
|
2013-07-05 19:27:07 +02:00 |
Aymeric Augustin
|
e69348b4e7
|
Avoided mixing dates and datetimes in the examples.
Refs #16023.
|
2012-09-08 11:00:04 -04:00 |
James Bennett
|
dad1f5c21e
|
Fixed #17605: Restored deleted query documentation that used to live in doctests. Thanks zsiciarz for work on the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17737 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-14 22:16:46 +00:00 |