Tim Graham
5d647e5f17
[1.5.x] Fixed spelling mistake in file docs.
...
Backport of a3e88e64a4 from master
2014-08-26 09:45:01 -04:00
Tim Graham
26cd48e166
[1.5.x] Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file names.
...
This is a security fix. Disclosure following shortly.
2014-08-20 11:44:02 -04:00
Tim Graham
bafc7237a9
[1.5.x] Noted that django-jython requires Django 1.7.
...
Backport of 72e98d5c16 from stable/1.6.x
2014-08-08 12:47:54 -04:00
Erik Romijn
985434fb1d
[1.5.x] Fixed queries that may return unexpected results on MySQL due to typecasting.
...
This is a security fix. Disclosure will follow shortly.
Backport of 75c0d4ea3ae48970f788c482ee0bd6b29a7f1307 from master
2014-04-21 18:31:08 -04:00
Tim Graham
cbc80eef6d
[1.5.x] Fixed #22392 -- Corrected deployment instructions for Apache 2.4.
...
Thanks zjcheah at yahoo.com for the report.
Backport of 0f37d2e4c0 from master
2014-04-15 17:46:01 -04:00
Tim Graham
c888bee836
[1.5.x] Fixed #22062 -- Corrected static files config for Apache >= 2.4
...
Backport of ffa238c3f7 from master
2014-02-18 09:32:44 -05:00
Baptiste Mispelon
7517768134
[1.5.x] Always use parentheses when documenting a method with no arguments.
...
Backport of 05d36dc06e6d767bb28993c65a54b703f319a386 from master.
2014-01-22 23:28:07 +01:00
Baptiste Mispelon
126af8fa7b
[1.5.x] Don't show self
in the list of arguments of a method.
...
This is consistent with Python's official documentation
and it's a sphinx recommendation too[1].
[1] http://sphinx-doc.org/markup/desc.html#dir-method
Refs #21855 .
Backport of 79e1d6ebd70898d514a44b85648e3d24104c4243 from master.
2014-01-22 23:26:05 +01:00
Tim Graham
f746d1fc74
[1.5.x] Fixed #20052 -- Discouraged use of Jython given the current state of django-jython.
...
Thanks Josh Juneau (maintainer of django-jython) for the review.
Backport of a67e327db5 from master
2014-01-17 09:29:19 -05:00
Tim Graham
fc2c8ee4c8
[1.5.x] Fixed #21663 -- Added missing WSGIPythonPath in mod_wsgi config.
...
Thanks carrie.hazelton at altamiracorp.com for the report.
Backport of e82e7ae1e8 from master
2013-12-25 06:11:25 -05:00
Baptiste Mispelon
0bb05f6b92
[1.5.x] Fix #20054 : Removed links to modwsgi.org.
...
Backport of 957fcd0c9fc605bbb69e03296aede3b0bac5a8d2 from master.
2013-11-22 09:15:37 +01:00
Bouke Haarsma
7f62d794b3
[1.5.x] Fixed #20962 -- Documented that template tag render() may raise exceptions.
...
Thanks Keryn Knight for the report.
Backport of e077224f4a from master
2013-10-14 11:55:15 -04:00
Tim Graham
67d887fbae
[1.5.x] Fixed #21218 -- Typo on docs/howto/upgrade-version.txt
...
Thanks ryan at ryangallen.com for the report.
Backport of 36e220f923 from master
2013-10-03 20:14:07 -04: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
Tim Graham
d6b11b0abb
[1.5.x] Fixed #20900 -- Documented RemoteUserBackend.authenticate
...
Backport of 7b62b80693 from master
2013-09-05 06:32:55 -04:00
Tim Graham
2e068d4e5a
[1.5.x] Fixed #20756 -- Typo in uWSGI docs.
...
Backport of a3242dc9fe from master
2013-07-17 06:51:42 -04:00
Tim Graham
f551d5a3de
[1.5.x] Fixed #20493 -- Added a warning that objects may not be picklable across Django versions
...
Thanks cataliniacob for the suggestion and review.
Backport of 1084575163 from master
2013-07-08 09:59:06 -04:00
Tim Graham
80673e20f2
[1.5.x] Fixed #14006 -- Documented that Field's 'description' attribute is interpolated with field.__dict__
...
Thanks abeld for the suggestion.
Backport of 2d96e660f9 from master.
2013-07-06 18:34:43 -04:00
Tim Graham
6c98458771
[1.5.x] Fixed #19539 -- Updated custom model fields example for Python 3.
...
Thanks astorije@ for the report.
Backport of b9fceadfd4 from master.
2013-07-05 06:54:42 -04:00
Trey Hunner
058ad52b3d
[1.5.x] Added missing preposition in documentation
...
Backport of 2ec54e7fbc from master
2013-06-27 18:03:39 -04:00
Tim Graham
519fdacf51
Fixed #20634 - Corrected doc mistake re: staticfiles finders strategy.
...
Thanks claudep for the catch and bmispelon for the research.
Backport of 9be93aa809 from master.
2013-06-21 15:00:06 -04:00
Tim Graham
843802ec26
[1.5.x] Fixed #19319 -- Updated example httpd.conf for Apache 2.4
...
Thanks colinnkeenan@ for the report.
Backport of 7314007c5b from master
2013-06-20 13:35:59 -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
9ed2121eca
[1.5.x] Fixed #20417 - Noted that a server restart is required to load new templatetag modules.
...
Thanks Katya for the suggestion.
Backport of a46a399534 from master
2013-05-23 08:54:24 -04:00
Tim Graham
239b89950c
[1.5.x] Added some text I meant to add in the last commit.
...
Backport of 2699219c23 from master
2013-05-22 10:26:39 -04:00
Tim Graham
194eaceca7
[1.5.x] Added a note about pip upgrade flag.
...
Thanks Jannis Leidel for the suggestion.
Backport of 0e45f75112 from master
2013-05-22 09:43:01 -04: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
Tim Graham
b3dc23a6d5
[1.5.x] Added some links in /docs/intro/overview.txt
...
Thanks Claes Ström for the patch.
Backport of bdde7feb26 from master.
2013-05-19 12:08:20 -04:00
Tim Graham
694f4ff9e2
[1.5.x] Fixed #20284 - Added a note about DEBUG in static file docs.
...
Thanks wim@ for the suggestion and Nicolas Noé for the patch.
Backport of 2c84f4434c from master
2013-05-18 12:12:56 -04:00
Tim Graham
d8d498347f
[1.5.x] Fixed #20286 - Typo in static files docs.
...
Thanks bmispelon.
Backport of f71fdf83a8 from master
2013-04-18 13:42:46 -04:00
Tim Graham
999817375b
[1.5.X] Fixed #19492 - Added a link to the uWSGI/Django tutorial.
...
Backport of 91d06ea719 from master
2013-03-30 16:22:43 -04: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
Tim Graham
1c42a3ec73
[1.5.X] Fixed #19582 - Added a static files tutorial.
...
Thanks James Pic.
Backport of c32fc79aa1 from master
2013-03-30 07:03:33 -04: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
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
Aymeric Augustin
11ec0253ab
[1.5.x] Fixed #19692 -- Completed deprecation of mimetype in favor of content_type.
...
Thanks Tim for the report and initial patch.
Backport of 89cb771 from master.
2013-01-31 13:55:00 +01:00
Tim Graham
54887d686b
[1.5.x] Fixed #19633 - Discouraged use of gunicorn's Django integration.
...
Backport of 0db86273ae from master
2013-01-22 19:05:19 -05:00
Aymeric Augustin
464e9669a1
[1.5.x] Fixed a typo in the error reporting docs.
...
Backport of 83d0cc52.
2013-01-15 16:56:03 +01: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
Julien Phalip
dfd8623de4
[1.5.x] Fixed #19453 -- Ensured that the decorated function's arguments are obfuscated in the @sensitive_variables decorator's frame, in case the variables associated with those arguments were meant to be obfuscated from the decorated function's frame.
...
Thanks to vzima for the report.
Backport of 9180146d21cf2a31eec
2012-12-31 09:51:13 -08: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
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
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
Aymeric Augustin
6e598fee93
[1.5.x] Fix typo in file storage docs.
...
Backport of 4585e12 from master.
2012-11-17 23:27:05 +01:00
Preston Holmes
11539aad1e
[1.5.x] Fixed #19310 -- changed method docs formatting for custom file storage docs
2012-11-17 07:13:37 -08:00
Aymeric Augustin
a92c7c6e26
[1.5.x] Fixed #19208 -- Docs for mod_wsgi daemon mode
...
Thanks Graham Dumpleton for the patch.
Backport of bc00075 from master.
2012-10-29 21:40:10 +01:00
Tim Graham
4cef9a09f9
Fixed #17388 - Noted in the custom model field docs that field methods need to handle None if the field may be null.
2012-10-19 17:51:24 -04:00
Claude Paroz
8f94d28223
Fixed #19128 -- Reworded admonition about Jython and Django 1.5
...
Thanks adam@hopelessgeek.com for the report.
2012-10-16 09:04:12 +02:00
Tim Graham
234ca6c61d
Fixed #19006 - Quoted filenames in Content-Disposition header.
2012-10-03 17:44:56 -04:00