index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
howto
Age
Commit message (
Expand
)
Author
2013-02-09
[1.5.x] Fixed #19749 -- Documented ending param to command's self.stdout/err
Claude Paroz
2013-01-31
[1.5.x] Fixed #19692 -- Completed deprecation of mimetype in favor of content...
Aymeric Augustin
2013-01-22
[1.5.x] Fixed #19633 - Discouraged use of gunicorn's Django integration.
Tim Graham
2013-01-15
[1.5.x] Fixed a typo in the error reporting docs.
Aymeric Augustin
2013-01-02
[1.5.x] Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-12-31
[1.5.x] Fixed #19453 -- Ensured that the decorated function's arguments are o...
Julien Phalip
2012-12-29
[1.5.x] Fixed broken links, round 4. refs #19516
Tim Graham
2012-12-28
[1.5.x] Fixed #19498 -- refactored auth documentation
Preston Holmes
2012-12-26
[1.5.X] Fixed broken links, round 3. refs #19516
Tim Graham
2012-12-24
[1.5.X] Fixed links to DATABASE ENGINE setting. refs #19516
Tim Graham
2012-11-17
[1.5.x] Fix typo in file storage docs.
Aymeric Augustin
2012-11-17
[1.5.x] Fixed #19310 -- changed method docs formatting for custom file storag...
Preston Holmes
2012-10-29
[1.5.x] Fixed #19208 -- Docs for mod_wsgi daemon mode
Aymeric Augustin
2012-10-19
Fixed #17388 - Noted in the custom model field docs that field methods need t...
Tim Graham
2012-10-16
Fixed #19128 -- Reworded admonition about Jython and Django 1.5
Claude Paroz
2012-10-03
Fixed #19006 - Quoted filenames in Content-Disposition header.
Tim Graham
2012-10-02
Fixed #19057 -- support custom user models in mod_wsgi auth handler
Preston Holmes
2012-09-29
Added a missing comma
Preston Holmes
2012-09-29
Fixed a couple errors and inconsistencies in mod_wsgi docs
Preston Holmes
2012-09-27
Fixed #18518 -- Add warning re mod_wsgi and wsgi.py environ handling.
Carl Meyer
2012-09-27
fixed #10809 -- add a mod_wsgi authentication handler
Preston Holmes
2012-09-20
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
Tim Graham
2012-09-08
Fixed #15566 - Documented that update() doesn't honor DateField.auto_now
Tim Graham
2012-08-18
[py3] Ported django.utils.safestring.
Aymeric Augustin
2012-08-12
Fix link to Gunicorn website in deployment howto.
Martijn Vermaat
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-07-15
Fixed #18626 -- rst syntax collision.
Aymeric Augustin
2012-07-07
Fixed #18587 -- Typo in management command example
Aymeric Augustin
2012-07-06
restored a missing \ in uwsgi docs
Daniele Procida
2012-07-02
Replaced 'return' by 'raise' in custom model field docs
Claude Paroz
2012-06-30
Fixed #11162 -- Mentioned ValidationError in custom model field docs
Claude Paroz
2012-06-29
Fixed #18528 -- Fixed custom field value_to_string example
Claude Paroz
2012-06-28
Updated obsolete links in the documentation
Claude Paroz
2012-06-11
Fixed #18451 -- Vastly improved class based view documentation.
Jannis Leidel
2012-06-08
Fixed #18440 -- Pointed out that ReportLab is not thread safe. Thanks, jens@l...
Adrian Holovaty
2012-06-07
Removed references to changes made in 1.2.
Aymeric Augustin
2012-06-06
Replaced documentation snippets using "gender" with less sensitive examples.
Jacob Kaplan-Moss
2012-06-06
Added alt attribute to img tags in docs.
Aymeric Augustin
2012-05-27
Fixed #18387 -- Do not call sys.exit during call_command.
Claude Paroz
2012-05-19
Fixed #18325 -- Wrapped self.stdout/stderr in OutputWrapper class
Claude Paroz
2012-05-10
Replaced foo.next() by next(foo).
Claude Paroz
2012-05-05
Replaced cStringIO.StringIO by io.BytesIO.
Claude Paroz
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2012-04-30
docs: It's rsync_project not rysnc_project
Kyle Fuller
2012-04-29
Minor fixes in the custom template tags docs.
Aymeric Augustin
2012-04-25
Fixed #18060 -- Corrected the import path of an example in custom management ...
Claude Paroz
2012-04-23
Fixed #18187 -- Completed example and details about custom command options. T...
Claude Paroz
2012-04-22
Fixed #18186 -- Fixed ReportLab Web site links. Thanks pablog for the report ...
Claude Paroz
2012-04-11
Fixed #18099 -- corrected a typo in the initial data docs. Thanks to Bradley...
Alex Gaynor
2012-04-08
Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official depreca...
Claude Paroz
[next]