1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/docs/ref
2009-03-09 03:33:54 +00:00
..
contrib Cleaned up some documentation about admin URLs in Django 1.1. Thanks, Alex Gaynor. 2009-02-24 01:10:26 +00:00
files
forms Fixed #10135 -- Added some import statements to docs/ref/forms/fields.txt and docs/ref/forms/widgets.txt to help people understand where the code lives. Thanks, Rob Hudson 2009-02-21 08:45:47 +00:00
models Made a couple of cross-references in the model fields documentaiton consistent. 2009-03-09 03:33:54 +00:00
templates Fixed #9701 -- Added a "safeseq" template filter. 2009-03-02 08:16:33 +00:00
databases.txt Clarified documentation regarding Oracle's treatment of nulls and empty strings. 2009-03-05 20:21:22 +00:00
django-admin.txt Fixed #5610 -- Added the ability for dumpdata to take individual model names, as well as entire applications. Thanks to David Reynolds for his work on this patch. 2009-02-28 05:35:22 +00:00
generic-views.txt Documented how to handle '%' characters in redirect_to() URL strings (even in 2008-12-09 07:33:08 +00:00
index.txt
middleware.txt A few minor wording, whitespace, punctuation, and link changes for the middleware documentation. 2009-02-15 05:46:00 +00:00
request-response.txt Fixed #9712 -- Documented how HTTP headers are converted to request.META keys. 2008-12-07 03:41:54 +00:00
settings.txt Fixed #9477 -- Removed and edited a bunch of references to "development 2008-11-15 05:51:25 +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