Russell Keith-Magee
75c0aa43d3
[1.5.x] Fixed #21121 : Added archive of security issues.
...
Backport of 9d3e60a
, 8e134c2
, 8b3bae9
, c65ae7c
, bbabc53
,
and a2e25e8
from master.
2013-09-19 15:07:29 +08:00
Tim Graham
12a30e9221
[1.5.x] Cleaned up 1.5.4/1.4.8 release notes
...
Backport of 8d29005524
from master
2013-09-15 14:25:34 -04:00
James Bennett
4607c7325d
[1.5.x] Add release notes and bump version numbers for 1.5.4 security release.
2013-09-15 00:29:31 -06:00
Tim Graham
42e8fabb59
[1.5.x] Added 1.4.7/1.5.3 release notes
...
Backport of baec6a26dd
from master
2013-09-10 21:08:34 -04:00
Tim Graham
cb2fee567f
[1.5.x] Fixed link in 1.5.2 release notes
2013-08-14 13:11:58 -04:00
Tim Graham
5fdd6af1eb
Added 1.4.6/1.5.2 release notes.
2013-08-13 11:17:17 -05:00
Tim Graham
a2286ac964
[1.5.x] Added missing release notes for older versions of Django
...
Backport of 3f6cc33cff
from master
2013-08-12 14:10:21 -04:00
Tim Graham
0a91a8dbe3
[1.5.x] Fixed #18944 -- Documented PasswordResetForm's from_email argument as a backwards incompatible change for 1.3
...
Thanks DrMeers for the report.
Backport of dab921751d
from master
2013-07-08 15:06:37 -04:00
Jaap Roes
60353458ae
[1.5.x] Warned that `request_finished` isn't sent by some buggy setups.
...
Older versions of uWSGI and Sentry's middleware do not adhere to
the WSGI spec and cause the `request_finished` signal to never
fire. Added notes to the appropriate places in the docs.
Fixed #20537 .
Backport of 3ce1d30
.
Conflicts:
docs/howto/deployment/wsgi/index.txt
2013-06-12 20:57:21 +02:00
Tim Graham
1add64684c
[1.5.x] Fixed #17048 - Added docs for upgrading Django.
...
Thanks Donald Stufft for the suggestion and
Susan Tan and Brian Fabian Crain for the patch.
Backport of ef8a9bc7fa
from master.
2013-05-22 08:57:57 -04:00
Baptiste Mispelon
9c49e64b66
[1.5.x] Fixed #20211 : Document backwards-incompatible change in BoundField.label_tag
...
Also cleaned up label escaping and consolidated the test suite regarding
label_tag.
Backport of ab686022f
from master.
2013-04-12 10:25:44 +02:00
Tim Graham
c3779d4214
[1.5.x] Fixed #19897 - Updated static files howto.
...
Thanks Jan Murre, Reinout van Rees and Wim Feijen,
plus Remco Wendt for reviewing.
Backport of i6c730da1f from master.
2013-03-30 07:12:37 -04:00
Jacob Kaplan-Moss
d7eaadb4f8
[1.5.x] Added 1.5.1 release notes.
...
Backport of ae5247cb
from master.
2013-03-28 15:07:43 -05:00
Tim Graham
f7ca464039
[1.5.x] Added missing markup to docs.
...
Backport of 93cffc3b37
from master.
2013-03-22 14:08:55 -04:00
James Bennett
61283a8208
[1.5.x] Add release date to 1.5 release notes.
2013-02-26 13:12:27 -06:00
James Bennett
e7f2c6f2d7
[1.5.x] Bump version numbers for Django 1.5 release.
2013-02-26 13:06:35 -06:00
Carl Meyer
c7f80b428b
Don't characterize XML vulnerabilities as DoS-only.
2013-02-19 18:20:08 -07:00
Carl Meyer
84ce990c07
[1.5.x] Update 1.5 release notes for XML and formset fixes.
2013-02-19 10:39:04 -07:00
Carl Meyer
a7e33c5bf3
[1.5.x] Added a new required ALLOWED_HOSTS setting for HTTP host header validation.
...
This is a security fix; disclosure and advisory coming shortly.
2013-02-19 10:39:03 -07:00
Simon Meers
94ef17e2c2
[1.5.x] Corrected INSTALLED_APPS syntax in 1.5 release notes.
...
Backport of 9c2066d5
from master.
2013-02-18 00:55:22 +11:00
Claude Paroz
2d53799ca6
[1.5.x] Fixed #19749 -- Documented ending param to command's self.stdout/err
...
Thanks xian at mintchaos.com for the report.
Backport of 0201b9d6d
from master
2013-02-09 10:19:59 +01:00
Claude Paroz
b8c6de31a6
[1.5.x] Fixed #19779 -- Checked contrib.sites presence in RedirectFallbackMiddleware
...
Thanks Aymeric Augustin for the report and directions for the patch.
Backport of 2ed90eac
from master.
2013-02-08 16:36:57 +01:00
Carl Meyer
b6119a6373
[1.5.x] Fixed typo in 1.5 release notes; thanks Jonas Obrist.
...
Backport of bb7f34d619
from master.
2013-01-07 20:17:55 -07:00
Tim Graham
be1e006c58
[1.5.x] Fixed #19516 - Fixed remaining broken links.
...
Added -n to sphinx builds to catch issues going forward.
Backport of 9b5f64cc6e
from master.
2013-01-02 18:50:00 -05:00
Aymeric Augustin
fd1279a44d
[1.5.x] Fixed #19519 -- Fired request_finished in the WSGI iterable's close().
...
Backport of acc5396
.
2012-12-31 12:49:10 +01:00
Tim Graham
9e5ada79bf
[1.5.x] Fixed broken links, round 4. refs #19516
...
Backport of 067505ad19
from master
2012-12-29 15:57:57 -05:00
Aymeric Augustin
be4259004f
[1.5.x] Fixed #18970 -- Documented know limitations under Python 3.
...
Backport of 37b3fd2
from master.
2012-12-28 21:44:45 +01:00
Preston Holmes
8d1b190248
[1.5.x] Fixed #19498 -- refactored auth documentation
...
The auth doc was a single page which had grown unwieldy.
This refactor split and grouped the content into sub-topics.
Additional corrections and cleanups were made along the way.
2012-12-28 11:48:05 -08:00
Tim Graham
fbc06eef1a
[1.5.X] Fixed broken links, round 3. refs #19516
...
Backport of b3a8c9dab8
from master
2012-12-26 19:10:50 -05:00
Aymeric Augustin
0c79e5e347
[1.5.x] Fixed #19518 -- Documented the deprecation of localflavor.
...
Also moved the contrib deprecations at the top of their section and made
minor markup fixes.
Backport of 4500d35
from master.
2012-12-26 14:30:11 +01:00
Tim Graham
1c1df12388
[1.5.X] Fixed more broken links. refs #19516
...
Backport of 9c5a6adf33
from master
2012-12-25 04:46:28 -05:00
Tim Graham
5489fc47df
[1.5.X] Fixed links to DATABASE ENGINE setting. refs #19516
...
Backport of f56f6cfa58
from master
2012-12-24 15:40:17 -05:00
Ramiro Morales
903892be7b
[1.5.x] Fixed #19497 -- Refactored testing docs.
...
Thanks Tim Graham for the review and suggestions.
d19109fd37
from master.
2012-12-22 12:39:49 -03:00
Russell Keith-Magee
9cf566233b
[1.5.X] Fixed #19384 -- Documented the behavior of custom managers on abstract models.
...
This documents the behavior introduced by cc337a74
, which is BACKWARDS
INCOMPATIBLE for any attempt to invoke a method on a manager using the
abstract class as the calling class (e.g., AbstractBase.objects.do_something())
Thanks to mhsparks for the report.
Backport of 1b646e656e
from master.
2012-12-15 22:46:55 +08:00
Tim Graham
1af69a240c
[1.5.X] Fixed #19342 - Added new tutorials to the 1.5 release notes
...
Backport of b594e4923c
from master
2012-12-15 08:30:06 -05:00
Claude Paroz
d196f8f7eb
[1.5.X] Removed obsolete contrib.comments upgrade guide
...
The old comment system was pre-1.0.
Backport of 44815bad6b
from master
2012-12-15 08:15:16 -05:00
Bruno Renié
fe55052cca
[1.5.x] Fixed typo in the 1.5* release notes. Thanks brutasse.
2012-11-28 20:45:10 -03:00
Jacob Kaplan-Moss
212214e892
Fixed a couple of typos in the 1.5 (and beta) release notes.
...
Backport of [7cea123bde
] from master.
2012-11-27 15:58:16 -06:00
Jacob Kaplan-Moss
28120a9436
Added 1.5 beta release notes.
...
Backport of [7a62339f59
] from master.
2012-11-27 15:57:40 -06:00
Julien Phalip
22ca5bab95
[1.5.x] Fixed #17646 -- Added a get_list_filter() method to ModelAdmin. Thanks to rasca for the suggestion and to mateusgondim for the patch.
...
Backport of ae206d78f6
2012-11-25 20:43:18 +01:00
Anssi Kääriäinen
90c7aa0740
[1.5.x] Fixed #18375 -- Removed dict-ordering dependency for F-expressions
...
F() expressions reuse joins like any lookup in a .filter() call -
reuse multijoins generated in the same .filter() call else generate
new joins. Also, lookups can now reuse joins generated by F().
This change is backwards incompatible, but it is required to prevent
dict randomization from generating different queries depending on
.filter() kwarg ordering. The new way is also more consistent in how
joins are reused.
Backpatch of 90b86291d0
2012-11-23 20:07:50 +02:00
Tim Graham
072b9d0d3d
[1.5.X] Spell checked 1.5 alpha release notes
...
Backport of e94f8babc2
from master
2012-11-22 17:16:46 -05:00
Aymeric Augustin
9bd67f056c
[1.5.x] Fixed #16039 -- Made post_syncdb handlers multi-db aware.
...
Also reverted 8fb7a90026
. Refs #17055 .
Backport of a026e48
from master.
2012-11-22 20:54:20 +01:00
Preston Holmes
3a0e0230f7
[1.5.x] Fixed #18658 -- Improved ModelAdmin.message_user API
...
Thanks to Lowe Thiderman for the patch and tests
2012-11-19 16:03:30 -08:00
Anton Danilchenko
27ecabf73f
[1.5.X] Fixed typo in docs/releases/1.5.txt
...
Backport of 3bdb2ca560
from master
2012-11-19 18:44:53 -05:00
Aymeric Augustin
a586f2a7e5
[1.5.x] Fixed #19291 -- Completed deprecation of ADMIN_MEDIA_PREFIX.
...
Backport of 9b755a2
from master.
2012-11-17 23:05:16 +01:00
Preston Holmes
0d49fdb573
[1.5.x] Fixed #18985 -- made DeprecationWarnings loud
...
Capture warnings in Python >= 2.7 and route through
console handler, which is subject to DEBUG==True
Thanks to dstufft for the idea, and claudep for initial patch
2012-11-16 17:08:02 -08:00
Alex Gaynor
f7552a2889
[1.5.x] Corrected a typo that inadvertently made its way into the docs. Backport of 0a49e6164c
.
2012-11-04 15:45:20 -08:00
Alex Gaynor
32d5f03f10
[1.5.x] Added multi-column indexes to the 1.5 release notes. Backport of 957787ace0
.
2012-11-04 15:41:58 -08:00
Preston Holmes
0131da0622
[1.5.x] Deprecated depth kwarg on select_related.
...
This is the start of a deprecation path for the depth kwarg on
select_related. Removing this will allow us to update select_related so
it chains properly and have an API similar to prefetch_related.
Thanks to Marc Tamlyn for spearheading and initial patch.
refs #16855
2012-11-02 22:03:55 -07:00