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
2012-09-15
Fixes docs typo
Camilo Nova
2012-09-15
Fixed #16929 - Documented how to extend UserAdmin with UserProfile fields; th...
Tim Graham
2012-09-15
Fixed #11185 - Expanded docs on customizing widgets; thanks fadeev for the dr...
Tim Graham
2012-09-09
Replaced backwards-incompatible changes reference
Karen Tracey
2012-09-08
Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names.
Carl Meyer
2012-09-08
Fixed #15906 - Documented HEAD method in CBVs; thanks zsiciarz for the patch.
Tim Graham
2012-09-08
Fix typo: Non -> None
James Bennett
2012-09-08
Untabify multi-db docs.
James Bennett
2012-09-08
Ticket 18657: Fix inconsistent DB names in router example.
James Bennett
2012-09-08
Merge pull request #359 from nmartini/ticket_18832
Tim Graham
2012-09-08
Fixed a typo in the Python 3 compatibility docs.
Michal Petrucha
2012-09-08
fixing modelforms example code, ticket #18832
Nick Martini
2012-09-08
Avoided mixing dates and datetimes in the examples.
Aymeric Augustin
2012-09-08
Fixed #18365 - Added a reminder of the context processor required for the set...
Tim Graham
2012-09-08
Fixed #15566 - Documented that update() doesn't honor DateField.auto_now
Tim Graham
2012-09-07
Small reorganisation of initial parts of URL documentation.
Malcolm Tredinnick
2012-09-07
Updated install docs to reflect Python 3 status.
Aymeric Augustin
2012-09-07
Document ``six.assertRaisesRegex``.
Alex Gaynor
2012-09-07
Merge pull request #331 from davidfischer/master
James Bennett
2012-09-07
[py3] Documented forwards-compatible aliases
Aymeric Augustin
2012-09-06
Formatting fix for host headers section
David Fischer
2012-09-06
Added CSRF with HTTPS/HSTS and forwarding note
David Fischer
2012-09-06
Added note about Strict Transport Security (HSTS)
David Fischer
2012-09-03
Changes day to from 2 to 30
Matt Stevens
2012-09-03
Clarifies day and month in example queryset
Matt Stevens
2012-09-01
Merge pull request #315 from streeter/auth-docs-cleanup-patch
Tim Graham
2012-09-01
Fixed #18840 - Added a mentioned of the upload_to parameter to the ModelForm ...
Tim Graham
2012-09-01
Fixed #13608 - Noted that template lookups use literal values.
Tim Graham
2012-08-31
Clarify some of the password reset docs
Chris Streeter
2012-08-31
Merge pull request #310 from juanpex/master
Florian Apolloner
2012-08-31
Merge pull request #311 from gutworth/py3-doc
Florian Apolloner
2012-08-30
Fixed #18871 - Fixed typo in multi-db docs.
Tim Graham
2012-08-29
Replaced many smart_bytes by force_bytes
Claude Paroz
2012-08-28
Indexing bytes is the problem not slicing.
Benjamin Peterson
2012-08-27
fix documentation testing of Selenium WebDriverWait
juanpex
2012-08-25
Fixed #18804 - Reorganized class based views docs a bit; thanks anthonyb for ...
Tim Graham
2012-08-24
Fixed #18847 - Updated for media examples to use static.example.com. Thanks J...
Tim Graham
2012-08-23
Fixed typo in docs
Carlos Palol
2012-08-22
Merge pull request #297 from mjjohnson/ticket_17069
Tim Graham
2012-08-21
Fixed #18637 - Updated some documentation for aspects of models that are Mode...
Tim Graham
2012-08-21
Fixed #14885 - Clarified that ModelForm cleaning may not fully complete if th...
Tim Graham
2012-08-21
Fixed #17069 -- Added log filter example to docs.
Michael Johnson
2012-08-20
Fixed #18819 -- fixed some typos in the auth docs
Alex Gaynor
2012-08-20
Made an example more readable in the URLs docs.
Aymeric Augustin
2012-08-20
Added links in URLs doc for consistency.
Aymeric Augustin
2012-08-19
Fixed #17180 - Emphasized the need to load the i18n template tag in each temp...
Tim Graham
2012-08-19
Clarified a sentence in the Python 3 docs.
Aymeric Augustin
2012-08-19
Fixed indentation in the Python3 docs
Marc Tamlyn
2012-08-19
[py3] Wrote Django-specific porting tips
Aymeric Augustin
2012-08-18
[py3] Added compatibility import of thread/_thread
Aymeric Augustin
[next]