Markus Holtermann
0cacb8f8ba
[1.8.x] Fixed #24573 -- Considered new related models for reloading
...
Thanks tttomekkk for the report.
Backport of b93690c465
from master
2015-04-21 12:06:11 +02:00
Marten Kenbeek
516907540b
[1.8.x] Refs #24591 -- Optimized cloning of ModelState objects.
...
Changed ModelState.clone() to create a deepcopy of self.fields.
2015-04-20 19:23:15 -04:00
Tim Graham
bd0883d5cc
[1.8.x] Fixed typo in docs/releases/1.8.1.txt
2015-04-17 11:25:55 -04:00
Eric Whitmire
901de5fbce
[1.8.x] Fixed #24655 -- Fixed JavaScript path of contrib.admin's related field widget
2015-04-17 11:22:22 -04:00
Claude Paroz
bbfcd9618b
[1.8.x] Fixed #24595 -- Prevented loss of null info in MySQL field alteration
...
Thanks Simon Percivall for the report, and Simon Charette and Tim
Graham for the reviews.
Backport of 02260ea3f6
from master.
2015-04-17 11:01:36 +02:00
Anssi Kääriäinen
581afddc77
[1.8.x] Fixed #24605 -- Fixed incorrect reference to alias in subquery.
...
Thanks to charettes and priidukull for investigating the issue, and to
kurevin for the report.
Backport of 355c5edd93
from master
2015-04-16 09:31:29 -04:00
Anssi Kääriäinen
70ff455a35
[1.8.x] Fixed #24615 -- ordering by expression not part of SELECT
...
Fixed queries where an expression was used in order_by() but the
expression wasn't in the query's select clause (for example the
expression could be masked by .values() call)
Thanks to Trac alias MattBlack85 for the report.
Backport of fb5c7748da
from master.
2015-04-16 09:42:42 +02:00
Andrew Pinkham
b1d83209d0
[1.8.x] Fixed #24635 -- Updated deprecated urls.py examples in default project template.
...
Backport of 0b5abb0321
from master
2015-04-14 12:58:31 -04:00
peterfarrell
309142dba1
[1.8.x] Fixed #24637 -- Fixed database introspection with SQLite 3.8.9.
...
Backport of f8e8853b51
from master
2015-04-14 11:30:21 -04:00
Jay Wineinger
496800b3bf
[1.8.x] Fixed #24611 -- Fixed update() crash with related UUID pk object.
...
Backport of 923da0274a
from master
2015-04-13 12:20:41 -04:00
Markus Holtermann
3862826fed
[1.8.x] Fixed #24625 -- Prevented arbitrary file inclusion in admindocs
...
Thanks Tim Graham for the review.
Backport of 09595b4fc6
from master
2015-04-11 21:12:09 +02:00
Claude Paroz
774d09a7dd
[1.8.x] Fixed #24624 -- Replaced obsoleted rel.opts in admindocs view
...
Thanks Scott Sanders for the report, and Markus Holtermann and
Tim Graham for the reviews. Refs #24381 .
Backport of 4e7ed8d0d
from master.
2015-04-11 15:34:02 +02:00
Tim Graham
b1dc128a03
[1.8.x] Fixed #24578 -- Fixed crash with QuerySet.update() on FK to O2O fields.
...
Thanks Anssi Kääriäinen for review.
Backport of 10b4c010ab2cdaa6ba8bfaec3e3540299ea77be from master
2015-04-09 08:24:07 -04:00
Patryk Zawadzki
9f632dc702
[1.8.x] Fixed #24513 -- Made sure a model is only rendered once during reloads
...
This also prevents state modifications from corrupting previous states.
Previously, when a model defining a relation was unregistered first,
clearing the cache would cause its related models' _meta to be cleared
and would result in the old models losing track of their relations.
Backport of 0385dad073
from master
2015-04-07 14:56:33 +02:00
Jon Dufresne
551d4bb46a
[1.8.x] Fixed #24584 -- Fixed microsecond handling with older MySQLdb
...
Backport of 2cf58e80d
from master.
2015-04-06 22:45:36 +02:00
Marten Kenbeek
773387ce42
[1.8.x] Fixed #24278 -- Fixed serialization of migration operations.
...
Fixed MigrationWriter.serialize() to correctly handle migration
operations by utilizing OperationWriter.
Thanks Piotr Maliński for the report.
Backport of e8e4f978dd
from master
2015-04-05 20:29:27 +02:00
Claude Paroz
3a76276212
[1.8.x] Fixed #24569 -- Made some translation functions accept None value
...
get_language() can return None when translations are deactivated.
Thanks Nicola Peduzzi for the reporti and Tim Graham for the review.
Backport of 7a0d9b5cda
from master.
2015-04-04 10:58:54 +02:00
Claude Paroz
7821f856a6
[1.8.x] Fixed #24571 -- Restored testserver positional arguments parsing
...
Thanks Domas Lapinskas for the report and Tim Graham for the
review.
Backport of 426b63ba04
from master.
2015-04-04 10:48:40 +02:00
Baptiste Mispelon
09188b5024
[1.8.x] Fixed #24566 -- Added support for serializing timedelta
...
Thanks to knbk for the report.
Backport of 30a3c2f74c
from master.
2015-04-02 17:41:08 +02:00
Tim Graham
0c01913d55
[1.8.x] Added stub release notes for 1.8.1.
...
Backport of 1b605838bf
from master
2015-04-01 16:18:47 -04:00