1
0
mirror of https://github.com/django/django.git synced 2024-12-26 02:56:25 +00:00
django/docs/ref
2008-10-02 12:57:13 +00:00
..
contrib Fixed #9149: Fixed reST error in syndication docs 2008-09-21 07:43:58 +00:00
files
forms Edited some recent docs changes 2008-09-16 05:31:00 +00:00
models Fixed #9255: Removed now-obsolete warning about the old semantics of __exact=None vs. __isnull=True 2008-09-30 22:29:58 +00:00
templates Rewrote bits of the cycle tag documentation, which was confusing -- it implied 'rowvar' was required 2008-09-30 17:45:58 +00:00
databases.txt
django-admin.txt Promoted --verbosity to be a top level option for all management commands. Also added -v as a consistent short form of --verbosity. This is mostly to save Malcolm's poor arthritic fingers. 2008-10-02 12:57:13 +00:00
generic-views.txt
index.txt
middleware.txt
request-response.txt Fixed #8546 -- Fixed error in request-response.txt where we were incorrectly listing HttpResponse.content() in the 'Methods' section instead of the 'Attributes' section. Thanks, schmichael 2008-09-17 05:18:41 +00:00
settings.txt Fixed #8371: Added a note warning Windows users about the use of forward slashes when specifying the DATABASE_NAME setting. 2008-09-22 11:10:39 +00:00
signals.txt Promoted --verbosity to be a top level option for all management commands. Also added -v as a consistent short form of --verbosity. This is mostly to save Malcolm's poor arthritic fingers. 2008-10-02 12:57:13 +00:00
unicode.txt