Tim Graham
42f9bbd9d9
[1.8.x] Fixed typos in docs/ref/templates/api.txt
...
Backport of c612786cf1
from master
2015-04-14 07:58:36 -04:00
Maxime Lorant
e560bc2a3e
[1.8.x] Fixed formatting in docs/ref/templates/builtins.txt
...
Backport of 6023312dde
from master
2015-04-14 07:05:57 -04:00
Markus Holtermann
584c6591a3
[1.8.x] Refs #24625 -- Filtered docutils warnings output in tests
...
Instead of setting ``warning_stream`` in the docutils config overrides
to ``False`` I opted for filtering the stderr in the tests to keep the
error output showing up in server logs.
Thanks Tim Graham for the report and review
Backport of 3caf7efb44
from master
2015-04-14 11:27:57 +02: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
Afriza N. Arief
3928270495
[1.8.x] Fixed typo in docs/howto/deployment/wsgi/apache-auth.txt
...
Backport of b295fcd19c
from master
2015-04-13 07:51:08 -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
andredelorme
190afb8618
[1.8.x] Fixed typo in docs/ref/contrib/admin/index.txt
...
Backport of d5d92260bb
from master
2015-04-09 13:44:31 -04: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
Tim Graham
d11e87bff5
[1.8.x] Fixed #24602 -- Removed obsolete reference to __metaclass__ in custom model fields docs.
...
Thanks schinckel for the report.
Backport of 6d7784a7b9
from master
2015-04-08 08:36:41 -04:00
Tim Graham
9e87017a38
[1.8.x] Fixed #24600 -- Fixed inaccurate example in template Context docs.
...
Thanks pattypatpat for the report.
Backport of 3acefcefeb
from master
2015-04-08 07:30:28 -04:00
lampslave
e2294b453c
[1.8.x] Fixed typo in docs/ref/models/expressions.txt
...
Backport of 800240cb1d
from master
2015-04-07 13:59:20 -04:00
Tim Graham
993074d78d
[1.8.x] Fixed #24429 -- Doc'ed that Django 1.8 doesn't require an integer PK for custom user models.
...
Backport of 981e3b9394
from master
2015-04-07 10:47:48 -04:00
Patrik Lundin
b3d36c3514
[1.8.x] Specified file names for example code in docs/topics/forms/index.txt
...
Backport of f9c212d09a
from master
2015-04-07 09:35:39 -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
Marios Zindilis
f5681f1cbf
[1.8.x] Fixed typo in docs/intro/tutorial02.txt
...
Backport of 7a7c797234
from master
2015-04-07 07:41:46 -04:00
Thomas Güttler
ffa5a7550d
[1.8.x] Added admonition about reusable apps and AUTH_USER_PROFILE.
...
Backport of 566c936236
from master
2015-04-06 19:50:23 -04: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
Marten Kenbeek
651cc369ad
[1.8.x] Refs #24278 -- Allowed multi-line serializations in OperationWriter.
...
Changed OperationWriter to support multi-line serialized values with
correct indentation.
Backport of d597174bd4
from master
2015-04-05 20:29:21 +02:00
Tim Graham
9b815399d2
[1.8.x] Added link to download page to find supported versions.
...
Backport of 8c4827ec1d
from master
2015-04-04 08:00:30 -04:00
Tim Graham
3313156d8e
[1.8.x] Fixed flake8 warning.
2015-04-04 07:50:53 -04: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
Sam Thursfield
5cc0407e45
[1.8.x] Fixed #24556 -- Added reminder about HTTPS to passwords docs.
...
Backport of 1119063c69
from master
2015-04-03 10:55:35 -04:00
Preston Timmons
7ae7600d2b
[1.8.x] Updated docstring for firstof tag to reflect new auto-escaping behavior.
...
Backport of a1842e3299
from master
2015-04-03 07:29:09 -04:00
Ian Lee
dcf2bbf0f0
[1.8.x] Fixed minor typo in Cryptography section of 1.8 release notes
...
Backport of 90c4c300a8
from master
2015-04-03 07:27:15 -04:00
Matt Hooks
5e4a69e07d
[1.8.x] Fixed typo in django.core.files.File docstring.
...
Backport of 2c39f282b8
from master
2015-04-02 20:39:00 -04:00
Tim Graham
f718691ec8
[1.8.x] Removed Django 1.6 from the Python version chart.
...
Backport of 147ac85613
from master
2015-04-02 14:22:29 -04: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
e7366ab1f9
[1.8.x] Fixed mistakes in tests unveiled by version bump to 1.8.1.
2015-04-02 07:01:42 -04:00
Krzysztof Gogolewski
b0512db5c4
[1.8.x] Fixed typo in docs/internals/deprecation.txt
2015-04-01 19:01:44 -04:00
Aymeric Augustin
ae4d21e159
[1.8.x] Pointed Jinja2 users to Babel instead of makemessages.
...
Backport of 8520551
from master
2015-04-01 22:37:39 +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
Tim Graham
349c15b45e
[1.8.x] Post-release version bump.
2015-04-01 16:18:03 -04:00
Tim Graham
feac4c30ce
[1.8.x] Bumped version for 1.8 release.
2015-04-01 15:46:45 -04:00
Tim Graham
2011c7a031
[1.8.x] Added release date for Django 1.8.
...
Backport of 61d6c5d02e
from master
2015-04-01 15:31:16 -04:00
Claude Paroz
72de42cd40
[1.8.x] Refs #24500 -- Avoided locale.getpreferredencoding in makemessages
...
Fixes a regression introduced in 53c2cf1e
.
Backport of 3f4e77840
from master.
2015-04-01 20:03:51 +02:00
Claude Paroz
70c5031d56
[1.8.x] Adapted form regression test to new translations
...
Backport of 2112b7d78
from master.
2015-04-01 19:53:11 +02:00
Tim Graham
5a4f95805f
[1.8.x] Refs #24538 -- Simplified a test per Aymeric's feedback.
...
Backport of a184a99123
from master
2015-04-01 13:19:57 -04:00
Tim Graham
5c63c45512
[1.8.x] Fixed #23441 , #24555 -- Improved the behavior of InclusionNode.
...
This change:
* Makes the InclusionNode cache-safe by removing render-time side effects
to its nodelist.
* Ensures the render_context stack is properly scoped and reset by updating
the render call to use Template.render rather than Nodelist.render.
Backport of 0808ccce38
from master
2015-04-01 13:12:18 -04:00
Tim Heap
ff8eabc5cc
[1.8.x] Fixed #24538 -- Allowed self in Jinja context
...
Rendering a Jinja template with self in the context threw an error.
While self is a reserved variable in Jinja, including self in the
context is not an error, so Django should respect that.
Backport of 4ea1909d3c
from master
2015-04-01 12:27:52 -04:00
Claude Paroz
5483c66f85
[1.8.x] Fetched updated contrib translations from Transifex
2015-04-01 15:05:29 +02:00
Claude Paroz
d1b206daf8
[1.8.x] Fetched updated core translations from Transifex
2015-04-01 14:54:32 +02:00
Claude Paroz
05a781a475
[1.8.x] Removed source strings from translated po files
2015-04-01 14:54:07 +02:00
Markus Holtermann
2218f7617e
[1.8.x] Refs #24554 -- Prevented rendering of unused migrations
...
Thanks Claude Paroz and Tim Graham for the review
Backport of 3e7d9d05ac
from master
2015-04-01 11:14:55 +02:00
Markus Holtermann
0c7e2833d9
[1.8.x] Fixed #24554 -- Sped up migrations by rendering initial apps when they are first needed
...
Calling Migration.mutate_state() now also allows to do in_place
mutations in case an intermediate state is thrown away later.
Thanks Anssi Kääriäinen for the idea, Ryan Hall for parts of the patch,
and Claude Paroz and Tim Graham for the review
Backport of 57dc8dd3fa
from master
2015-04-01 11:14:55 +02:00
Joost Rijneveld
9e9914701a
[1.8.x] Fixed typo in docs/ref/templates/builtins.txt
...
Backport of 48ddc66219
from master
2015-03-31 21:21:50 -04:00
Kostochko Dmitriy
c2674c2103
[1.8.x] Fixed typo in docs/topics/cache.txt
...
Backport of d026eb6366
from master
2015-03-31 21:16:26 -04:00
Tim Graham
7b9f7b6670
[1.8.x] Fixed sessions test on Python 3.5; refs #23763 .
...
SimpleCookie.__repr__() changed in
https://hg.python.org/cpython/rev/88e1151e8e02
Backport of 4e59156c10
from master
2015-03-31 08:41:31 -04:00