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
/
topics
Age
Commit message (
Expand
)
Author
2011-02-07
[1.2.X] Fixed #15055 -- added information about (and an example of) the csrf_...
Gabriel Hurley
2011-02-07
[1.2.X] Tweaked language markers in i18n topic document for better Sphinx syn...
Ramiro Morales
2011-02-02
[1.2.X] Fixed #7325 -- Broken links for model documentation; thanks Justin Li...
Timo Graham
2011-01-30
[1.2.X] Fixed #15134 -- Removed a duplicate TOC entry for modelforms docs. Th...
Russell Keith-Magee
2011-01-26
[1.2.X] Fixed #15163 - typo in email docs; thanks metal for the report.
Timo Graham
2011-01-18
[1.2.X] Refs #14661 -- Clarified the handling of initial data injected via cu...
Russell Keith-Magee
2011-01-16
[1.2.X] Fixed #13628 - Discourage the use of doctests; thanks d0ugal for the ...
Timo Graham
2011-01-16
[1.2.X] Fixed #15062 -- Documented the fact that managers must be able to be ...
Russell Keith-Magee
2011-01-03
[1.2.X] Fixed #15002 - Fix title casing to conform to style guidelines. thank...
Timo Graham
2010-12-31
[1.2.X] Some small fixes to DB optimization docs.
Luke Plant
2010-12-31
[1.2.X] Fixed #14997 - A typo in "Overriding delete". thanks phunehehe for th...
Timo Graham
2010-12-29
[1.2.X] Fixed #12193 - Add details to the i18n documentation for translation ...
Timo Graham
2010-12-29
[1.2.X] Fixed #13961 - note that reverse URL lookups can't be done within a b...
Timo Graham
2010-12-27
[1.2.X] Fixed #12313 - Add a note that QuerySet.delete() doesn't necessarily ...
Timo Graham
2010-12-27
[1.2.X] Fixed #6181 - Document `django.views.decorators.http` - thanks adamv ...
Timo Graham
2010-12-26
[1.2.X] Fixed #13949 - Note that readonly fields can't be modified via custom...
Timo Graham
2010-12-26
[1.2.X] Fixed #14000 - Remove versionadded/changed tags for 1.0. thanks ramiro!
Timo Graham
2010-12-25
[1.2.X] Fixed #13020 - add clarifying note to SessionStore. thanks elbarto fo...
Timo Graham
2010-12-21
[1.2.X] Fixed #14910 -- Clarified the order of precedence of loading translat...
Jannis Leidel
2010-12-14
[1.2.X] Fixed #14848 - change example verbose name to match convention. thank...
Timo Graham
2010-12-13
[1.2.X] Fixed #14897 -- fixed some synax highlighting in the formset document...
Alex Gaynor
2010-12-05
[1.2.X] Fixed #14841 -- added xrefs to topics/db/models. Thanks adamv.
Simon Meers
2010-12-05
[1.2.X] Fixed #14745 - add links to topics/http/shortucts.txt. thanks adamv f...
Timo Graham
2010-12-05
[1.2.X] Fixed #13162 and #11597 -- Improved the file handling documentation: ...
Gabriel Hurley
2010-12-05
[1.2.X] Fixed #14799 -- Provided a full solution for test database creation o...
Russell Keith-Magee
2010-12-04
[1.2.X] Fixed #14120 - Document get() in Making Queries - thanks danielr and ...
Timo Graham
2010-12-04
[1.2.X] Fixed #14811 - Add clarifying note to render_to_response - thanks adamv.
Timo Graham
2010-12-04
[1.2.X] Fixed #14764 -- specified that a set is returned by User.get_..._perm...
Simon Meers
2010-12-01
[1.2.X] Removed reference to potential exception during template rendering-ti...
Ramiro Morales
2010-11-29
[1.2.X] Fixed #14775 -- Backports the changes in [13772], which documented an...
Gabriel Hurley
2010-11-28
[1.2.X] Fixed #14791 - Clarify additional note on save(). Thanks OldTroll.
Timo Graham
2010-11-27
[1.2.X] Fixed #14785 - fixes to middleware docs - thanks adamv for the patch.
Timo Graham
2010-11-27
[1.2.X] Fixed #14789 - remove an unused link from docs/topics/install.txt. th...
Timo Graham
2010-11-27
[1.2.X] Fixed #14784 - Add links to docs/topics/files.txt
Timo Graham
2010-11-27
[1.2.X] Fixed #14783 - Links + style improvements to docs/topics/email.txt. T...
Timo Graham
2010-11-26
[1.2.X] Fixed #14744 - Add cross-links to docs/topics/http/views.txt. Thanks ...
Timo Graham
2010-11-26
Add back a colon that's needed but was removed in r14706
Timo Graham
2010-11-26
[1.2.X] Fixed #14782 - Add/fix links in docs/topics/cache.txt. Thanks to adam...
Timo Graham
2010-11-26
[1.2.X] Fixes #14743 - Add sphinx links and other cleanups to topics/http/url...
Timo Graham
2010-11-24
[1.2.X] Fixed #14771 -- corrected a typo in the testing docs. Thanks to Chri...
Alex Gaynor
2010-11-24
[1.2.X] Fixed #14767 -- Reflowed paragraphs and cleaned up some markup/links ...
Gabriel Hurley
2010-11-20
[1.2.X] Fixed #14727 -- Corrected three minor issues in the docs. Thanks to O...
Gabriel Hurley
2010-11-17
[1.2.X] Fixed #14713 -- documented that resolve can raise Http404. Thanks to...
Alex Gaynor
2010-11-17
[1.2.X] Corrected some syntax issues in the docs. Backport of [14598].
Alex Gaynor
2010-11-17
[1.2.X] Fixed a bunch of code examples in the form media documentation.
Jannis Leidel
2010-11-12
[1.2.X] Fixed #14669 -- corrected an ungrammatical sentence in the internatio...
Gabriel Hurley
2010-11-09
[1.2.X] Fixed typo in raw SQL docs example.
Ramiro Morales
2010-11-07
[1.2.X] Completed and enhanced links to database-specific notes from the inst...
Ramiro Morales
2010-11-07
[1.2.X] Fixed #12975 -- Moved the docs for contrib.admindocs out of the templ...
Gabriel Hurley
2010-11-07
[1.2.X] Fixed #8325 -- Reorganization and expansion of the login_required dec...
Gabriel Hurley
[next]