I am Clinton
6260ae7015
[1.8.x] Cosmetic edits and minor fixes to docs/ref/contrib/admin/index.txt
...
Backport of 32f0c8f796
from master
2015-05-21 20:24:06 -04:00
Andrei Kulakov
5a0e39b2d5
[1.8.x] Fixed #24813 -- Documented {% include %} debug behavior variance
...
Backport of fc3409b093
from master
2015-05-21 19:52:32 -04:00
garwoodpr
d3a8ce7658
[1.8.x] Cosmetic edits and minor corrections to docs/ref/django-admin.txt.
...
Backport of 99ec80f84a
from master
2015-05-21 19:20:31 -04:00
garwoodpr
4c13140553
[1.8.x] Cosmetic edits and minor corrections to docs/ref/settings.txt.
...
Backport of 5edf25bddd
from master
2015-05-21 19:06:33 -04:00
Tim Graham
4bf6f55cc6
[1.8.x] Added stub release notes for 1.8.3.
...
Backport of 7b8008a078
from master
2015-05-20 14:18:35 -04:00
Tim Graham
2cf7b26c84
[1.8.x] Added release date for 1.8.2.
...
Backport of ebe994a42c
from master
2015-05-20 13:49:44 -04:00
Tim Graham
31cb25adec
[1.8.x] Fixed incorrect session.flush() in cached_db session backend.
...
This is a security fix; disclosure to follow shortly.
Thanks Sam Cooke for the report and draft patch.
2015-05-20 13:49:07 -04:00
Anssi Kääriäinen
db65660928
[1.8.x] Fixed #24705 -- Fixed negated Q objects in expressions.
...
Avoided split_exclude() for Q when used as an expression.
Backport of bc87061a3c
from master
2015-05-20 09:41:42 -04:00
latyas(懒)
63d60dfe29
[1.8.x] Fixed typo in docs/ref/contrib/admin/index.txt
...
Backport of 8b106cfaa0
from master
2015-05-20 08:16:36 -04:00
Tim Graham
aeafdf9398
[1.8.x] Fixed #24784 -- Fixed visibility regression in admin's FK widget.
...
Backport of fb94e7b8cf
from master
2015-05-19 21:27:57 -04:00
I am Clinton
b261ab2e43
[1.8.x] Made minor edits to docs/intro/tutorial01.text
...
Backport of f3b51f5193
from master
2015-05-19 12:33:38 -04:00
Claude Paroz
7915cbb360
[1.8.x] Fixed #24739 -- Documented translation fallback change
...
Refs #24503 .
Backport of 1046c8afec
from master.
2015-05-18 18:41:39 +02:00
Tim Graham
02a4bf7105
[1.8.x] Added docs for assertRaisesMessage as context manager.
...
Backport of a0175724b0
from master
2015-05-18 10:16:14 -04:00
I am Clinton
436f914dc5
[1.8.x] Fixed typos in docs/ref/request-response.txt
...
Backport of e4f0e5a981
from master
2015-05-18 09:46:09 -04:00
Tim Graham
cc4ee06279
[1.8.x] Fixed #24630 -- Clarified docs about RunPython transactions.
...
Thanks Markus Holtermann for review.
Backport of 307acc745a
from master
2015-05-17 18:51:40 -04:00
Tim Graham
6108febe2a
[1.8.x] Fixed typo in docs/topics/http/sessions.txt
...
Backport of fc1eea59c0
from master
2015-05-17 18:37:03 -04:00
Claude Paroz
cdf7f90f95
[1.8.x] Fixed #24791 -- Added fallback when 'postgres' database isn't available
...
Thanks Carl Meyer and Tim Graham for the reviews.
Backport of 322605035
from master.
2015-05-15 18:46:05 +02:00
Bo Lopker
3c659856eb
[1.8.x] Fixed #24799 -- Fixed session cookie deletion when using SESSION_COOKIE_DOMAIN
...
Backport of 2dee853ed4
from master
2015-05-15 11:24:18 -04:00
Claude Paroz
6a0d9f068f
[1.8.x] Fixed #24757 -- Recreated MySQL index when needed during combined index removal
...
Thanks Thomas Recouvreux for the report and Tim Graham for the tests and
review.
Backport of ae635cc36
from master.
2015-05-15 17:08:49 +02:00
I am Clinton
f19932591b
[1.8.x] Minor edits to docs/topics/http/urls.txt
...
Backport of dce004ab72
from master
2015-05-14 19:32:27 -04:00
Tim Graham
df0674eabb
[1.8.x] Fixed #24751 -- Fixed HStoreField isnull lookup.
...
Backport of 3c8fe5dddf
from master
2015-05-13 10:34:15 -04:00
Tim Graham
7ea6477b3a
[1.8.x] Refs #24743 -- Clarified migrations performance note in 1.8.1 release notes.
...
Backport of 81d4ce4a6d
from master
2015-05-13 10:16:49 -04:00
Piotr Jakimiak
6483f133bc
[1.8.x] Fixed broken link in settings docs
...
Backport of ca51c55915
from master
2015-05-13 07:02:27 -04:00
Charles Dee Rice
e4fa298e30
[1.8.x] Fixed #24789 -- Fixed wrong positional args order in doc example
...
Arguments shown in example code (signal, sender, instance) appeared to
be the incorrect positional arguments for a post_save signal (which
might start as: sender, instance, created), as documented:
https://docs.djangoproject.com/en/1.8/ref/signals/#post-save
Backport of 4f3c444241
from master.
2015-05-13 10:27:18 +02:00
Abhaya Agarwal
290c9d6654
[1.8.x] Fixed #24698 , #24712 -- Added ForeignKey.get_db_prep_value()
...
Fixed crashes with ForeignKey to UUIDField and inheritance with UUIDField
primary keys.
2015-05-12 19:37:37 -04:00
I am Clinton
3ad1074cf9
[1.8.x] Light edits to docs/topics/forms/index.txt
...
Backport of ec74dba2ab
from master
2015-05-12 09:17:14 -04:00
Anssi Kääriäinen
d5ce2dd7bc
[1.8.x] Fixed #24748 -- Fixed incorrect GROUP BY on MySQL in some queries
...
When the query's model had a self-referential foreign key, the
compiler.get_group_by() code incorrectly used the self-referential
foreign key's column (for example parent_id) as GROUP BY clause
when it should have used the model's primary key column (id).
Backport of adc57632bc
from master
2015-05-11 11:52:14 -04:00
Anssi Kääriäinen
056a91dbfa
[1.8.x] Fixed #24766 -- Added join promotion for Case expressions
...
Backport of be9d645346
from master
2015-05-11 11:17:37 -04:00
Tim Graham
d3a8f36fdb
[1.8.x] Fixed #24780 -- Removed outdated discussion of signals and custom users.
...
Backport of 8e86d9d3df
from master
2015-05-11 09:10:44 -04:00
Ian Foote
e7b703d050
[1.8.x] Fixed typo in docs/topics/testing/tools.txt
...
Backport of c21b832c12
from master
2015-05-09 18:06:38 -04:00
David Krisch
51ebc8805e
[1.8.x] Fixed #24763 -- Moved DoesNotExist exception to model docs.
...
Backport of 1a62f19707
from master
2015-05-08 13:13:45 -04:00
Ian Foote
eb534f6412
[1.8.x] Fixed typo in docs/ref/models/expressions.txt
...
Backport of 756a727252
from master
2015-05-07 20:15:47 -04:00
Michael Blatherwick
9116a3c591
[1.8.x] Fixed typo in 1.8 release notes.
...
Backport of 3baebf52aa
from master
2015-05-07 08:53:24 -04:00
Sławomir Ehlert
178b8fbdcd
[1.8.x] Fixed typos in docs/ref/contrib/gis/geoquerysets.txt
...
Backport of 64ed8cdc9f
from master
2015-05-06 09:59:10 -04:00
Anssi Kääriäinen
5b5858575c
[1.8.x] Fixed #24752 -- query crash when reusing Case expressions
...
Case expressions weren't copied deep enough (self.cases list was
reused resulting in an error).
Backport of 7b05d2fdae
from master
2015-05-05 11:38:48 -04:00
Abhaya Agarwal
eb00b427fc
[1.8.x] Fixed #24736 -- Documented the Sitemap.limit attribute
...
Backport of 9096e2b5f7
from master
2015-05-05 09:22:54 -04:00
Tim Graham
efb9860432
[1.8.x] Used a simpler word that doesn't fail the spelling checker.
...
Backport of 17b1f7886c
from master
2015-05-04 10:55:57 -04:00
Aymeric Augustin
4c880428d9
[1.8.x] Added release notes for previous commit.
...
Backport of 81f7651
from master
2015-05-04 07:42:50 +02:00
José Padilla
0c79932881
[1.8.x] Fixed typo in translation import statement
...
Backport of b0bd1f0e19
from master
2015-05-02 20:21:36 +02:00
Tim Graham
f0f8116a5f
[1.8.x] Added stub release notes for 1.8.2.
...
Backport of 3cb386b8c2
from master
2015-05-01 16:52:46 -04:00
Tim Graham
cc9eeceee2
[1.8.x] Added dates to release notes.
...
Backport of 06aaed41a4
from master
2015-05-01 16:25:06 -04:00
Tim Graham
d7ea279f76
[1.8.x] Fixed #24724 -- Fixed GIS initialization crash on Windows.
...
Backport of 3c4fca271b
from master
2015-05-01 16:18:53 -04:00
Tim Graham
77ed1548f2
[1.8.x] Fixed #24676 -- Fixed help text positioning in `contrib.admin
` filter_* widgets.
...
Backport of 2c3ce26beb
from master
2015-05-01 15:32:45 -04:00
Dave Hodder
53031cce42
[1.8.x] Updated capitalization in the word "JavaScript" for consistency
...
Backport of 08c980d752
from master
2015-05-01 13:27:40 -04:00
daphshez
c45fd57f68
[1.8.x] Fixed #23271 -- Fixed makemessages crash/test failure for some locales.
...
Backport of 57202a112a
from master
2015-05-01 10:30:19 -04:00
Aric Coady
6b05d3a2e3
[1.8.x] Fixed #24729 -- Removed test db flush when using --keepdb.
2015-04-30 09:50:46 -04:00
Markus Holtermann
bf4dc5733f
[1.8.x] Fixed #24725 -- Allowed renaming of target models in ManyToMany relations
...
This is a regression caused by introducing rendered migration states in
1aa3e09c20
and the _meta refactoring in fb48eb0581
.
Thanks to Danilo Bargen for reporting the issue and Marten Kenbeek and
Tim Graham for triaging the bug and providing the initial test case.
Backport of 63f9b633f9
from master
2015-04-30 13:46:24 +02:00
Dmitry Medvinsky
49dea4164a
[1.8.x] Added translation.override() context manager to docs.
...
Backport of cf34ee68f0
from master
2015-04-29 21:23:22 -04:00
Tim Graham
afae8ff916
[1.8.x] Fixed #24665 -- Clarified model field flag defaults.
...
Backport of 2b086229a2
from master
2015-04-29 20:41:07 -04:00
Baptiste Mispelon
d5fb31da17
[1.8.x] Used full variable names instead of abbreviation in examples
...
Thanks to Andrew Ingram for the report.
Backport of 683ece0ec8
from master.
2015-04-29 17:24:03 +02:00