Commit Graph

249 Commits

Author SHA1 Message Date
Tim Graham 2e068d4e5a [1.5.x] Fixed -- Typo in uWSGI docs.
Backport of a3242dc9fe from master
2013-07-17 06:51:42 -04:00
Tim Graham f551d5a3de [1.5.x] Fixed -- 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 -- 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 -- 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 - 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 -- 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 .

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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 -- 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 -- 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 - 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 - 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 -- 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 9180146d21
2012-12-31 09:51:13 -08:00
Tim Graham 9e5ada79bf [1.5.x] Fixed broken links, round 4. refs
Backport of 067505ad19 from master
2012-12-29 15:57:57 -05:00
Preston Holmes 8d1b190248 [1.5.x] Fixed -- 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
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
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 -- changed method docs formatting for custom file storage docs 2012-11-17 07:13:37 -08:00
Aymeric Augustin a92c7c6e26 [1.5.x] Fixed -- 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 - 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 -- 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 - Quoted filenames in Content-Disposition header. 2012-10-03 17:44:56 -04:00
Preston Holmes 5f8b97f9fb Fixed -- support custom user models in mod_wsgi auth handler
thanks @freakboy3742 for the catch and review
2012-10-02 06:42:05 -07:00
Preston Holmes ab2a1773fd Added a missing comma 2012-09-29 21:53:13 -07:00
Preston Holmes 3abf6105b6 Fixed a couple errors and inconsistencies in mod_wsgi docs
Fixes 
2012-09-29 21:46:32 -07:00
Carl Meyer 751a7d0c32 Fixed -- Add warning re mod_wsgi and wsgi.py environ handling. 2012-09-27 20:35:57 -06:00
Preston Holmes 373932fa6b fixed -- add a mod_wsgi authentication handler
Thanks to baumer1122 for the suggestion and initial 
patch and David Fischer for the contributions and
long term patch maintenance and docs.
2012-09-27 12:43:37 -07:00
Tim Graham 837425b425 Fixed - Removed versionadded/changed annotations for Django 1.3 2012-09-20 19:06:55 -04:00
Tim Graham dc01e41d23 Fixed - Documented that update() doesn't honor DateField.auto_now
Thanks Shabda Raaj for the draft patch.
2012-09-08 06:38:41 -04:00
Aymeric Augustin 547b181046 [py3] Ported django.utils.safestring.
Backwards compatibility aliases were created under Python 2.
2012-08-18 16:04:06 +02:00
Martijn Vermaat 140179c770 Fix link to Gunicorn website in deployment howto. 2012-08-12 12:37:55 +02:00
Aymeric Augustin c5ef65bcf3 [py3] Ported django.utils.encoding.
* Renamed smart_unicode to smart_text (but kept the old name under
  Python 2 for backwards compatibility).
* Renamed smart_str to smart_bytes.
* Re-introduced smart_str as an alias for smart_text under Python 3
  and smart_bytes under Python 2 (which is backwards compatible).
  Thus smart_str always returns a str objects.
* Used the new smart_str in a few places where both Python 2 and 3
  want a str.
2012-08-07 12:00:22 +02:00
Aymeric Augustin bf9d5eff4c Fixed -- rst syntax collision. 2012-07-15 11:25:13 +02:00
Aymeric Augustin 29ca3d3c4b Fixed -- Typo in management command example
Thanks Frank Wiles.
2012-07-07 16:00:03 +02:00
Daniele Procida 83da36ebfb restored a missing \ in uwsgi docs 2012-07-06 10:10:27 +01:00
Claude Paroz 784d0c261c Replaced 'return' by 'raise' in custom model field docs
Thanks Simon Charette for noticing it. Refs .
2012-07-02 10:16:42 +02:00
Claude Paroz 596e15293c Fixed -- Mentioned ValidationError in custom model field docs 2012-06-30 14:30:32 +02:00