Abdulrahman Alotaibi
5678e4b93a
[1.8.x] Fixed #24644 -- Added HTTP_ACCEPT to example headers list.
...
Backport of 62261ddd0f2d5f2e6bcce013f2913cdb1b1f0be0 from master
2015-04-16 07:39:33 -04:00
Tim Graham
6e5e1a380c
[1.8.x] Fixed #24645 -- Documented use of HStoreExtension.
...
Backport of d3bf5e7b0016edc02e125699c0b0d3aa93404940 from master
2015-04-16 07:25:38 -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
Simon Charette
a988cc8f18
[1.8.x] Fixed typos in the 1.7.7 release notes.
...
Backport of 28e89783254ac0899a26eee324555a9033ccbe9a from master
2015-04-14 22:14:52 -04:00
Tim Graham
62012b071e
[1.8.x] Removed docs for removed transaction APIs.
...
Backport of 6b8c969878fb937c94eaf2cdc3de94554f171bdd from master
2015-04-14 13:53:18 -04:00
Markus Holtermann
c8b89964de
[1.8.x] Fixed title in 1.7.8 release notes
...
Refs 309142dba10e24557b67a2734aa67d56518c0b14
Backport of 825bb0ab08cec353edcd2b9aea651bfe9392ef97 from master
2015-04-14 19:28:03 +02:00
Andrew Pinkham
b1d83209d0
[1.8.x] Fixed #24635 -- Updated deprecated urls.py examples in default project template.
...
Backport of 0b5abb03218ff0c575cee0c83e446bab81cbfadd 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 f8e8853b51476af1cc75a229dadc990c9ccf45ec from master
2015-04-14 11:30:21 -04:00
Tim Graham
42f9bbd9d9
[1.8.x] Fixed typos in docs/ref/templates/api.txt
...
Backport of c612786cf15e2e1d00162ed4e335e83b75e6c978 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 6023312dde022d31d44373e8834431456095dc7c from master
2015-04-14 07:05:57 -04:00
Jay Wineinger
496800b3bf
[1.8.x] Fixed #24611 -- Fixed update() crash with related UUID pk object.
...
Backport of 923da0274a9a8c4ef2ac9776f71bd14628e39fc3 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 b295fcd19c00706d7f60db73741c1311ee141409 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 09595b4fc67ac4c94ed4e0d4c69acc1e4a748c81 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 d5d92260bbc5b00abc9d59a1987efb6a322bd3cd 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 6d7784a7b994eb8287ec851b22acb5170e77a90a 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 3acefcefeb5283473ac35d7e842027814d57d574 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 800240cb1dda2c4ff7182df3566d744c6c377bf7 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 981e3b9394022810bd536474344e2f91c190b858 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 f9c212d09ad59cd5b5d9be06e92be87d44c75d95 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 0385dad073270c37f8c4a5f13edce43f2a69ba8a 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 7a7c797234aede7603e92a0a90b9f4c4a8b92a0c 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 566c9362363f4b65cc64a35f907c2d6c39d0289e 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 e8e4f978dd4b7a3d0c689c6e3301e3c6f9e50003 from master
2015-04-05 20:29:27 +02:00
Tim Graham
9b815399d2
[1.8.x] Added link to download page to find supported versions.
...
Backport of 8c4827ec1d44fee05db189766174c115795a495e from master
2015-04-04 08:00:30 -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 1119063c69eb4fc091c212e59462f3ec3d5676a4 from master
2015-04-03 10:55:35 -04:00
Ian Lee
dcf2bbf0f0
[1.8.x] Fixed minor typo in Cryptography section of 1.8 release notes
...
Backport of 90c4c300a816e92f559bcec19c0778499efc19ef from master
2015-04-03 07:27:15 -04:00
Tim Graham
f718691ec8
[1.8.x] Removed Django 1.6 from the Python version chart.
...
Backport of 147ac856131233b2960503c3cc0d65059a57851a 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 30a3c2f74c030449d3a8b9f02ab6744874712e54 from master.
2015-04-02 17:41:08 +02: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 1b605838bf1fa5527fd82b0f94d11c43d41f3f81 from master
2015-04-01 16:18:47 -04:00
Tim Graham
2011c7a031
[1.8.x] Added release date for Django 1.8.
...
Backport of 61d6c5d02effef8852d344e4fcaf0754fd47d741 from master
2015-04-01 15:31:16 -04:00
Joost Rijneveld
9e9914701a
[1.8.x] Fixed typo in docs/ref/templates/builtins.txt
...
Backport of 48ddc66219deaac2aa5fa3d2cb0f420404d6b8ec 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 d026eb63666a34382912cf68af75492fc583b9db from master
2015-03-31 21:16:26 -04:00
Tim Graham
793ecf6db7
[1.8.x] Documented jinja2 install requirement.
...
Backport of 56286542dbb7d1cca253b25de0eb3eb4392ff271 from master
2015-03-31 07:45:02 -04:00
Jorge Barata González
2bddc74b42
[1.8.x] Fixed #15590 -- Documented how the path of a FileField can be changed.
...
Thanks simon29 for report, and freakboy3742, floledermann,
jacob, claudep and collinanderson for discussing the task.
Backport of 931a340f1feca05b7a9f95efb9a3ba62b93b37f9 from master
2015-03-30 10:39:14 -04:00
Christopher Luc
c4e8f21a9c
[1.8.x] Fixed #24281 -- Improved docs for timezone handling for auto_now and auto_now_add
...
Thanks djbug for the report and Aymeric Augustin and Carl Meyer for the
review.
Backport of 8119876d4a533fbc2ba4d1c30eaddbcc28119488 from master
2015-03-29 23:38:51 +02:00
Tim Graham
a70dea2c06
[1.8.x] Fixed #24541 -- Clarified ModelFormSet's handling of initial data.
...
Backport of 6de3a1e2c34ae5bfcdec3ebbf3d682aa578ecae0 from master
2015-03-28 08:59:50 -04:00
Tim Graham
b0846a040e
[1.8.x] Fixed syntax highlighting in docs/topics/auth/default.txt
...
Backport of 3e132406e3a95b3fe54e75129013e10bf3e9e86a from master
2015-03-28 07:51:37 -04:00
SaeX
6f69e77a9e
[1.8.x] Fixed typo in docs/topics/forms/modelforms.txt
...
Backport of 19e41a9799079ddae3ba94f95d25577ab4232037 from master
2015-03-28 07:40:54 -04:00
Moritz Sichert
44a05a8a91
[1.8.x] Fixed #24469 -- Refined escaping of Django's form elements in non-Django templates.
...
Backport of 1f2abf784a9fe550959de242d91963b2ad6f7e9c from master
2015-03-27 20:01:41 -04:00
Tim Graham
6a2f46f238
[1.8.x] Fixed #24519 -- Clarified location of templates directory in tutorial 2.
...
Backport of 2acf9d099d29f45c829ee0127e55b7cfdd201995 from master
2015-03-27 09:58:44 -04:00
Tim Graham
17c3a26ac2
[1.8.x] Added some missing newlines in docs/ref/validators.txt.
...
Backport of f4cc0c40a85a8cbba6d2e4cd3158070dfd8645a2 from master
2015-03-25 18:32:48 -04:00
David Seddon
ef61b69447
[1.8.x] Corrected typo in documentation
...
Backport of 0f6f80c2e7736ec4e2aa40287fe8c37ffff0a783 from master
2015-03-25 13:44:13 -04:00
Tim Graham
0dc986d1c8
[1.8.x] Fixed #24361 -- Clarified docs on reconfiguring logging.
...
Thanks Tuttle for the report and draft patch, and Carl Meyer for
help and review.
Backport of c633667da3605208ea5fc137f5322c599f48da69 from master
2015-03-24 12:26:25 -04:00