django/docs/ref
Carl Meyer 3ed0b6ed64 Fixed #17799 - Documented that the execute() method of a management command is not suitable for calling the command from code; call_command should be used instead. Thanks kacah222 for the report and claudep for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17629 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-02 17:13:53 +00:00
..
contrib Fixed #17790 - Made the Ajax CSRF jQuery example work with jQuery in compatibility mode, too. Thanks Jonathan Hayward for the suggestion. 2012-03-02 16:06:11 +00:00
files
forms
models Fixed #17668 - prefetch_related does not work in in_bulk 2012-02-28 19:34:04 +00:00
templates
authbackends.txt
class-based-views.txt
clickjacking.txt
databases.txt
django-admin.txt Fixed #17799 - Documented that the execute() method of a management command is not suitable for calling the command from code; call_command should be used instead. Thanks kacah222 for the report and claudep for the patch. 2012-03-02 17:13:53 +00:00
exceptions.txt
generic-views.txt
index.txt Fixed #14261 - Added clickjacking protection (X-Frame-Options header) 2011-05-30 22:27:47 +00:00
middleware.txt
request-response.txt
settings.txt Fixed #17568 -- Mentioned ``reverse_lazy`` in the ``LOGIN_REDIRECT_URL`` settings docs. Thanks, zsiciarz. 2012-03-02 16:56:04 +00:00
signals.txt Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 2011-10-14 00:12:01 +00:00
template-response.txt
unicode.txt
utils.txt Fixed #17723 -- Mentioned the changes done in r17547. Thanks, ryankask. 2012-03-02 16:56:11 +00:00
validators.txt