Benjamin Wohlwend
c367abb11b
[1.9.x] Refs #24622 -- Documented alternatives to some test response attributes when using alternative template engines.
...
Backport of 2b9eed41fa
from master
2015-10-22 14:11:22 -04:00
Tim Graham
02f3084f4e
[1.9.x] Fixed #25584 -- Documented a pip error when installing Django 1.9.
...
Backport of ee66d8dd7d
from master
2015-10-22 10:09:04 -04:00
Tim Allen
3d192b66a9
[1.9.x] Revised Windows install instructions for Python 3.5.
...
Added instructions for installing virtualenv and virtualenvwrapper.
Backport of 1ce11f6064
from master
2015-10-21 20:27:21 -04:00
Tim Graham
55ed23fd3e
[1.9.x] Fixed #21894 -- Corrected a form.clean() example in case a superclass doesn't return data.
...
Backport of 80855a4b37
from master
2015-10-21 13:53:48 -04:00
Jacek Bzdak
5a9e93e054
[1.9.x] Fixed #25574 -- Documented {{ dict.items }} shadowing in for template tag docs.
...
Backport of 32cd706971
from master
2015-10-21 11:46:01 -04:00
Yusuke Miyazaki
a083d70192
[1.9.x] Fixed #25578 -- Corrected the casing of "GitHub".
...
Backport of 230d8c7301
from master
2015-10-21 07:32:28 -04:00
Simon Charette
522b0bc91f
[1.9.x] Fixed #25563 -- Cached deferred models in their proxied model's _meta.apps.
...
Thanks to Andriy Sokolovskiy for the report and Tim Graham for the review.
Backport of 3db3ab71e9
from master
2015-10-19 20:13:16 -04:00
Josh Smeaton
7a3b486ccd
[1.9.x] Fixed #25517 -- Made Concat function idempotent on SQLite.
...
Backport of 6c95b134e9
from master
2015-10-17 15:56:00 -04:00
Tim Graham
d1ccf7b784
[1.9.x] Forwardported 1.8.6 release note.
2015-10-14 12:24:43 -07:00
Antoine Catton
36e7d275ec
[1.9.x] Fixed #25506 -- Allowed filtering over a RawSQL annotation.
...
Co-Authored-By: Gavin Wahl <gwahl@fusionbox.com>
Backport of b971c1cd78
from master
2015-10-14 11:24:12 -07:00
Antoine Catton
38d6e1e2ad
[1.9.x] Fixed #25535 -- Made ForeignObject checks less strict.
...
Check that the foreign object `from_fields` are a subset of any unique
constraints on the foreign model.
Backport of 80dac8c33e
and
c7aff31397
from master
2015-10-14 05:26:42 -07:00
Sergey Fedoseev
aa0a3b680e
[1.9.x] Fixed quotes in GeoQuerySet aggregates examples.
...
Backport of 92c1ae1b0b
from master
2015-10-13 23:40:31 -04:00
Tim Graham
33c6a8b621
[1.9.x] Fixed typo in docs/ref/models/relations.txt.
...
Backport of f6b9e6bf4f
from master
2015-10-13 04:30:58 -07:00
Claude Paroz
f35b8f8e3f
[1.9.x] Added precision about GeoJSON field outputs
...
Backport of 533c1099
from master.
2015-10-12 21:49:37 +02:00
Claude Paroz
66319cc597
[1.9.x] Fixed #25498 -- Documented ST_Distance/ST_Distance_Sphere difference
...
Thanks Bibhas Debnath for the report and Tim Graham for the review.
Backport of 617b1a21f
from master.
2015-10-11 12:25:47 +02:00
Tim Graham
2c11002fec
[1.9.x] Refs #25527 -- Removed redundant doc heading link that leads to a warning when generating PDF.
...
Backport of 25f287f6b2
from master
2015-10-07 19:36:57 -04:00
Claude Paroz
c894f215e2
[1.9.x] Added some function links in translation docs
...
Backport of 9a6fc9606c
from master.
2015-10-07 17:31:28 +02:00
Mariusz Felisiak
fbe8930745
[1.9.x] Fixed #25503 -- Fixed system check crash on ForeignKey to abstract model.
...
Backport of 914167abf1
from master
2015-10-06 19:23:53 -04:00
Tim Graham
d81b0812d4
[1.9.x] Fixed #25515 -- Documented the return value of BaseCommand.handle()
...
Backport of 3f766d44c5
from master
2015-10-06 15:09:55 -04:00
Tim Graham
2f9bc99334
[1.9.x] Fixed #25516 -- Documented that parallel test excution doesn't work with pdb.
...
Backport of cb15ceb555
from master
2015-10-06 13:27:50 -04:00
Riccardo Magliocchetti
6f653f759a
[1.9.x] Refs #12118 -- Allowed "mode=memory" in SQLite test database names.
...
Backport of 3543fec3b7
from master
2015-10-06 12:33:21 -04:00
Tim Graham
6bc8bdf55a
[1.9.x] Fixed #25496 -- Made ModelChoiceField respect prefetch_related().
...
Backport of 6afa6818fc
from master
2015-10-05 19:19:09 -04:00
Tim Graham
9f31439e67
[1.9.x] Fixed #25502 -- Added supported Python versions in 1.7, 1.8 release notes.
...
Backport of b215a3ab63
from master
2015-10-05 14:20:06 -04:00
Tim Graham
9b91c7d99d
[1.9.x] Added stub release notes for 1.8.6.
...
Backport of 58195f0b16
from master
2015-10-03 19:58:32 -04:00
Tim Graham
c5268b1a74
[1.9.x] Added release date for 1.8.5.
...
Backport of 2eb5589a72
from master
2015-10-03 19:35:18 -04:00
Ben Kraft
63a1e912a7
[1.9.x] Fixed #25389 -- Fixed pickling a SimpleLazyObject wrapping a model.
...
Pickling a `SimpleLazyObject` wrapping a model did not work correctly; in
particular it did not add the `_django_version` attribute added in 42736ac8
.
Now it will handle this and other custom `__reduce__` methods correctly.
Backport of 35355a4ffe
from master
2015-10-03 13:01:08 -04:00
Andrew Artajos
0633d2285e
[1.9.x] Fixed #25398 -- Revised instances of os.path.join()
...
Replaced occurrences of os.path.join(BASE_DIR, 'folder/subfolder')
to os.path.join(BASE_DIR, 'folder', 'subfolder')
Backport of d2ef521a53
from master.
2015-10-03 09:09:41 +02:00
John Moses
6a582d35f2
[1.9.x] Fixed #25481 -- Added field.help_text to "Looping over a form's fields" docs.
...
Backport of ac09d22f79
from master
2015-10-02 13:00:48 -04:00
Nick Williams
1147b55e8b
[1.9.x] Fixed link to the MySQL Connector/Python Django Backend documentation.
...
Backport of 3f342d74e9
from master
2015-10-02 12:33:23 -04:00
Tim Graham
1084b421f1
[1.9.x] Made a couple tutorial corrections for Django 1.9.
...
Backport of 8a5a002f2f
from master
2015-10-01 15:19:10 -04:00
Tim Graham
05968192f7
[1.9.x] Removed an old note (Django 1.4-era) from the tutorial.
...
Backport of 1515b6a8b3
from master
2015-10-01 14:52:14 -04:00
Tim Graham
3569e9d4a1
[1.9.x] Refs #24505 -- Forwardported 1.8.5 release note.
...
Backport of 061801e3df
from master
2015-09-30 18:47:44 -04:00
David Sanders
d6632f2111
[1.9.x] Clarified that Model.delete() isn't called as a result of a cascading delete.
...
Backport of 5c6316dc34
from master
2015-09-30 08:44:37 -04:00
Tim Graham
00270ec7f8
[1.9.x] Made cosmetic cleanups to docs/ref/contrib/contenttypes.txt
...
Backport of b47552b445
from master
2015-09-29 19:40:56 -04:00
Tim Graham
59027a4cae
[1.9.x] Fixed #25466 -- Added backwards compatibility aliases for LoaderOrigin and StringOrigin.
...
Thanks Simon Charette for the DeprecationInstanceCheck class.
Backport of 8d1a001ef6
from master
2015-09-29 19:20:11 -04:00
David Sanders
60fe6efe50
[1.9.x] Improved "“standalone” Django usage" example.
...
Backport of ae9f9dc37f
from master
2015-09-29 15:09:28 -04:00
Tim Graham
e21c6f34de
[1.9.x] Fixed #25376 -- Required virtualenv in installation instructions.
...
Thanks Anjul Tyagi for some of the draft text.
Backport of a523d94b45
from master
2015-09-29 14:33:50 -04:00
Tim Graham
0094fb6be8
[1.9.x] Documented auth's login/logout function parameters.
...
Backport of c14b6b52ff
from master
2015-09-28 14:12:32 -04:00
Tim Graham
76aa4cc8a2
[1.9.x] Fixed #24323 -- Documented @admin.register can't be used with super(XXXAdmin in __init__().
...
Backport of 4cd2bdae07
from master
2015-09-28 07:26:51 -04:00
Mariusz Felisiak
6a0b4faf43
[1.9.x] Fixed #25421 -- Fixed test --keepdb option on Oracle.
...
Backport of a3a6def867
from master
2015-09-26 19:52:06 -04:00
Rob Hudson
bc4ae0f5eb
[1.9.x] Corrected use of 'affect' vs 'effect' in docs.
...
Backport of 021782d22b
from master
2015-09-25 18:35:16 -04:00
Tim Graham
260e9f15fe
[1.9.x] Fixed #25462 -- Removed Model.__unicode__() in favor of @python_2_unicode_compatible.
...
Backport of de99f558d8
from master
2015-09-25 15:36:05 -04:00
Tim Graham
f2f4f1cfff
[1.9.x] Fixed #25451 -- Added advice about organizing tests.
...
Backport of 53e89ce2e7
from master
2015-09-25 07:15:50 -04:00
Tim Graham
ca2c5508be
[1.9.x] Fixed #25455 -- Optimized dictfetchall() example.
...
Thanks aklim007 for the suggestion.
Backport of 361f60479d
from master
2015-09-24 13:19:17 -04:00
Tim Graham
a2cf430c80
[1.9.x] Bumped latest Python 2.7 release in docs/ref/databases.txt.
...
Backport of ce531f7ad7
from master
2015-09-24 10:56:56 -04:00
Samir Shah
eae5f738ba
[1.9.x] Fixed typo in 1.9 release notes.
...
Backport of dfa81bb1df
from master
2015-09-24 08:02:06 -04:00
Tim Graham
478d3af000
[1.9.x] Bumped django_next_version in docs config.
2015-09-23 19:36:23 -04:00
Tim Graham
e3f9b0e329
Updated man page for Django 1.9 alpha.
2015-09-23 19:28:55 -04:00
Tim Graham
2634f606d5
Fixed #25386 -- Warned about differences between Engine and DjangoTemplates.
2015-09-23 19:16:16 -04:00
Claude Paroz
135a9e4fd9
Added some more links in form field docs
2015-09-23 22:01:31 +02:00