Mariusz Felisiak
|
6731672060
|
[1.11.x] Fixed #28781 -- Added QuerySet.values()/values_list() support for union(), difference(), and intersection().
Thanks Tim Graham for the review.
Backport of 2d3cc94284 from master
|
2017-11-12 14:33:41 +01:00 |
|
Tim Graham
|
b0566e5bb3
|
[1.11.x] Fixed #28729 -- Replaced a numbered list with unordered list in TemplatesSetting docs.
Backport of eb9b56c5b6 from master
|
2017-10-20 14:04:15 -04:00 |
|
Jozef
|
0f9de3976c
|
[1.11.x] Fixed typo in docs/ref/models/querysets.txt.
Backport of 3bd69b1261 from master
|
2017-10-17 10:07:43 -04:00 |
|
Stefan Schneider
|
251190cc59
|
[1.11.x] Fixed #28653 -- Added missing ForeignKey.on_delete argument in docs.
Backport of 08c8c3ead9 from master
|
2017-09-29 11:38:47 -04:00 |
|
Tim Graham
|
a86d95726b
|
[1.11.x] Fixed #28561 -- Removed inaccurate docs about QuerySet.order_by() and joins.
As of ccbba98131, both examples don't use
a join.
Backport of 44a6c27fd4 from master
|
2017-09-06 19:22:00 -04:00 |
|
Michael
|
ddea2166f1
|
[1.11.x] Fixed #28568 -- Fixed typo in docs/ref/models/database-functions.txt.
And made an example use naming consistent with the rest of the doc.
Backport of 3f2b1d926b from master
|
2017-09-04 14:41:17 -04:00 |
|
Simon Meers
|
07f73daf6b
|
[1.11.x] Fixed #17985 -- Documented ModelAdmin.lookup_allowed().
Backport of 60443e84b3 from master
|
2017-09-02 14:09:49 -04:00 |
|
Nick Pope
|
1739ef7855
|
[1.11.x] Fixed #28525 -- Documented GDAL and GeoIP exceptions.
Backport of 11f4c52ec7 from master
|
2017-09-02 09:27:19 -04:00 |
|
Tim Graham
|
d236f30237
|
[1.11.x] Fixed #28557 -- Fixed ForeignKey/OneToOneField/ManyToManyField argument name in docs.
Backport of 6e4a34580d from master
|
2017-09-01 21:44:06 -04:00 |
|
Nick Pope
|
511dfb336f
|
[1.11.x] Reordered GeoIP docs be consistent with GDAL/GEOS ordering.
Backport of cbb27d603b from master
|
2017-09-01 09:51:52 -04:00 |
|
Nick Pope
|
6346d64873
|
[1.11.x] Made GeoIP docs headers consistent with other GIS docs.
Backport of 49017dc13a from master
|
2017-09-01 09:45:37 -04:00 |
|
jkrzy
|
046b8c80ce
|
[1.11.x] Fixed #27701 -- Doc'd staticfiles runserver bypasses middleware when serving static files.
Backport of 20a761697f from master
|
2017-08-30 21:31:09 -04:00 |
|
Jkrzy
|
10b54c8782
|
[1.11.x] Fixed #28548 -- Replaced 'middlewares' with 'middleware' in docs.
Backport of da3a5cee4f from master
|
2017-08-30 06:26:04 -04:00 |
|
Claude Paroz
|
503b9ab7ad
|
[1.11.x] Fixed #28532 -- Fixed typo in PostgreSQL field docs
Thanks Andreas Poisel for the report.
Backport of 3c0b2b80ed from master.
|
2017-08-26 10:22:45 +02:00 |
|
Mathieu Hinderyckx
|
1214e7c1b1
|
[1.11.x] Clarified Concat example in docs.
Backport of cf5740fbc8 from master
|
2017-08-14 14:57:34 -04:00 |
|
Bryan Helmig
|
93b53fb942
|
[1.11.x] Made the @cached_property example more consistent.
Backport of 68f0bcb012 from master
|
2017-08-11 10:14:08 -04:00 |
|
Tim Graham
|
479554f569
|
[1.11.x] Fixed #28471 -- Clarified that Meta.indexes is preferred to index_together.
Backport of d18227e341 from master
|
2017-08-08 09:48:21 -04:00 |
|
Tim Graham
|
05a828a1ae
|
[1.11.x] Fixed #28466 -- Clarified the definition of a lazy relationship.
Backport of 50a97edc1a from master
|
2017-08-07 15:53:44 -04:00 |
|
Tim Graham
|
020c1c4cc8
|
[1.11.x] Fixed #28415 -- Clarified what characters ASCII/UnicodeUsernameValidator accept.
Backport of 14172cf442 from master
|
2017-07-27 08:45:59 -04:00 |
|
Tim Graham
|
7386029249
|
[1.11.x] Fixed #28435 -- Removed inaccurate warning about SECURE_HSTS_PRELOAD.
Backport of c7d58c6f43 from master
|
2017-07-25 15:28:54 -04:00 |
|
Tobias Schulmann
|
aef117eb2e
|
[1.11.x] Fixed #28420 -- Doc'd 'is' comparison restriction for User.is_authenticated/anonymous.
|
2017-07-24 13:41:16 -04:00 |
|
Tomer Chachamu
|
a5e91ab1fb
|
[1.11.x] Doc'd the need to remove default ordering on Subquery aggregates.
Backport of 62917cee5a from master
|
2017-07-18 13:11:26 -04:00 |
|
jmk
|
308945957c
|
[1.11.x] Fixed 403 link in docs/ref/contrib/gis/install/spatialite.txt.
Backport of 841b464883 from master
|
2017-07-17 12:26:28 -04:00 |
|
Florian Apolloner
|
9350f77c69
|
[1.11.x] Fixed #28399 -- Fixed QuerySet.count() for union(), difference(), and intersection() queries.
Backport of adab280cef from master
|
2017-07-15 09:10:42 -04:00 |
|
Irindu Indeera
|
fe7b456825
|
[1.11.x] Fixed #28352 -- Corrected QuerySet.values_list() return type in docs examples.
Backport of babe9e64a6 and
2457c1866e from master
|
2017-07-11 14:23:22 -04:00 |
|
Mike Vasiliou
|
a6756195c1
|
[1.11.x] Fixed #28294 -- Doc'd request/args/kwargs attributes of class-based views.
Backport of 63e9a71ec4 from master
|
2017-06-28 10:01:20 -04:00 |
|
Laura
|
a84b555eb5
|
[1.11.x] Fixed #28336 -- Fixed typo in docs/ref/settings.txt.
Backport of e58c87cb70 from master
|
2017-06-27 21:42:39 -04:00 |
|
Sergey Fedoseev
|
812b24e98e
|
[1.11.x] Fixed GEOSGeometry reference in GIS tutorial.
Backport of 964e490847 from master
|
2017-06-26 15:10:27 -04:00 |
|
aruseni
|
1de0da961e
|
[1.11.x] Fixed typo in docs/ref/request-response.txt.
Backport of ad524980ac from master
|
2017-06-20 11:22:38 -04:00 |
|
François Freitag
|
712ce47e1a
|
[1.11.x] Fixed #18485 -- Doc'd behavior of PostgreSQL when manually setting AutoField.
Backport of 4f1eb64ad0 from master
|
2017-06-19 09:25:32 -04:00 |
|
Matthias Kestenholz
|
a1c6c220e2
|
[1.11.x] Fixed #27434 -- Doc'd how to raise a model validation error for a field not in a model form.
Backport of e8c056c31a from master
|
2017-06-13 20:47:58 -04:00 |
|
Tim Graham
|
48ce204488
|
[1.11.x] Fixed typo in docs/ref/models/querysets.txt.
Backport of 0877989c94 from master
|
2017-06-09 12:48:46 -04:00 |
|
Tim Graham
|
109fd94c96
|
[1.11.x] Fixed typo in docs/ref/contrib/postgres/fields.txt.
Backport of 108ff788cb from master
|
2017-06-09 12:43:19 -04:00 |
|
Mads Jensen
|
319839d780
|
[1.11.x] Refs #25240 -- Added ExtractWeek examples.
Backport of 085c2f94ec from master
|
2017-06-08 09:17:01 -04:00 |
|
Tim Graham
|
288fd9b9e0
|
[1.11.x] Corrected FileExtensionValidator doc regarding the value being validated.
Backport of c01409c789 from master
|
2017-06-07 16:52:50 -04:00 |
|
Tim Graham
|
8f7e6b55e5
|
[1.11.x] Fixed typo in docs/ref/class-based-views/mixins-single-object.txt.
Backport of fc13a697b4 from master
|
2017-06-06 11:27:18 -04:00 |
|
Windson yang
|
b373812b0b
|
[1.11.x] Fixed #28102 -- Doc'd how to compute path to built-in widget template directories.
Backport of 7f238097c0 from master
|
2017-06-05 17:27:05 -04:00 |
|
Tim Graham
|
d6100b715d
|
[1.11.x] Fixed typo in docs/ref/forms/fields.txt.
Backport of ecae9c7aec from master
|
2017-06-05 08:24:34 +02:00 |
|
Claude Paroz
|
81c3967e55
|
[1.11.x] Refs #28192 -- Fixed documentation of ChoiceField choices requirement
Thanks Tim Graham for noticing the issue.
Backport of 54caca2d34 from master.
|
2017-06-03 16:19:09 +02:00 |
|
Anupam
|
9a3bcaf46a
|
[1.11.x] Fixed #28190 -- Clarifed how include/extends treat template names.
Backport of 1f2e4f9cfe from master
|
2017-06-03 08:11:41 -04:00 |
|
Philip James
|
34ea3d61af
|
[1.11.x] Fixed #26028 -- Added overriding templates howto.
Backport of 7c9a833301 from master
|
2017-06-02 18:21:35 -04:00 |
|
Lachlan Musicman
|
84dac491d4
|
[1.11.x] Fixed #28266 -- Fixed typo in docs/ref/models/instances.txt.
Backport of 00093daec9 from master
|
2017-06-02 09:17:31 -04:00 |
|
François Freitag
|
8245255ae5
|
[1.11.x] Clarified QuerySet.iterator()'s docs on server-side cursors.
Backport of bf50ae8210 from master
|
2017-06-01 15:38:56 -04:00 |
|
René Fleschenberg
|
ceb6a64f2f
|
[1.11.x] Refs #26294 -- Fixed typo in docs/ref/django-admin.txt.
Backport of a30482a4b6 from master
|
2017-05-30 17:16:10 -04:00 |
|
Tim Graham
|
3e17b0222c
|
[1.11.x] Removed incorrect "required" attribute in docs/ref/forms/fields.txt.
Backport of 17ed0d36bc from master
|
2017-05-29 18:01:28 -04:00 |
|
Jon Dufresne
|
2c03e14586
|
[1.11.x] Corrected REPL example in forms docs for Python 3.
Backport of c3e638112d from master
|
2017-05-27 19:28:58 -04:00 |
|
Tim Graham
|
61f61a2b0c
|
[1.11.x] Fixed #28239 -- Removed docs for a removed arg of template.Context.
Backport of 0ea321193a from master
|
2017-05-25 13:17:25 -04:00 |
|
Claude Paroz
|
65dfe579d0
|
[1.11.x] Updated various links in docs to avoid redirects
Thanks Tim Graham and Mariusz Felisiak for review and completion.
|
2017-05-22 19:32:02 +02:00 |
|
Michiel Beijen
|
ec24108008
|
[1.11.x] Pointed Dive into Python links to python3 site
Backport of 48028c6f9a from master
|
2017-05-20 21:46:18 -04:00 |
|
Danilo Bargen
|
84f6098aaf
|
[1.11.x] Documented OSMWidget.default_lat/lon.
Backport of 680968b9e4 from master
|
2017-05-13 17:44:45 -04:00 |
|