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
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
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
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
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
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
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
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
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