summaryrefslogtreecommitdiff
path: root/docs/howto
AgeCommit message (Collapse)Author
2014-01-22[1.6.x] Always use parentheses when documenting a method with no arguments.Baptiste Mispelon
Backport of 05d36dc06e6d767bb28993c65a54b703f319a386 from master.
2014-01-22[1.6.x] Don't show `self` in the list of arguments of a method.Baptiste Mispelon
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-17[1.6.x] Fixed #20052 -- Discouraged use of Jython given the current state of ↵Tim Graham
django-jython. Thanks Josh Juneau (maintainer of django-jython) for the review. Backport of a67e327db5 from master
2014-01-02[1.6.x] Fixed #21722 -- Added a warning for avoiding XSS vulnerabilities ↵Tim Graham
when reusing built-in filters. Thanks Stephen McDonald for the suggestion. Backport of 07711e9997 from master
2013-12-25[1.6.x] Fixed #21663 -- Added missing WSGIPythonPath in mod_wsgi config.Tim Graham
Thanks carrie.hazelton at altamiracorp.com for the report. Backport of e82e7ae1e8 from master
2013-12-08[1.6.x] Updated a bunch of hyperlinks in documentationClaude Paroz
Backport of 626bdf648 from master.
2013-11-18[1.6.x] Fixed #20852 - Fixed incorrectly generated left quotes in docs.Dominic Rodger
Sphinx generates left single quotes for apostrophes after code markup, when right single quotes are required. The easiest way to fix this is just by inserting the unicode character for a right single quote. Instances of the problem were found by looking for ">‘" in the generated HTML. Backport of c33d1ca1d98003de29cdecb6080b52c5c52139bd from master.
2013-10-14[1.6.x] Fixed #20962 -- Documented that template tag render() may raise ↵Bouke Haarsma
exceptions. Thanks Keryn Knight for the report. Backport of e077224f4a from master
2013-10-03[1.6.x] Fixed #21218 -- Typo on docs/howto/upgrade-version.txtTim Graham
Thanks ryan at ryangallen.com for the report. Backport of 36e220f923 from master
2013-09-25[1.6.x] Fixed #21116 -- Made usage of manage.py in docs more consistent.Tim Graham
Thanks daniel.quattro at gmail.com for the report. d1c9802811 from master.
2013-09-15[1.6.x] Cleaned up 1.5.4/1.4.8 release notesTim Graham
Backport of 8d29005524 from master
2013-09-10[1.6.x] Fixed broken sphinx reference to staticfiles.Tarjei Husøy
Backport of 751dc0a36b from master
2013-09-07[1.6.x] Fixed #20938 -- Added cached sessions note to deployment checklist.Tim Graham
Thanks mjtamlyn for the suggestion. Backport of 4e784f337c from master
2013-09-05[1.6.x] Fixed #20900 -- Documented RemoteUserBackend.authenticateTim Graham
Backport of 7b62b80693 from master
2013-09-03[1.6.x] Fixed #20973 -- Document serving static files without ↵Loic Bistuer
django.contrib.staticfiles Backport of 7b04038a7f from master
2013-08-30[1.6.x] Fixed #20999 - Allow overriding formfield class with choices, ↵Carl Meyer
without subclass restrictions. Refs #18162. Thanks claudep and mjtamlyn for review. Backport of 7211741fc5d50425 from master.
2013-08-20[1.6.x] Fixed #20933 -- Allowed loaddata to load fixtures from relative paths.Florian Apolloner
Backport of 6e846f7627ecf0dc15053624a23bfbf47535972d from master.
2013-07-24[1.6.x] Fixed typo in Custom management commands documentation.Jon Lønne
Backport of 5a5d594717 from master
2013-07-17[1.6.x] Fixed #20756 -- Typo in uWSGI docs.Tim Graham
Backport of a3242dc9fe from master
2013-07-08[1.6.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.6.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.6.x] Fixed #20224 -- Update docs examples which mention __unicode__Claude Paroz
Thanks Marc Tamlyn and Tim Graham for the review. Backport of 7442eb1a24 from master.
2013-07-05[1.6.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-30[1.6.x] Fixed #20667 - Removed discussion of DEBUG from tutorial.Tim Graham
Backport of 0d642aac86 from master.
2013-06-26Add missing preposition in documentationTrey Hunner
2013-06-21Fixed #20634 - Corrected doc mistake re: staticfiles finders strategy.Tim Graham
Thanks claudep for the catch and bmispelon for the research.
2013-06-20Fixed #19319 -- Updated example httpd.conf for Apache 2.4Tim Graham
Thanks colinnkeenan@ for the report.
2013-06-12Warned 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.
2013-05-27Fixed #20508 -- ReST typo.Aymeric Augustin
2013-05-25Fixed #20099 -- Eased subclassing of BrokenLinkEmailsMiddlewareClaude Paroz
Thanks Ram Rachum for the report and the initial patch, and Simon Charette for the review.
2013-05-23Fixed #20417 - Noted that a server restart is required to load new ↵Tim Graham
templatetag modules. Thanks Katya for the suggestion.
2013-05-23Fixed #20080 - Recommended use of PYTHONHASHSEEDTim Graham
Thanks jacob for the suggestion and ryankask for the patch.
2013-05-22Added some text I meant to add in the last commit.Tim Graham
2013-05-22Added a note about pip upgrade flag.Tim Graham
Thanks Jannis Leidel for the suggestion.
2013-05-22Fixed #17048 - Added docs for upgrading Django.Tim Graham
Thanks Donald Stufft for the suggestion and Susan Tan and Brian Fabian Crain for the patch.
2013-05-19Added some links in /docs/intro/overview.txtTim Graham
Thanks Claes Ström for the patch.
2013-05-19Add missing imports and models to the examples in the template layer ↵Silvan Spross
documentation
2013-05-18Fixed #20284 - Added a note about DEBUG in static file docs.Tim Graham
Thanks wim@ for the suggestion and Nicolas Noé for the patch.
2013-05-18Fixed #20402: removed as-limit from uWSGI example.Aymeric Augustin
It can fail in hard-to-diagnose ways.
2013-05-09Fixed #20215 -- Disabled persistent connections by default.Aymeric Augustin
2013-04-29Fixed #20330 -- Normalized spelling of "web server".Aymeric Augustin
Thanks Baptiste Mispelon for the report.
2013-04-24Fix CharField typo in legacy-databases.txt docsEvan Carmi
The example Person model in the legacy databases HowTo had a typo referring to ChaField instead of Charfield
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
Refs #20104.
2013-04-18Fixed #20286 - Typo in static files docs.Tim Graham
Thanks bmispelon.
2013-04-18Fixed #20282 -- Typo in WSGI docs.Aymeric Augustin
2013-03-30Fixed #19492 - Added a link to the uWSGI/Django tutorial.Tim Graham
2013-03-29Fixed #19897 - Updated static files howto.Tim Graham
Thanks Jan Murre, Reinout van Rees and Wim Feijen, plus Remco Wendt for reviewing.
2013-03-29Fixed #19582 - Added a static files tutorial.Tim Graham
Thanks James Pic.
2013-03-22Added missing markup to docs.Tim Graham
2013-03-18Fixed #19968 -- Dropped support for PostgreSQL < 8.4.Aymeric Augustin