Akshesh
0d2b97ca18
[1.9.x] Fixed #26219 -- Fixed crash when filtering by Decimal in RawQuery.
...
Backport of fdccc02576
from master
2016-02-17 14:00:38 -05:00
Tim Graham
477b82cf8a
[1.9.x] Fixed #25687 -- Documented how to add database function support to third-party backends.
...
Thanks Kristof Claes for the initial patch.
Backport of 88034c9938
from master
2016-02-17 13:36:55 -05:00
Berker Peksag
f78892f2de
[1.9.x] Refs #19353 -- Added tests for using custom user models with built-in auth forms.
...
Also updated topics/auth/customizing.txt to reflect that subclasses of
UserCreationForm and UserChangeForm can be used with custom user models.
Thanks Baptiste Mispelon for the initial documentation.
Backport of f0425c7260
from master
2016-02-17 10:42:54 -05:00
Jon Dufresne
61f1b6ff21
[1.9.x] Followed recommended ValidationError use in docs.
...
Backport of 0db7e61076
from master
2016-02-17 09:07:11 -05:00
Claude Paroz
205cafd01e
[1.9.x] Fixed #26215 -- Fixed RangeField/ArrayField serialization with None values
...
Also added tests for HStoreField and JSONField.
Thanks Aleksey Bukin for the report and Tim Graham for the initial patch and
the review.
Backport of 928c12eb1
from master.
2016-02-16 21:09:16 +01:00
Tim Graham
cc7ea1905d
[1.9.x] Fixed possible "RuntimeError: maximum recursion depth exceeded" building docs.
...
Backport of 6a71ac61bd
from master
2016-02-16 07:31:26 -05:00
Ryan Nowakowski
ca1f4390c4
[1.9.x] Fixed #26221 -- Used find_packages() in reusable apps tutorial.
...
Otherwise the migrations package won't be included in the tarball.
Backport of 11af73eaeb
from master
2016-02-15 19:25:49 -05:00
Alexey Kotlyarov
765e6c411c
[1.9.x] Fixed #26212 -- Made forms.FileField and translation.lazy_number() picklable.
...
Backport of b59f963ad2
from master
2016-02-15 11:45:44 -05:00
Camilo Nova
2b28a21232
[1.9.x] Added import in docs/topics/email.txt example.
...
Backport of a6f856df52
from master
2016-02-12 13:45:07 -05:00
Markus Holtermann
765f6d8041
[1.9.x] Fixed allow_migrate() signature in documentation
...
Backport of 228427ab1a
from master
2016-02-12 14:35:38 +11:00
Johannes Linke
6a0832dacb
[1.9.x] Fixed #26111 -- Clarified that fixtures are loaded once per TestCase.
...
Backport of 02430ef19d
from master
2016-02-11 18:54:27 -05:00
Becka R
ec16503f2b
[1.9.x] Clarified "database column type" explanation.
...
Backport of cf48962b36
from master
2016-02-11 18:27:14 -05:00
Anssi Kääriäinen
1d9ee181fe
[1.9.x] Fixed #26196 -- Made sure __in lookups use to_field as default.
...
Thanks Simon Charette for the test.
Backport of 46ecfb9b3a
from master
2016-02-11 11:09:55 -05:00
Anssi Kääriäinen
25496f0f7b
[1.9.x] Fixed #26153 -- Reallowed Q-objects in ForeignObject.get_extra_descriptor_filter().
...
Backport of 353aecbf8c
from master
2016-02-11 09:00:38 -05:00
Tim Graham
f7332b3ec5
[1.9.x] Updated instructions for gettext on Windows.
...
Backport of 1d86d4c72b
from master
2016-02-11 08:46:25 -05:00
Tim Graham
9f743e25bd
[1.9.x] Fixed #26206 -- Fixed docs comments causing empty code blocks.
...
Backport of f2b45ddd99
from master
2016-02-11 07:59:30 -05:00
userimack
c5d591733f
[1.9.x] Fixed #26182 -- Removed an obsolete (refs #24917 ) paragraph in admindocs.
...
Backport of 75143fa13f
from master
2016-02-09 09:49:55 -05:00
userimack
f3194d951d
[1.9.x] Fixed #26181 -- Corrected AngularJS CSRF example.
...
Backport of 7a7b82e6f4
from master
2016-02-09 09:38:04 -05:00
Simon Charette
58723722e9
Fixed #26162 -- Checked query name clashes of hidden relationships.
...
Although reverse accessor clashes should be skipped query name can't be hidden.
Thanks to Ian Foote and Tim Graham for the review.
2016-02-08 10:31:01 -05:00
Tim Graham
6b689a505c
[1.9.x] Fixed #26177 -- Fixed a PostgreSQL crash with TIME_ZONE=None and USE_TZ=False.
...
Backport of 97eb3356b2
from master
2016-02-08 07:41:56 -05:00
Tim Graham
530f0adcf3
[1.9.x] Added stub release notes for 1.8.10.
...
Backport of d6337e65ed
from master
2016-02-06 09:24:56 -05:00
Sergey Fedoseev
2526e452b6
[1.9.x] Fixed spelling -- super set -> superset.
...
Backport of f8e865d78f
from master
2016-02-06 08:28:25 -05:00
Manish Rastogi
23509a895f
[1.9.x] Fixed #26169 -- Fixed tutorial reference in reusable apps tutorial.
...
Backport of ad216381fc
from master
2016-02-04 07:55:07 -05:00
Carl Meyer
239a1f74fd
[1.9.x] Fix typos in 1.8 release notes.
...
Backport of a0ce4c09ff
from master
2016-02-03 15:27:35 -05:00
Blake Griffith
daa80aceec
[1.9.x] Changed gypsy to manouche in docs and tests.
...
"Gypsy" is considered a slur by the Romani people whom it refers to.
"manouche jazz" is used in place of "gypsy jazz" and is an accepted
term for the same genre of music.
Backport of 5fdbd9e36c
from master
2016-02-03 09:48:01 -05:00
Tim Graham
a201df396e
[1.9.x] Made identation of default setting docs more consistenct.
...
Backport of 67907ed845
from master
2016-02-02 11:42:46 -05:00
Tim Graham
194bf8ca62
[1.9.x] Refs #26089 -- Removed obsolete docs about custom user model testing.
...
Backport of 1e9150443e
from master
2016-02-02 08:55:06 -05:00
Ramon Moraes
a121ac35b5
[1.9.x] Updated xhtml2pdf name/URL in docs.
...
Backport of 3b759661a8
from master
2016-02-02 07:37:06 -05:00
KimberleyLawrence
7aeb3cd779
[1.9.x] Clarified "same as above" tutorial comment.
...
Backport of ca4afc77db
from master
2016-02-01 16:38:30 -05:00
Buddy Lindsey, Jr
3a063b0dcc
[1.9.x] Fixed #26155 -- Skipped URL checks if no ROOTURL_CONF setting.
...
Backport of 731bdfe68a
from master
2016-02-01 14:00:08 -05:00
Harry
fe41a134bc
[1.9.x] Fixed #26152 -- Documented how to avoid django.setup() deadlock in standalone scripts.
...
Backport of 0fb1185538
from master
2016-02-01 13:41:31 -05:00
Tim Graham
34fae0a4f7
[1.9.x] Added CVE-2016-2048 to the security archive.
...
Backport of ecd502cfdb
from master
2016-02-01 12:43:02 -05:00
Tim Graham
cc36944935
[1.9.x] Added stub release notes for 1.9.3.
...
Backport of 59654d5efe
from master
2016-02-01 12:39:50 -05:00
Tim Graham
715cc35467
[1.9.x] Added release dates for 1.9.2 and 1.8.9.
2016-02-01 12:05:08 -05:00
Myk Willis
adbca5e4db
[1.9.x] Fixed incorrect permissions check for admin's "Save as new".
...
This is a security fix.
2016-02-01 12:05:08 -05:00
Tim Graham
a9fbf0735a
[1.9.x] Fixed #26124 -- Added missing code formatting to docs headers.
...
Backport of a6ef025dfb
from master
2016-02-01 11:54:26 -05:00
Tim Graham
d7a6086825
[1.9.x] Fixed #23868 -- Added support for non-unique django-admin-options in docs.
...
Also documented missing short command line options to fix #24134 . This bumps
the minimum sphinx version required to build the docs to 1.3.4.
Thanks Simon Charette for review.
Backport of e519aab43a
from master
2016-02-01 11:25:42 -05:00
Tim Graham
0495f44b8d
[1.9.x] Unified some doc links to OneToOneField and ManyToManyField.
...
Backport of 8ce8beb3f2
from master
2016-02-01 11:02:53 -05:00
Yoong Kang Lim
5d97839039
[1.9.x] Fixed #26156 -- Added createsuperuser instructions to admin docs.
...
Backport of 9644e2e968
from master
2016-01-30 12:32:58 -05:00
Tim Graham
5879bd090c
[1.9.x] Added a missing session setting in docs.
...
Backport of 9a5c94588e
from master
2016-01-29 15:09:07 -05:00
Tim Graham
5ead386a20
[1.9.x] Made formatting of docs for settings defaults more consistent.
...
Backport of 2436b83dfd
from master
2016-01-29 15:06:58 -05:00
Tim Graham
d6d8fd3b82
[1.9.x] Fixed #26137 -- Confirmed support for SpatiaLite 4.2/4.3 and added instructions.
...
Backport of 93897a6a75
from master
2016-01-29 08:54:46 -05:00
Tim Graham
01db3249e5
[1.9.x] Fixed #26129 -- Made invalid forms display initial values of disabled fields.
...
Backport of 04564eb74d
from master
2016-01-29 08:08:04 -05:00
Tim Graham
efd8554815
[1.9.x] Fixed #20415 -- Ensured srid isn't localized in OpenLayers JavaScript.
...
Backport of 19d1cb1451
from master
2016-01-28 18:02:10 -05:00
Tim Graham
6103b49900
[1.9.x] Fixed #25917 -- Clarified reversibility of RemoveField.
...
Thanks kaifeldhoff for the draft patch.
Backport of 55481bcdee
from master
2016-01-28 12:50:02 -05:00
Claude Paroz
ca6ab72bb7
[1.9.x] Fixed #26138 -- Ensured geometry_field's geometry is always serialized
...
Thanks Bernd Schlapsi for the report.
Backport of 54236a2c1c
from master.
2016-01-28 08:52:28 +01:00
Yoong Kang Lim
e47f0c1247
[1.9.x] Fixed #26136 -- Removed URL reversing by dotted path from JavaScript catalog example.
...
Backport of 31817dd2eb
from master
2016-01-27 09:05:58 -05:00
Tim Graham
204d31cd60
[1.9.x] Refs #26142 -- Documented that Formset's extra=0 doesn't prevent creating objects.
...
Backport of 8e6a08e937
from master
2016-01-27 08:57:17 -05:00
Ben Kraft
dee5896b55
[1.9.x] Fixed #26122 -- Fixed copying a LazyObject
...
Shallow copying of `django.utils.functional.LazyObject` or its subclasses has
been broken in a couple of different ways in the past, most recently due to
35355a4
.
Backport of 13023ba867
from master
2016-01-26 06:57:27 -05:00
Preston Timmons
218cc71073
[1.9.x] Fixed #25848 -- Set template origin on each node.
...
Prior to 55f12f8709
, the template origin was available on each node via
`self.token.source[0]`. This behavior was removed when debug handling was
simplified, but 3rd-party debugging tools still depend on its presence.
This updates the Parser to set origin on individual nodes. This enables the
source template to be determined even when template extending or including is
used.
Backport of cfda1fa3f8
from master
2016-01-26 06:23:51 -05:00