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-08-28
[1.7.x] Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCase
Claude Paroz
2014-08-26
[1.7.x] Fixed spelling mistake in file docs.
Tim Graham
2014-08-20
[1.7.x] Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file ...
Tim Graham
2014-08-18
[1.7.x] Fixed #14638 -- Clarified model Field.to_python() docs.
Tim Graham
2014-08-15
[1.7.x] Fixed typo in docs/howto/custom-model-fields.txt.
Tim Graham
2014-08-08
[1.7.x] Fixed #23257 -- Updated docs for new django-jython release.
Andreas Stocker
2014-08-02
[1.7.x] Fixed #23154 -- Removed reference to deprecated run_gunicorn command.
Tim Graham
2014-07-10
[1.7.x] Fixed #22809 -- Added model Field API reference.
Jorge C. Leitão
2014-07-08
[1.7.x] Fixed #22812 -- Refactored lookup API documentation.
Jorge C. Leitão
2014-07-07
[1.7.x] Fixed #22942 -- Noted that __init__.py files are required for managem...
Tim Graham
2014-07-05
[1.7.x] Fixed various minor doc typos / references.
Daniel Hahler
2014-06-26
[1.7.x] Fixed typo in parameter name doc for BaseCommand.check().
Gert Van Gool
2014-06-11
[1.7.x] Added link to data migrations in initial data deprecation note
Greg Chapple
2014-05-12
[1.7.x] Fixed #22619 -- Corrected description of os.path.
Tim Graham
2014-05-07
[1.7.x] Updated some docs for the delayed deprecation of legacy table creatio...
Tim Graham
2014-05-06
[1.7.x] Improve docs around deconstruction/serialisation (refs #22337)
Andrew Godwin
2014-05-05
[1.7.x] Fixed #1349 -- Clarified docs on serving files from STATIC/MEDIA_URL.
Tim Graham
2014-05-03
[1.7.x] Fix docs error with deconstruct() docs
Andrew Godwin
2014-04-28
[1.7.x] Fixed #22497 -- Highlighted difference between field and class decons...
Tim Graham
2014-04-26
[1.7.x] Specified 'csv and unicode' note as Python 2 only
Claude Paroz
2014-04-21
[1.7.x] Fixed queries that may return unexpected results on MySQL due to type...
Erik Romijn
2014-04-18
[1.7.x] Moved RemoteUserBackend documentation to reference guide.
Tim Graham
2014-04-17
[1.7.x] Fixed #22444 -- Marked initial SQL/fixture loading as deprecated.
Tim Graham
2014-04-16
[1.7.x] Added RemoteUserMiddleware to middleware reference page.
Tim Graham
2014-04-15
[1.7.x] Fixed #22392 -- Corrected deployment instructions for Apache 2.4.
Tim Graham
2014-04-10
[1.7.x] Fixed #22412 -- More nuanced advice re template filters and exceptions.
Carl Meyer
2014-04-09
[1.7.x] Noted that pip is included with Python 3.4 in Windows install guide.
Tim Graham
2014-04-08
[1.7.x] Fixed #16205 -- Added an installation for Windows.
Anubhav Joshi
2014-03-25
[1.7.x] Fixed #22322 -- Fixed incorrect explanation of what managed=False does.
Tim Graham
2014-03-17
Fixed #21179 -- Added a StreamingHttpResponse example for CSV files.
zedr
2014-03-02
Removed WSGI upgrade instructions for Django 1.3 and earlier.
Tim Graham
2014-02-27
Fixed documention typo
jibreel
2014-02-25
Fixed docs typos.
Szczepan Cieślik
2014-02-24
Fixed #22116 -- Added precision about WSGIPythonPath separator
Claude Paroz
2014-02-18
Fixed #22062 -- Corrected static files config for Apache >= 2.4
Tim Graham
2014-02-13
Fixed #21951 -- Updated docs to use __str__ for Python 3
Alasdair Nicol
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
[next]