Berker Peksag
3b75d1262e
[1.10.x] Fixed #21588 -- Corrected handler initialization in "modifying upload handlers" example.
...
Backport of 8f50ff5b15
from master
2016-06-09 12:51:57 -04:00
John Karahalis
fccb03fc40
[1.10.x] Fixed typo in docs/intro/tutorial07.txt
...
Backport of 37b36af6c6
from master
2016-06-09 11:15:52 -04:00
Baylee Feore
5e46075fcf
[1.10.x] Fixed #26702 -- Documented how to change the base class of a custom field.
...
Backport of 7767978bee
from master
2016-06-08 10:38:48 -04:00
Tommy Beadle
b04e6ec7cb
[1.10.x] Fixed #26704 -- Documented DjangoJSONEncoder.
...
Backport of 729b9452b1
from master
2016-06-07 14:58:30 -04:00
Brett Haydon
bd7de3cb87
[1.10.x] Fixed #26716 -- Made CurrentSiteMiddleware compatible with new-style middleware.
...
Backport of 5e3f4c2e53
from master
2016-06-07 09:46:58 -04:00
Paulo
34f13e030b
[1.10.x] Fixed typos in db/models/fields/related_descriptors.py
...
Backport of 1a2a7cc01e
and
908c26b079
from master
2016-06-07 08:53:49 -04:00
Jon Dufresne
32ab8c0340
[1.10.x] Added some links to the TypedChoiceField docs.
...
Backport of 31a9a965a3
from master
2016-06-06 12:12:25 -04:00
Tom Christie
d9b78be324
[1.10.x] Fixed #26713 -- Documented resolving deprecation warnings before upgrade.
...
Backport of 316395d828
from master
2016-06-06 11:41:36 -04:00
Tim Graham
72d676bc06
[1.10.x] Documented known Python 3.5+ test failures in contributing tutorial.
...
Backport of 6a316423df
from master
2016-06-06 10:50:42 -04:00
Pyie Zone
a9b0b0762f
[1.10.x] Refs #26474 , DEP 0003 -- Added blanket.js source file.
...
Backport of 8f8dc830df
from master
2016-06-06 09:36:40 -04:00
Pyie Zone
ef93af919b
[1.10.x] Refs #16501 , #26474 -- Added xregexp.js source file.
...
Backport of 054e74420b
from master
2016-06-06 09:36:31 -04:00
Tom Christie
dff1f115e5
[1.10.x] Linked to upgrade guide from release notes.
...
Backport of da22079c21
from master
2016-06-06 07:32:44 -04:00
Tim Graham
dd0a1266f1
[1.10.x] Added stub release notes for 1.9.8.
...
Backport of 01e567864e
from master
2016-06-04 19:58:42 -04:00
Tim Graham
9f296b14c4
[1.10.x] Added release date for 1.9.7.
...
Backport of 1f5eb521a0
from master
2016-06-04 19:27:39 -04:00
Evan Palmer
101f999776
[1.10.x] Fixed #25127 -- Documented how to organize models in a package.
...
Backport of 84d8d1d715
from master
2016-06-04 11:48:16 -04:00
Berker Peksag
9e5b544713
[1.10.x] Used snippet directive in file upload example.
...
Backport of b9c04801d4
from master
2016-06-04 09:24:50 -04:00
Tim Graham
8996054cb4
[1.10.x] Fixed #26667 -- Fixed a regression in queries on a OneToOneField that has to_field and primary_key=True.
...
Thanks Simon Charette for review.
Backport of e2296e7f0a
from master
2016-06-04 09:15:10 -04:00
Berker Peksag
27983d82c2
[1.10.x] Fixed #26604 -- Added a multiple file upload example to topics/http/file-uploads.txt.
...
Backport of 54febdb8be
from master
2016-06-03 17:42:12 -04:00
B. J. Potter
926529d618
[1.10.x] Fixed #26596 -- Added Jinja2 {{ csrf_input }} documentation.
...
Backport of 9c53facc45
from master
2016-06-03 15:25:50 -04:00
B. J. Potter
2e7ec15f53
[1.10.x] Added syntax highlighting to CSRF example.
...
Backport of 261738990e
from master
2016-06-03 15:19:23 -04:00
mieciu
9a204fc8a5
[1.10.x] Fixed #26698 -- Fixed PostgreSQL dbshell crash on an empty database name.
...
Backport of 19ff506878
from master
2016-06-03 12:42:41 -04:00
Ed Henderson
521772ff07
[1.10.x] Fixed #26021 -- Applied hanging indentation to docs.
...
Backport of 4a4d7f980e
from master
2016-06-03 11:49:24 -04:00
shaunagm
971adb9e9c
[1.10.x] Fixed #26701 -- Replaced /newticket links to Trac with /.
...
Backport of 44c7e5d374
from master
2016-06-03 08:49:59 -04:00
Holly Becker
697ed75de5
[1.10.x] Refs #26628 -- Documented CSRF failure logging.
...
Backport of ff9198ee0f
from master
2016-06-02 20:44:13 -04:00
jrabbit
83ea51a244
[1.10.x] Fixes #26700 -- Added how to upgrade to TEMPLATES link in 1.10 release notes.
...
Backport of d65e2899b2
from master
2016-06-02 20:29:20 -04:00
Chad Shryock
cd4246aab1
[1.10.x] Fixed #26526 -- Documented QuerySet.latest()'s dependency on database ordering.
...
Backport of e6c5e68acd
from master
2016-06-02 19:42:57 -04:00
Brad Melin
3eb31867bb
[1.10.x] Fixed #26672 -- Fixed HStoreField to raise ValidationError instead of crashing on non-dict JSON input.
...
Backport of f6517a5335
from master
2016-06-02 16:29:22 -04:00
Claude Paroz
5641a80d49
[1.10.x] Fixed #26337 -- Added i18n note about using a non-English base language
...
Thanks Cristiano Coelho for the report and Tim Graham for the review.
Backport of f6fefbf8cb
from master.
2016-06-02 20:58:18 +02:00
Alex Hill
85d2b80d5e
[1.10.x] Fixed #26686 -- Fixed crash when registering model signals with abstract senders.
...
Backport of 08014fe75b
from master
2016-06-02 14:46:44 -04:00
Alex Hill
f91247f598
[1.10.x] Fixed #26642 -- Made ModelSignal.disconnect() work with lazy references.
...
Backport of ff6c6feae1
from master
2016-06-02 14:46:31 -04:00
Tim Graham
59f4780b92
[1.10.x] Updated release notes links to prevent warnings with Sphinx 1.4.2.
...
Backport of 149ace94df
from master
2016-06-02 11:42:32 -04:00
Tim Graham
52ab0fd354
[1.10.x] Ignored new warnings when building the docs with Sphinx 1.4.
...
Backport of af32737573
from master
2016-06-02 11:30:53 -04:00
Ramiro Morales
777bc8f7d6
[1.10.x] Fixed #26692 -- Relaxed an i18n compilemessages test.
...
The actual non-ASCII character differs on Windows.
Backport of 71421e8f87
from master
2016-06-01 09:21:17 -04:00
Tim Graham
bad894d5b8
[1.10.x] Fixed #26695 -- Clarified return value of View.options().
...
Thanks mmoreaux and DheerendraRathor.
Backport of db2a6b6bfa
from master
2016-06-01 08:29:28 -04:00
Simon Charette
58f0d40b6d
[1.10.x] Fixed #26676 -- Prevented prefetching to_attr from caching its result in through attr.
...
Thanks Ursidours for the report.
Backport of 53a5fb3cc0
from master
2016-05-31 14:35:20 -04:00
Ramiro Morales
4095317afb
[1.10.x] Fixed #26687 -- Made an i18n test not use a hardcoded path separator.
...
Fixed a failure on Windows.
Backport of e3877c53ed
from master
2016-05-31 12:00:57 -04:00
Florian Apolloner
7bc199aa64
[1.10.x] Fixed a typo in the docs.
...
Backport of 62e4f8ec43
from master
2016-05-31 10:59:25 -04:00
Berker Peksag
ccea4a44c2
[1.10.x] Fixed #26503 -- Removed an outdated example from session docs.
...
Backport of 698c8dfc2a
from master
2016-05-31 07:21:16 -04:00
Ketan Bhatt
c2dde7561a
[1.10.x] Fixed #26679 -- Documented which methods are disabled on RelatedManager if there's an intermediate table.
...
Backport of 59523c06fe
from master
2016-05-31 07:15:15 -04:00
Christophe Pettus
3e1c8fc4c0
[1.10.x] Fixed #26684 -- Removed incorrect index example in docs/ref/contrib/postgres/search.txt.
...
Backport of 92107522ed
from master
2016-05-30 14:21:48 -04:00
Vytis Banaitis
b737c0f5db
[1.10.x] Fixed #25044 -- Fixed migrations for renaming ManyToManyField's through model.
...
Backport of f1e408ff40
from master
2016-05-30 10:27:28 -04:00
Berker Peksag
ab92351bc6
[1.10.x] Fixed #13080 -- Corrected accepted values of sender parameter in Signal.connect() docstring.
...
Backport of 995d09ead4
from master
2016-05-30 08:18:01 -04:00
Ramiro Morales
af8ac46015
[1.10.x] Fixed #26674 -- Corrected a i18n makemessages test.
...
Made it consistently read the PO file, decode its contents and then
check for the non-breaking space Unicode code point.
Previously we were erroneously skipping the interpretation of what we
read as UTF-8 text.
This was causing the test to fail on Windows with Python 3.5.
Backport of 1b00ed0880
from master
2016-05-29 12:49:47 -04:00
Tim Graham
e140139724
[1.10.x] Confirmed support for PostGIS 2.2.
...
Backport of cbea13f344
from master
2016-05-28 20:48:55 -04:00
Tim Graham
23e106bb72
[1.10.x] Refs #22634 -- Removed unneeded app_label in custom session engine example.
...
Backport of cc0d1eaaea
from master
2016-05-28 17:33:28 -04:00
Ramiro Morales
e0a4d4477c
[1.10.x] Fixed #26673 -- Fixed a I18N test case error on Windows+Python 2.7.
...
`subprocess.Popen` doesn't accept enviroment vars with Unicode var name
or value.
Backport of 15a5755e7c
from master
2016-05-28 17:16:03 -04:00
Tim Graham
f529d0cb58
[1.10.x] Refs #24227 -- Fixed crash of ManyToManyField.value_from_object() on unsaved model instances.
...
This behavior was removed in 67d984413c
but is needed to prevent a crash in formtools.
Backport of a4c20ae85b
from master
2016-05-28 16:06:06 -04:00
Ramiro Morales
fc644076cd
[1.10.x] Fixed #26645 -- Fixed potential makemessages failures on Windows.
...
This was reflected by 27 i18n test errors (not failures) on such
platform caused by corrupt intermediate PO catalog files fed to
`msgmerge(1)`.
Made it handle in-memory PO/POT file contents with normalized line
separators (`'\n'`).
We need to perform manually this after using `subprocess.Popen` as we
can't pass it `universal_newlines=True`.
Also fixes #26670 in the process as this commit refactors the same code
section.
Backport of 6ab0d1358f
from master
2016-05-28 08:41:55 -04:00
Bas Westerbaan
c6aa941978
[1.10.x] Fixed #26635 -- Clarified Argon2PasswordHasher's memory_cost differs from command line utility.
...
Backport of 9407cc966b
from master
2016-05-27 18:37:37 -04:00
Daniel Wiesmann
85ab56944d
[1.10.x] Refs #25588 -- Fixed GDAL dependency in spatial lookups.
...
Backport of 9bb1b4b7f6
from master
2016-05-27 17:07:26 -04:00