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-10-20
Fixed #7581 -- Added streaming responses.
Aymeric Augustin
2012-10-18
Fixed #19132 -- Added example for creating custom lazy function
Claude Paroz
2012-10-17
Fixed an error in cookie documentation
Preston Holmes
2012-10-16
Fixed #18548 - Clarified note regarding reusing model instances when form val...
Tim Graham
2012-10-15
Fixed #10936 - Tempered recommendation of SQLite - thanks Karen Tracey for th...
Tim Graham
2012-10-13
Fixed #19067 -- Clarified handling of username in createsuperuser.
Russell Keith-Magee
2012-10-13
Fixed #19077, #19079 -- Made USERNAME_FIELD a required field, and modified Us...
Russell Keith-Magee
2012-10-12
Merge pull request #422 from elvard/18996
Tim Graham
2012-10-11
Fixed #10936 - Noted that using SQLite for development is a good idea
Tim Graham
2012-10-11
Merge pull request #428 from donspaulding/patch-1
Tim Graham
2012-10-11
Fixed #16588 - Warned about field names that conflict with the model API
Tim Graham
2012-10-11
More URL reversion docs typo fixes.
Ramiro Morales
2012-10-11
Merge pull request #437 from dmedvinsky/bug/docs-typo-reversing
Tim Graham
2012-10-11
Fixed #16817 - Added a guide of code coverage to contributing docs.
Tim Graham
2012-10-11
Fix typo in URLs reversing docs
Dmitry Medvinsky
2012-10-10
Fixed #4501 - Documented how to use coverage.py with Django tests.
Tim Graham
2012-10-10
Moved F() '&' and '|' to .bitand() and .bitor()
Anssi Kääriäinen
2012-10-10
Revert "Fixed #16211 -- Added comparison and negation ops to F() expressions"
Anssi Kääriäinen
2012-10-07
Added section about URL reversion to URL mapper document.
Ramiro Morales
2012-10-06
More URL mapping documentation fixes.
Ramiro Morales
2012-10-06
Refactored URL mapping documentation.
Ramiro Morales
2012-10-06
Added assertXML[Not]Equal assertions
Claude Paroz
2012-10-06
Fixed #17435 - Clarified that QuerySet.update returns the number of rows matched
Tim Graham
2012-10-06
Fixed #19074 -- Corrected some minor issues with the new custom User docs.
Russell Keith-Magee
2012-10-05
Fixed format-o in docs/topics/db/queries.txt
Don Spaulding
2012-10-04
Fixed #18996 - Docs on overriden model methods
Tomáš Ehrlich
2012-10-04
Fixed #19051 - Fixed Selenium tearDownClass method; thanks glarrain for the r...
Tim Graham
2012-10-01
Removed incorrectly reintroduced 1.3 version notes
Preston Holmes
2012-09-30
Fixed #9279 -- Added ignorenonexistent option to loaddata
Preston Holmes
2012-09-30
Fixed #18616 -- added user_login_fail signal to contrib.auth
Michael Farrell
2012-09-30
Fixed #18807 -- Made 404.html and 500.html optional
Claude Paroz
2012-09-30
Fixed #18991 -- Allowed permission lookup by "if in"
Anssi Kääriäinen
2012-09-30
Fixed #16211 -- Added comparison and negation ops to F() expressions
Anssi Kääriäinen
2012-09-29
Fixed #18993 -- 'django' logger logs to console when DEBUG=True
Claude Paroz
2012-09-29
Combined Django DEFAULT_LOGGING with user LOGGING config
Claude Paroz
2012-09-27
Fixed two broken links introduced in recent commits.
Tim Graham
2012-09-26
Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail
Adrien Lemaire
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-09-25
Fix little typo in cache documentation
Yohan Boniface
2012-09-24
Fixed #14861 -- Moved logging config outside of Settings.__init__
Claude Paroz
2012-09-22
Fixed #18057 - Documented that caches are not cleared after each test; thanks...
Tim Graham
2012-09-21
Merge pull request #386 from clelland/ticket_15269
Tim Graham
2012-09-20
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
Tim Graham
2012-09-20
Add documentation for get_caches function
Ian Clelland
2012-09-19
Fixed #14829 - Added references to CBVs in the URLConf docs; thanks Andrew Wi...
Tim Graham
2012-09-17
Merge pull request #195 from pydanny/ajax-docs-example
Tim Graham
2012-09-17
Add example of AJAX form submission.
Marc Tamlyn
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
[next]