summaryrefslogtreecommitdiff
path: root/docs/howto
AgeCommit message (Collapse)Author
2013-07-17[1.5.x] Fixed #20756 -- Typo in uWSGI docs.Tim Graham
Backport of a3242dc9fe from master
2013-07-08[1.5.x] Fixed #20493 -- Added a warning that objects may not be picklable ↵Tim Graham
across Django versions Thanks cataliniacob for the suggestion and review. Backport of 1084575163 from master
2013-07-06[1.5.x] Fixed #14006 -- Documented that Field's 'description' attribute is ↵Tim Graham
interpolated with field.__dict__ Thanks abeld for the suggestion. Backport of 2d96e660f9 from master.
2013-07-05[1.5.x] Fixed #19539 -- Updated custom model fields example for Python 3.Tim Graham
Thanks astorije@ for the report. Backport of b9fceadfd4 from master.
2013-06-27[1.5.x] Added missing preposition in documentationTrey Hunner
Backport of 2ec54e7fbc from master
2013-06-21Fixed #20634 - Corrected doc mistake re: staticfiles finders strategy.Tim Graham
Thanks claudep for the catch and bmispelon for the research. Backport of 9be93aa809 from master.
2013-06-20[1.5.x] Fixed #19319 -- Updated example httpd.conf for Apache 2.4Tim Graham
Thanks colinnkeenan@ for the report. Backport of 7314007c5b from master
2013-06-12[1.5.x] Warned that `request_finished` isn't sent by some buggy setups.Jaap Roes
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-05-23[1.5.x] Fixed #20417 - Noted that a server restart is required to load new ↵Tim Graham
templatetag modules. Thanks Katya for the suggestion. Backport of a46a399534 from master
2013-05-22[1.5.x] Added some text I meant to add in the last commit.Tim Graham
Backport of 2699219c23 from master
2013-05-22[1.5.x] Added a note about pip upgrade flag.Tim Graham
Thanks Jannis Leidel for the suggestion. Backport of 0e45f75112 from master
2013-05-22[1.5.x] Fixed #17048 - Added docs for upgrading Django.Tim Graham
Thanks Donald Stufft for the suggestion and Susan Tan and Brian Fabian Crain for the patch. Backport of ef8a9bc7fa from master.
2013-05-19[1.5.x] Added some links in /docs/intro/overview.txtTim Graham
Thanks Claes Ström for the patch. Backport of bdde7feb26 from master.
2013-05-18[1.5.x] Fixed #20284 - Added a note about DEBUG in static file docs.Tim Graham
Thanks wim@ for the suggestion and Nicolas Noé for the patch. Backport of 2c84f4434c from master
2013-04-18[1.5.x] Fixed #20286 - Typo in static files docs.Tim Graham
Thanks bmispelon. Backport of f71fdf83a8 from master
2013-03-30[1.5.X] Fixed #19492 - Added a link to the uWSGI/Django tutorial.Tim Graham
Backport of 91d06ea719 from master
2013-03-30[1.5.x] Fixed #19897 - Updated static files howto.Tim Graham
Thanks Jan Murre, Reinout van Rees and Wim Feijen, plus Remco Wendt for reviewing. Backport of i6c730da1f from master.
2013-03-30[1.5.X] Fixed #19582 - Added a static files tutorial.Tim Graham
Thanks James Pic. Backport of c32fc79aa1 from master
2013-03-22[1.5.x] Added missing markup to docs.Tim Graham
Backport of 93cffc3b37 from master.
2013-02-09[1.5.x] Fixed #19749 -- Documented ending param to command's self.stdout/errClaude Paroz
Thanks xian at mintchaos.com for the report. Backport of 0201b9d6d from master
2013-01-31[1.5.x] Fixed #19692 -- Completed deprecation of mimetype in favor of ↵Aymeric Augustin
content_type. Thanks Tim for the report and initial patch. Backport of 89cb771 from master.
2013-01-22[1.5.x] Fixed #19633 - Discouraged use of gunicorn's Django integration.Tim Graham
Backport of 0db86273ae from master
2013-01-15[1.5.x] Fixed a typo in the error reporting docs.Aymeric Augustin
Backport of 83d0cc52.
2013-01-02[1.5.x] Fixed #19516 - Fixed remaining broken links.Tim Graham
Added -n to sphinx builds to catch issues going forward. Backport of 9b5f64cc6e from master.
2012-12-31[1.5.x] Fixed #19453 -- Ensured that the decorated function's arguments are ↵Julien Phalip
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-29[1.5.x] Fixed broken links, round 4. refs #19516Tim Graham
Backport of 067505ad19 from master
2012-12-28[1.5.x] Fixed #19498 -- refactored auth documentationPreston Holmes
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-26[1.5.X] Fixed broken links, round 3. refs #19516Tim Graham
Backport of b3a8c9dab8 from master
2012-12-24[1.5.X] Fixed links to DATABASE ENGINE setting. refs #19516Tim Graham
Backport of f56f6cfa58 from master
2012-11-17[1.5.x] Fix typo in file storage docs.Aymeric Augustin
Backport of 4585e12 from master.
2012-11-17[1.5.x] Fixed #19310 -- changed method docs formatting for custom file ↵Preston Holmes
storage docs
2012-10-29[1.5.x] Fixed #19208 -- Docs for mod_wsgi daemon modeAymeric Augustin
Thanks Graham Dumpleton for the patch. Backport of bc00075 from master.
2012-10-19Fixed #17388 - Noted in the custom model field docs that field methods need ↵Tim Graham
to handle None if the field may be null.
2012-10-16Fixed #19128 -- Reworded admonition about Jython and Django 1.5Claude Paroz
Thanks adam@hopelessgeek.com for the report.
2012-10-03Fixed #19006 - Quoted filenames in Content-Disposition header.Tim Graham
2012-10-02Fixed #19057 -- support custom user models in mod_wsgi auth handlerPreston Holmes
thanks @freakboy3742 for the catch and review
2012-09-29Added a missing commaPreston Holmes
2012-09-29Fixed a couple errors and inconsistencies in mod_wsgi docsPreston Holmes
Fixes #19042
2012-09-27Fixed #18518 -- Add warning re mod_wsgi and wsgi.py environ handling.Carl Meyer
2012-09-27fixed #10809 -- add a mod_wsgi authentication handlerPreston Holmes
Thanks to baumer1122 for the suggestion and initial patch and David Fischer for the contributions and long term patch maintenance and docs.
2012-09-20Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham
2012-09-08Fixed #15566 - Documented that update() doesn't honor DateField.auto_nowTim Graham
Thanks Shabda Raaj for the draft patch.
2012-08-18[py3] Ported django.utils.safestring.Aymeric Augustin
Backwards compatibility aliases were created under Python 2.
2012-08-12Fix link to Gunicorn website in deployment howto.Martijn Vermaat
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
* 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-07-15Fixed #18626 -- rst syntax collision.Aymeric Augustin
2012-07-07Fixed #18587 -- Typo in management command exampleAymeric Augustin
Thanks Frank Wiles.
2012-07-06restored a missing \ in uwsgi docsDaniele Procida
2012-07-02Replaced 'return' by 'raise' in custom model field docsClaude Paroz
Thanks Simon Charette for noticing it. Refs #11162.
2012-06-30Fixed #11162 -- Mentioned ValidationError in custom model field docsClaude Paroz