Claude Paroz
|
680a0f08b1
|
Updated doc links to point to Python 3 documentation
|
2014-04-26 16:02:53 +02: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 |
Tim Graham
|
a6e3fb80b0
|
Fixed #21343 -- Noted many-to-many restrictions with intermediate model.
Thanks EvilDMP for the report.
|
2014-01-16 08:38:40 -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 |
Tim Graham
|
43efefae69
|
Fixed #19756 - Corrected a ManyToMany example and added some links and markup.
|
2013-02-07 06:12:25 -05:00 |
Claude Paroz
|
596cb9c7e2
|
Replaced print statement by print function (forward compatibility syntax).
|
2012-04-30 20:45:03 +02: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 |