Krzysztof Jurewicz
d3b7b6a7a4
[1.5.x] Fixed #20981 -- Noted the default value of disable_existing_loggers.
...
Backport of 095643e691
from master
2013-08-27 10:27:49 -04:00
Jan Böcker
98635f2a0e
[1.5.x] Fixed typo in docs/topics/conditional-view-processing.txt
...
Backport of 5fd2c979cb
from master
2013-08-27 09:22:51 -04:00
Ramiro Morales
5547ba743c
[1.5.x] Typos introduced in 57c82f909b
.
2013-08-22 22:35:10 -03:00
Tim Graham
616a4d385a
[1.5.x] Fixed #20922 -- Allowed customizing the serializer used by contrib.sessions
...
Added settings.SESSION_SERIALIZER which is the import path of a serializer
to use for sessions.
Thanks apollo13, carljm, shaib, akaariai, charettes, and dstufft for reviews.
Backport of b0ce6fe656
from master
2013-08-22 17:49:11 -04:00
Kevin Christopher Henry
1b236048b9
[1.5.x] Documentation -- Clarified use of 'view' in test client introduction.
...
Backport of 2e926b041c
from master
2013-08-22 09:39:21 -04:00
Marc Tamlyn
3b32b1544f
[1.5.x] Fixed #20944 -- Removed inaccurate statement about View.dispatch().
...
Backport of bac4d03ce6
from master
2013-08-22 09:21:41 -04:00
Ramiro Morales
9a7d59e8c7
[1.5.x] Made description of LANGUAGE_CODE setting more clear.
...
297f5af222
from master.
2013-08-22 08:34:19 -03:00
Kevin Christopher Henry
bbe2ad3e38
[1.5.x] Documentation - Noted that OneToOneField doesn't respect unique.
...
Added OneToOneField to the list of model fields for which the unique
argument isn't valid. (OneToOneFields are inherently unique, and if
the user supplies a value for unique it is ignored / overwritten.)
2013-08-20 21:21:40 -07:00
Aymeric Augustin
adf70506b9
[1.5.x] Fixed a rest mistake I introduced in d5ce2ff
.
...
Backport of 753edfa4b5
from master
2013-08-15 13:09:28 -04:00
Erik Romijn
2b750fff56
[1.5.x] Fixed #20444 -- Cookie-based sessions does not include a remote code execution-warning
...
Backport of d5ce2ff5e4
from master
2013-08-15 12:21:14 -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
3a829bf75a
[1.5.x] Added some doc links for django.contrib.messages
...
Backport of b6178fa24b
from master
2013-08-14 13:05:30 -04:00
Jacob Kaplan-Moss
f24ae3373b
Bump version post-release.
2013-08-13 12:17:27 -05:00
Tim Graham
5fdd6af1eb
Added 1.4.6/1.5.2 release notes.
2013-08-13 11:17:17 -05:00
Jacob Kaplan-Moss
bebbb611a8
Bumped version numbers for 1.5.2.
2013-08-13 11:10:05 -05:00
Jacob Kaplan-Moss
90363e388c
Apply autoescaping to AdminURLFieldWidget.
...
This is a security fix; disclosure to follow shortly.
2013-08-13 11:04:21 -05:00
Jacob Kaplan-Moss
1a274ccd6b
Fixed is_safe_url() to reject URLs that use a scheme other than HTTP/S.
...
This is a security fix; disclosure to follow shortly.
2013-08-13 11:03:49 -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
9e2a2c491b
[1.5.x] Fixed #20890 -- Added missing import in class-based view docs.
...
Thanks André Augusto.
Backport of ab680725bf
from master
2013-08-10 18:08:33 -04:00
Tim Graham
12edced1de
[1.5.x] Fixed #20868 -- Added an email to django-announce as a security step.
...
Thanks garrison for the report.
Backport of 5737c57d95
from master
2013-08-09 16:02:57 -04:00
Tim Graham
70cf70ad21
[1.5.x] Added an anchor for django.forms.Form.clean in docs
...
Backport of 8442268869
from master
2013-08-08 14:14:20 -04:00
Jaime Irurzun
d8dc2b123d
[1.5.x] Clarified meaning of models.User.is_authenticated()
...
Backport of f96fe3cd1e
from master
2013-08-08 10:27:48 -04:00
Daniele Procida
bf55bbdcb5
[1.5.x] Added more on @cached_property, refs #20870
...
Backport of 7e6af9d40c
from master
2013-08-08 09:47:30 -04:00
Tim Graham
6cf33d49d1
[1.5.x] Removed a ModelForm doc section that doesn't apply to 1.5.x
2013-08-08 06:29:15 -04:00
Daniele Procida
e8ea55212b
[1.5.x] Fixed #20870 -- Documented django.utils.functional.cached_property
...
Backport of 7a2296eb5b
from master
2013-08-08 05:36:57 -04:00
Leandro Regueiro
d4c19a6e7e
[1.5.x] Added section labels in cache docs
...
Backport of 709cd2c4b7
from master
2013-08-06 11:56:38 -04:00
Julien Phalip
fcc8381505
[1.5.x] Fixed a small formatting issue.
...
Backport 0b071ba7df
of from master.
2013-08-04 17:31:42 -07:00
Tim Graham
56d56d55b1
[1.5.x] Fixed #20860 -- Removed references to defunct chicagocrime.org
...
Backport of 1593a86494
from master
2013-08-04 14:46:45 -04:00
Daniele Procida
bc33fef90a
[1.5.x] Fixed #20842 and #20845 - Added a note on order_by() and improved prefetch_related() docs.
...
Backport of e8183a8193
from master
2013-08-04 12:36:29 -04:00
Justin Michalicek
145e0a14f0
[1.5.x] Fixed #20855 -- Added documentation of current_app and extra_context params to django.contrib.auth views
...
refs #5298 and refs #8342
Backport of 61ecb5f48a
from master.
2013-08-04 08:07:11 -04:00
Alasdair Nicol
f4806e3ef6
[1.5.x] Added missing request argument to example in URL dispatcher docs
...
Backport of a0c58113b9
from master
2013-08-03 19:36:30 -04:00
Tim Graham
f2969c7e02
[1.5.x] Added a bugfix in docutils 0.11 -- docs will now build properly.
...
Backport of a3a59a3197
from master
2013-07-31 09:26:23 -04:00
SusanTan
72fb37f9fd
[1.5.x] Fixed #20779 -- Documented AdminSite.app_index_template; refs #8498 .
...
Thanks CollinAnderson for the report.
Backport of 7de35a9ef3
from master
2013-07-31 07:09:45 -04:00
Anssi Kääriäinen
bf4c8d8c98
[1.5.x] Fixed qs ordering related randomly failing test
...
The failure wasn't present in 1.6+, so this is not a backpatch.
2013-07-29 14:28:41 +03:00
minusf
b5ac25dc0c
[1.5.x] Misc doc cleanups.
...
Backport of 70c080fcdb
from master
2013-07-29 07:06:34 -04:00
minusf
f8e6434912
[1.5.x] Allowed overriding variables in docs/Makefile.
...
Backport of c694e6220e
from master
2013-07-29 06:52:50 -04:00
Jannis Leidel
02ac44b29a
[1.5.x] Fixed #20774 -- Mention the new django-localflavor app as a replacement for the contrib app. Backport from master.
2013-07-29 10:55:50 +02:00
Tim Graham
f17c2026cf
[1.5.x] Fixed ReST typo in topics/class-based-views/mixins.txt
...
Backport of 0b35a2cce3
from master
2013-07-28 14:10:25 -04:00
Florian Apolloner
88ddb93a8a
[1.5.x] Removed comment from setup.cfg which broke newer wheel versions.
...
Backport of b5f709e6f4
from master.
2013-07-28 10:57:34 +02:00
Florian Apolloner
41492f0f1b
[1.5.x] Simplified smart_urlquote and added some basic tests.
...
Backport of b70c371fc1
from master.
2013-07-28 10:07:29 +02:00
Tim Graham
dd2a512f68
[1.5.x] assertEquals -> assertEqual
2013-07-27 18:46:55 -04:00
Luke Plant
a2eb219556
[1.5.x] Optimisation in prefetch_related_objects
...
Backport of 17559e6eb0
from master
2013-07-27 18:02:57 -04:00
Luke Plant
00b39e0145
[1.5.x] Fixed #19607 - prefetch_related crash
...
Thanks to av@rdf.ru and flarno11@yahoo.de for the report.
Backport of 4fd94969d8
from master
2013-07-27 17:59:27 -04:00
Tim Graham
9356495936
[1.5.x] Fixed #20679 -- Corrected CachedFilesMixin.post_process docstring.
...
Thanks bmispelon for the report.
Backport of 9b88dd3809
from master
2013-07-25 12:32:42 -04:00
mark hellewell
fdef471912
[1.5.x] Fixed #18315 -- Documented QueryDict.popitem and QueryDict.pop
...
Thanks gcbirzan for the report.
Backport of 8c9240222f
from master
2013-07-25 11:09:19 -04:00
Brenton Cleeland
be6d795854
[1.5.x] Fixed #20792 -- Corrected DISALLOWED_USER_AGENTS docs.
...
Thanks simonb for the report.
Backport of dab52d99fc
from master
2013-07-25 07:39:42 -04:00
Claude Paroz
0191011532
[1.5.x] Fixed #20773 -- [gis] Fixed regression in GoogleMap output
...
Thanks Martyn Clement for the report and the initial patch.
Backport of 27c1a7257
from master.
2013-07-22 10:08:41 +02:00
Matt Deacalion Stevens
9386bbc75f
[1.5.x] Updated the `databases` documentation
...
+ Removed a reference about MySQL storage engines also being
called 'table types', as this term has been deprecated for
8 years and is no longer used.
+ Fixed the link to the official InnoDB storage engine docs.
+ Apache (versions >= 2.4) will always choose a multi-threaded
MPM module on modern operating systems (later than 2002).
Backport of fa217d14a0
from master
2013-07-19 06:31:48 -04:00
Matt Deacalion Stevens
c89cc4fc29
[1.5.x] Fixed Croatia's country code in `localflavor` docs
...
Backport of 97e5398629
from master
2013-07-19 05:31:18 -04:00
Loic Bistuer
cf2986c885
[1.5.x] Fixed #20772 -- Fixed minor typo in form media docs.
...
Backport of aa41eb9b8b
from master
2013-07-19 05:19:54 -04:00