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
2014-01-22
Always use parentheses when documenting a method with no arguments.
Baptiste Mispelon
2014-01-22
Don't show `self` in the list of arguments of a method.
Baptiste Mispelon
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2014-01-18
Fixed #16187 -- refactored ORM lookup system
Anssi Kääriäinen
2014-01-17
Fixed #20052 -- Discouraged use of Jython given the current state of django-j...
Tim Graham
2014-01-03
Merge pull request #2094 from coder9042/ticket_21478
Anssi Kääriäinen
2014-01-02
Fixed #21722 -- Added a warning for avoiding XSS vulnerabilities when reusing...
Tim Graham
2013-12-28
Used app_label instead of appname.
Aymeric Augustin
2013-12-28
Updated the AppCommand API to support apps without a models module.
Aymeric Augustin
2013-12-25
Unified listing of shell commands/code
Yaroslav Halchenko
2013-12-25
Fixed #21663 -- Added missing WSGIPythonPath in mod_wsgi config.
Tim Graham
2013-12-19
Fixed #21478 -- Corrected docs for when Field.db_type() is called.
Anubhav Joshi
2013-12-08
Updated a bunch of hyperlinks in documentation
Claude Paroz
2013-12-05
Fixed another typo in custom model field documentation.
Baptiste Mispelon
2013-12-05
Fixed typo in custom model field documentation.
Baptiste Mispelon
2013-11-27
Field.deconstruct() howto docs
Andrew Godwin
2013-11-21
Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs.
Loic Bistuer
2013-10-14
Fixed #20962 -- Documented that template tag render() may raise exceptions.
Bouke Haarsma
2013-10-03
Fixed #21218 -- Typo on docs/howto/upgrade-version.txt
Tim Graham
2013-09-25
Updated a code block to use the emphasize-lines Sphinx option
Tim Graham
2013-09-21
- missing __init__.py
Alexander
2013-09-18
Fixed #21116 -- Made usage of manage.py in docs more consistent.
Tim Graham
2013-09-15
Cleaned up 1.5.4/1.4.8 release notes
Tim Graham
2013-09-10
Fix broken sphinx reference to staticfiles.
Tarjei Husøy
2013-09-07
Fixed #20938 -- Added cached sessions note to deployment checklist.
Tim Graham
2013-09-05
Fixed #20900 -- Documented RemoteUserBackend.authenticate
Tim Graham
2013-09-03
Fixed #20973 -- Document serving static files without django.contrib.staticfiles
Loic Bistuer
2013-08-31
Made django.test.testcases not depend on staticfiles contrib app.
Ramiro Morales
2013-08-30
Fixed #20999 - Allow overriding formfield class with choices, without subclas...
Carl Meyer
2013-08-21
Fixed #20933 -- Allowed loaddata to load fixtures from relative paths.
Florian Apolloner
2013-08-19
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-08-15
Fixed some ReST errors regarding backticks
Tim Graham
2013-08-09
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-08-06
Fixed #20852 - Fixed incorrectly generated left quotes in docs.
Dominic Rodger
2013-08-01
Fixed #20667 - Removed discussion of DEBUG from tutorial.
Tim Graham
2013-07-27
Fixed a number of minor misspellings.
Julien Phalip
2013-07-25
More migration docs, and conversion of all easy syncdb references
Andrew Godwin
2013-07-24
Fixed #20766 -- Deprecated FastCGI support.
Tim Graham
2013-07-24
Fixed typo in Custom management commands documentation.
Jon Lønne
2013-07-17
Fixed #20756 -- Typo in uWSGI docs.
Tim Graham
2013-07-14
Fixed #20746 -- Removed Python 2.6 specific code/docs
Tim Graham
2013-07-08
Fixed #20493 -- Added a warning that objects may not be picklable across Djan...
Tim Graham
2013-07-06
Fixed #14006 -- Documented that Field's 'description' attribute is interpolat...
Tim Graham
2013-07-05
Fixed #20224 -- Update docs examples which mention __unicode__
Claude Paroz
2013-07-05
Fixed #19539 -- Updated custom model fields example for Python 3.
Tim Graham
2013-06-26
Add missing preposition in documentation
Trey Hunner
2013-06-21
Fixed #20634 - Corrected doc mistake re: staticfiles finders strategy.
Tim Graham
2013-06-20
Fixed #19319 -- Updated example httpd.conf for Apache 2.4
Tim Graham
2013-06-12
Warned that `request_finished` isn't sent by some buggy setups.
Jaap Roes
2013-05-27
Fixed #20508 -- ReST typo.
Aymeric Augustin
[next]